88818 Commits

Author SHA1 Message Date
Jaikiran Pai
a301709aba 8385924: GZIPInputStream.read() behaves differently on some Java versions
Reviewed-by: lancea, alanb, simonis
2026-07-02 04:32:10 +00:00
Ashay Rane
568bb44750 8386807: com/sun/jndi/ldap/Connection.java references the wrong exception
Reviewed-by: dfuchs
2026-07-02 02:21:09 +00:00
Andreas Chmielewski
3f52251c9d 8387124: Incomplete algorithm decomposition for TLS 1.3 cipher suites in SSLAlgorithmDecomposer
Reviewed-by: abarashev, mullan
2026-07-01 20:32:46 +00:00
Thomas Schatzl
0c209afd4f 8387265: G1: Shutdown during concurrent cycle leaves SATB queues in inconsistent state
Reviewed-by: aboldtch, ayang
2026-07-01 12:44:51 +00:00
Ruben Ayrapetyan
867b4f42c0 8387081: AArch64: Refactor MacroAssembler::cmpxchg
Reviewed-by: qamai, aph
2026-07-01 08:36:46 +00:00
Thomas Schatzl
fcfd6ad141 8386846: G1: Crash in ~ThreadTotalCPUTimeClosure inside G1ServiceThread during CDS abort
Reviewed-by: shade, dholmes
2026-07-01 07:57:41 +00:00
Quan Anh Mai
28c79eb792 8387395: [REDO] C2: SIGSEGV in compiled code due to missing ctrl
Reviewed-by: dlong, kvn, vlivanov
2026-07-01 07:17:48 +00:00
Albert Mingkun Yang
b186074751 8387387: Parallel: Clean up startup allocation locking
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: tschatzl, aboldtch
2026-07-01 06:02:23 +00:00
Tobias Hartmann
64ae319b5c 8387334: IR Framework tests should run in jtreg driver mode
Reviewed-by: epeter, shade, chagedorn, mchevalier
2026-07-01 05:55:55 +00:00
Gui Cao
aa17cf5608 8387381: RISC-V: assert failed with fastdebug build on systems with different core types
Reviewed-by: dzhang, fyang
2026-07-01 02:34:42 +00:00
Daniel D. Daugherty
db357f7e08 8387554: ProblemList vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/TestDescription.java in virtual thread configs
8387557: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/TestDescription.java in virtual thread configs
8387558: ProblemList vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/TestDescription.java on windows
8387560: ProblemList vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java in virtual thread configs

Reviewed-by: sspitsyn
2026-06-30 23:25:45 +00:00
Chad Rakoczy
c7816b0b44 8382135: AArch64: HotCodeCollectorMoveFunction.java fails intermittently
Reviewed-by: eastigeevich, aph
2026-06-30 19:44:04 +00:00
Mark Powers
4bf4a60f76 8387123: Remove LuxTrust Global Root CA
Reviewed-by: mullan, rhalade
2026-06-30 18:07:11 +00:00
Matias Saavedra Silva
45d3532a2c 8380750: Test runtime/cds/appcds/TestSerialGCWithCDS.java#id1 failed: StringIndexOutOfBoundsException
Reviewed-by: coleenp, iklam
2026-06-30 15:28:53 +00:00
Martin Doerr
fa2ca3d087 8387184: [PPC64] C1 logic operations should support generic constants
Reviewed-by: rrich, dbriemann
2026-06-30 14:21:06 +00:00
Thomas Schatzl
88d111e24e 8387258: Test jdk/jfr/event/runtime/TestResidentSetSizeEvent.java failed on Windows: The size should be less than or equal to peak
Reviewed-by: dholmes, mgronlun
2026-06-30 12:21:51 +00:00
Aleksey Shipilev
9333d300aa 8382213: Shenandoah: Drop weak root processing flags earlier
Reviewed-by: kdnilsen, wkemper
2026-06-30 09:34:15 +00:00
Aleksey Shipilev
6432f5bec4 8387393: Problemlist compiler/escapeAnalysis/TestBCEscapeAnalyzerOverflow.java on Windows AArch64
Reviewed-by: ayang
2026-06-30 09:01:38 +00:00
Aleksey Shipilev
e5c0e0f4db 8387391: hotspot_gc_shenandoah should include gtests
Reviewed-by: xpeng, kdnilsen, wkemper
2026-06-30 09:01:13 +00:00
Benjamin Peterson
c0df91c40a 8387262: Enum constant frame::pc_return_offset is always zero
Reviewed-by: dholmes, coleenp
2026-06-30 07:39:57 +00:00
Ashay Rane
ce87f11a1d 8386685: CDS load on Windows/ARM64 using base address set to 0x5_0000_0000 causes a JVM crash
Reviewed-by: iklam, stuefe
2026-06-30 05:23:33 +00:00
Serguei Spitsyn
08435e4861 8379144: serviceability/jvmti/vthread/VThreadTest/VThreadTest.java timed out with --enable-preview
Reviewed-by: lmesnik
2026-06-30 05:05:22 +00:00
Michael Reeves
f232f552af 8379327: 128-bit multiplication uses two multiply instructions on x86_64
Reviewed-by: dlong, sviswanathan
2026-06-30 04:39:30 +00:00
Jorn Vernee
e4cd944590 8387406: ProblemList java/foreign/normalize/TestNormalize.java
Reviewed-by: liach, jpai
2026-06-29 21:52:37 +00:00
Jorn Vernee
299a42b3ce 8383882: javac: incremental compilation using --module misses classes
Reviewed-by: jlahoda, mcimadamore, vromero
2026-06-29 21:50:33 +00:00
Kelvin Nilsen
57f988d31c 8386910: Shenandoah: remove redundant logging of free set status
Reviewed-by: wkemper, xpeng, ruili
2026-06-29 20:32:45 +00:00
Srinivas Vamsi Parasa
c2348e6452 8386448: Enable dumping of AVX registers (YMM/ZMM and K registers) in JVM fatal error logs
Reviewed-by: kvn, drwhite, sviswanathan
2026-06-29 20:15:49 +00:00
Volodymyr Paprotski
58f118dd1c 8386911: Crypto benchmark regressions after JDK-8384353
Reviewed-by: weijun, semery
2026-06-29 19:11:12 +00:00
Aleksey Shipilev
9d65845a6b 8387293: Shenandoah: Improve gc+stats logging for generational mode
Reviewed-by: phh, xpeng
2026-06-29 17:00:20 +00:00
Mikhailo Seledtsov
bc2fa43a64 8387315: Add macosx-aarch64 bootcycle build profiles
Reviewed-by: mikael, erikj
2026-06-29 16:45:57 +00:00
Justin Lu
db24b35a30 8387259: Clarify extlang in Locale composition description
Reviewed-by: naoto, iris
2026-06-29 16:27:54 +00:00
Kieran Farrell
0a5b9d7fd4 8387273: Enhance httpserver logging to log when maxConnections is reached
Reviewed-by: jpai, dfuchs, vyazici
2026-06-29 15:28:18 +00:00
Ashutosh Mehra
e28a58b486 8386656: C2 AVX512: -XX:-UseCountTrailingZerosInstruction causes assert(UseCountTrailingZerosInstruction) failed: tzcnt instruction not supported
Reviewed-by: kvn, epeter, mhaessig, adinn
2026-06-29 14:45:38 +00:00
Daniel Fuchs
17f2e11fe4 8386989: QuicEndpoint.ClosedConnection should not use QuicTimerQueue::offer
Reviewed-by: djelinski
2026-06-29 14:26:50 +00:00
Daniel Fuchs
f740f7c66b 8386985: PacketSpaceManagerTest failed with AssertionError; A race condition may cause packetSent to mistakenly skip rescheduling of the transmitter task
Reviewed-by: djelinski
2026-06-29 14:18:48 +00:00
Alexey Semenyuk
cc83fbd132 8387306: Replace InputStream#read(byte[]) with InputStream#readNBytes(int) in RtfConverter.isRtfFile()
Reviewed-by: almatvee, aturbanov
2026-06-29 12:37:38 +00:00
David Briemann
1d514a5555 8387016: PPC64: Remove postalloc_expand from float/double compare nodes
Reviewed-by: mdoerr, rrich
2026-06-29 11:44:47 +00:00
Thomas Schatzl
027eb8b416 8371720: G1: Move concurrent mark initialization to first concurrent start pause
Reviewed-by: iwalulya
2026-06-29 10:49:58 +00:00
Guanqiang Han
9ee63d6359 8387197: C2: Improve klass_ptr_type in GraphKit::gen_instanceof() similarly to GraphKit::gen_checkcast()
Reviewed-by: qamai, vlivanov
2026-06-29 09:29:49 +00:00
Thomas Schatzl
22313f85ba 8387206: G1: Code root verification crashes because of stale table scanner
Reviewed-by: iwalulya
2026-06-29 08:56:19 +00:00
Thomas Schatzl
78112cbcaa 8385903: G1: G1CollectionSet::_num_regions needs to be Atomic
Reviewed-by: stefank
2026-06-29 08:52:38 +00:00
Thomas Schatzl
5f1355b085 8387322: G1: G1CSetCandidateGroupList::_num_regions should be Atomic
Reviewed-by: stefank
2026-06-29 08:45:26 +00:00
Thomas Schatzl
007c7e38be 8387303: G1: Convert G1ConcurrentRefine::_num_threads_wanted to use the Atomic API
Reviewed-by: iwalulya, stefank
2026-06-29 07:28:54 +00:00
Matthias Baesken
58b6465455 8387142: BUILD_LIBMANAGEMENT_EXT remove special warning settings
Reviewed-by: lucy, kevinw
2026-06-29 06:50:38 +00:00
Christian Stein
b735de6d71 8386844: Update to use jtreg 8.3
Reviewed-by: erikj, lancea, iris, vromero
2026-06-29 06:48:27 +00:00
Albert Mingkun Yang
56b4a547d8 8386480: Parallel: Avoid Triggering GC Before VM Initialization Completes
Reviewed-by: gli, tschatzl, aboldtch
2026-06-29 05:35:47 +00:00
David Holmes
db1482615e 8387378: [BACKOUT] C2: SIGSEGV in compiled code due to missing ctrl
Reviewed-by: jpai
2026-06-29 05:00:28 +00:00
Saint Wesonga
dc4b150bcf 8378892: TestTrampoline fails on Windows AArch64
Reviewed-by: dlong, macarte
2026-06-29 03:32:15 +00:00
Jatin Bhateja
548a95379f 8386163: C2 Vector API: assert(collect_unique_inputs(n, inputs) == 1) failed: not unary
Reviewed-by: vlivanov, epeter
2026-06-27 01:46:53 +00:00
Sean Mullan
c289cf502c 8377102: cacerts jlink plugin
Reviewed-by: alanb
2026-06-26 15:12:03 +00:00