Kelvin Nilsen
70b7ebf82a
Changes requested by reviewers
...
1. Change coordination between ShenandoahAdaptiveHeuristics and
ShenandoahController/ShenandoahRegulator. Before,
ShenandoahAdaptiveHeuristics would poll ShenandoahController or
ShenandoahRegulator to obtain most recent wake time and planned sleep
time. Now ShnandoahController and and ShenandoahRegulator notify
ShenandoahAdaptiveHeuristics each time the values of these variables
change.
2. Use available() instead of capacity() - used() when recalculating
trigger threshold from within
ShenandoahAdaptiveHeuristcs::resume_idle_span().
2026-01-15 17:14:29 +00:00
Kelvin Nilsen
ea38ec153a
move some post_initialize() work into subclass ShenandoahGenerationalHeuristics
2026-01-14 21:55:04 +00:00
Kelvin Nilsen
e772e4b84d
Merge remote-tracking branch 'jdk/master' into accelerated-triggers
2026-01-13 14:55:35 +00:00
Matthias Baesken
49f7265894
8374872: Cleanup outdated SAP AG copyright header info
...
Reviewed-by: clanger, mdoerr
2026-01-13 13:54:04 +00:00
Matthias Baesken
7330e1a996
8374990: Check include and jmods folder of JDK image for unwanted files
...
Reviewed-by: erikj
2026-01-13 13:51:00 +00:00
Alexey Semenyuk
47029ccfec
8375050: Simplify process management in jpackage tests
...
Reviewed-by: almatvee
2026-01-13 13:36:44 +00:00
Alexey Semenyuk
f7be1dcf29
8375054: Removed "signed" property from jpackage app image file
...
Reviewed-by: almatvee
2026-01-13 13:33:41 +00:00
Quan Anh Mai
a90c7eee6f
8374969: Incorrect results of LoadStoreNode::adr_type and SCMemProj::adr_type
...
Reviewed-by: roland, mhaessig
2026-01-13 12:42:25 +00:00
Markus Grönlund
543a972222
8373485: JFR Crash during sampling: assert(jt->has_last_Java_frame()) failed: invariant
...
Reviewed-by: shade, egahlin
2026-01-13 11:44:32 +00:00
Jan Lahoda
578204f8c4
8374379: Type annotation in new array dimension expression causes java.lang.AssertionError
...
Reviewed-by: vromero
2026-01-13 08:12:35 +00:00
Liam Miller-Cushon
d6f43d7329
8375066: Test tools/sincechecker/modules/java.base/JavaBaseCheckSince.java broken by JDK-8369564
...
Reviewed-by: jpai, shade
2026-01-13 08:05:57 +00:00
Aleksey Shipilev
c000343bbb
8374876: Epsilon: Convert to use Atomic<T>
...
Reviewed-by: tschatzl, stefank
2026-01-13 07:30:13 +00:00
Axel Boldt-Christmas
586846b84a
8374450: GTest opto.canonicalize_constraints cannot run without VM
...
Reviewed-by: qamai, thartmann, shade
2026-01-13 06:49:04 +00:00
David Holmes
f4ebf9585f
8370314: Update signals_posix with new Linux signal codes
...
Reviewed-by: shade, jwaters
2026-01-13 06:02:01 +00:00
Prasanta Sadhukhan
0b9d4c02e3
4765299: componentResized() not always called with nested JSplitPanes
...
Reviewed-by: tr, kizune
2026-01-13 04:29:12 +00:00
Jaikiran Pai
e89c1290ca
8374181: failure_handler: The cores.html file is formatted incorrectly and so hides the core dump information
...
Reviewed-by: erikj
2026-01-13 01:29:20 +00:00
William Kemper
15b7a4252b
8373819: Genshen: Control thread can miss allocation failure notification (redux)
...
Reviewed-by: kdnilsen, ysr
2026-01-12 23:36:26 +00:00
Joe Darcy
9a2592f8d2
8374953: Add note on about implicit state when comparing TypeMirrors
...
Reviewed-by: attila, vromero, jlahoda
2026-01-12 19:41:21 +00:00
Liam Miller-Cushon
d433ce5236
8369564: Provide a MemorySegment API to read strings with known lengths
...
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: jvernee, mcimadamore
2026-01-12 15:22:42 +00:00
Erik Gahlin
556bddfd94
8372321: TestBackToBackSensitive fails intermittently after JDK-8365972
...
Reviewed-by: mgronlun
2026-01-12 11:30:43 +00:00
Emanuel Peter
2fbe47559e
8374785: Template Library: need to tag Float16.copySign as having non-deterministic result because of multiple NaNs with different sign bits
...
Reviewed-by: thartmann, qamai
2026-01-12 11:18:28 +00:00
Johan Sjölen
d0aae04d61
8325108: POSIX map_memory_to_file calls release_memory unnecessarily
...
Reviewed-by: dholmes, coleenp
2026-01-12 11:01:12 +00:00
Thomas Schatzl
fb13abef44
8374743: G1 starts a concurrent mark when allocating humongous objects during initialization
...
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Reviewed-by: eosterlund, iwalulya, sjohanss, shade
2026-01-12 08:26:10 +00:00
Matthias Baesken
133a023e8e
8374471: Check bin and lib folder of JDK image for unwanted files
...
Reviewed-by: erikj, clanger
2026-01-12 08:04:14 +00:00
Benoît Maillard
49040462f3
8372302: C2: IGVN verification fails because ModXNode::Ideal creates unused intermediate nodes
...
Reviewed-by: epeter, qamai
2026-01-12 07:59:37 +00:00
Matthias Baesken
7cf7f01fb3
8374875: Improve perfMemory warning about 'Insufficient space for shared memory file'
...
Reviewed-by: lucy, mdoerr, clanger
2026-01-12 07:46:25 +00:00
Trevor Bond
669977f7c4
8341272: Factory to create wide iinc instruction with small arguments
...
Reviewed-by: liach, asotona
2026-01-12 07:05:52 +00:00
Aleksey Shipilev
336894857b
8374878: Add Atomic<T>::compare_set
...
Reviewed-by: kbarrett, stefank
2026-01-11 20:37:04 +00:00
Kelvin Nilsen
ac0e8c57ca
Merge remote-tracking branch 'jdk/master' into accelerated-triggers
2026-01-11 02:41:42 +00:00
Alexey Semenyuk
659b53fe33
8374923: runtime/cds/ServiceLoaderTest.java fails with mismatch between cds and non-cds
...
Reviewed-by: almatvee
2026-01-10 15:04:16 +00:00
Serguei Spitsyn
12894a870a
8373643: Test serviceability/jvmti/vthread/ThreadListStackTracesTest/ThreadListStackTracesTest.java still failing
...
Reviewed-by: lmesnik
2026-01-10 11:10:06 +00:00
Jaikiran Pai
657d5f77f4
8374754: jtreg failure handler - replace inline javascript and inline event handlers with same origin javascript files
...
Reviewed-by: erikj
2026-01-10 02:17:37 +00:00
Kim Barrett
0537a3fae9
8374922: Build failure after JDK-8372040
...
Reviewed-by: smarks
2026-01-10 01:55:00 +00:00
John Jiang
a726e834b6
8373231: ECDSAOperations::toAffinePoint is redundant
...
Reviewed-by: mullan
2026-01-10 00:52:34 +00:00
Alexey Semenyuk
74faf03312
8374819: jpackage and jpackage tests leave some I/O streams unclosed
...
Reviewed-by: almatvee
2026-01-09 23:36:19 +00:00
jonghoonpark
805866bbf6
8372040: Remove Prefetch header vs inline header separation
...
Reviewed-by: kbarrett, stefank
2026-01-09 22:42:53 +00:00
Alexey Semenyuk
663a08331a
8374219: Fix issues in jpackage's Executor class
...
Reviewed-by: almatvee
2026-01-09 22:20:05 +00:00
Kevin Walls
f5fa9e40b0
8374745: Test vmTestbase/nsk/monitoring/GarbageCollectorMXBean/CollectionCounters/CollectionCounters004/TestDescription.java failed
...
Reviewed-by: lmesnik, sspitsyn
2026-01-09 16:49:04 +00:00
Alexey Semenyuk
8737a8ca73
8373448: jpackage: StackOverflowError when processing a very long argument
...
Reviewed-by: almatvee
2026-01-09 14:49:52 +00:00
Coleen Phillimore
6d1bfdf7a9
8374796: CompressedOops versions of runtime/cds/TestDefaultArchiveLoading.java aren't run
...
Reviewed-by: stefank, shade
2026-01-09 13:14:25 +00:00
Aleksey Shipilev
47e19353cd
8373941: Epsilon: Robust counter updates in early VM phases
...
Reviewed-by: stefank, tschatzl
2026-01-09 12:24:13 +00:00
Kevin Walls
c8c6e7007a
8374825: vmTestbase comment typo: lunch
...
Reviewed-by: tschatzl, shade
2026-01-09 10:23:03 +00:00
Jeremy Wood
2a965dffdd
8374377: PNGImageDecoder Slow For 8-bit PNGs
...
Reviewed-by: jdv, prr
2026-01-09 09:56:39 +00:00
Jonas Norlinder
a855224305
8373695: G1: Using a value near integer max for ActiveProcessorCount causes fatal crash
...
Reviewed-by: stefank, tschatzl
2026-01-09 08:41:39 +00:00
Aleksey Shipilev
423132895d
8374698: Stub names should look more like identifiers
...
Reviewed-by: adinn, kvn
2026-01-09 07:16:58 +00:00
Jaikiran Pai
a4fb07ee3e
8374644: Regression in GZIPInputStream performance after JDK-7036144
...
Reviewed-by: lancea, alanb
2026-01-09 06:26:16 +00:00
Jasmine Karthikeyan
775f48de61
8365570: C2 fails assert(false) failed: Unexpected node in SuperWord truncation: CastII
...
Reviewed-by: chagedorn, thartmann, epeter
2026-01-09 05:16:32 +00:00
Joe Darcy
9932c78c23
8374749: Clarify AnnotationValue specification
...
Reviewed-by: liach, iris
2026-01-09 02:27:16 +00:00
SendaoYan
368de9ff2e
8374721: containers/docker/ShareTmpDir.java timed out after 8362087
...
Reviewed-by: cnorrbin, sgehwolf
2026-01-09 02:09:37 +00:00
Kelvin Nilsen
385c4f8180
8373714: Shenandoah: Register heuristic penalties following a degenerated GC
...
Reviewed-by: wkemper
2026-01-08 20:46:38 +00:00