19969 Commits

Author SHA1 Message Date
Michael Reeves
d0e62e114c 8351847: C2: Add "TraceSplitIf" flag to get more information about the optimization in Split-If
Reviewed-by: chagedorn, dfenacci
2026-03-19 07:44:30 +00:00
Thomas Stuefe
deccad2e95 8377907: (process) Race in ProcessBuilder can cause JVM hangs
Reviewed-by: simonis, rriggs
2026-03-19 05:04:00 +00:00
Rui Li
27a4ed5b7a 8375568: Shenandoah: Abbreviate thread names in display when length constraints apply
Reviewed-by: wkemper, kdnilsen
2026-03-18 23:11:48 +00:00
Christoph Langer
4f2debe697 8380033: Test java/util/jar/Manifest/IncludeInExceptionsTest.java could be more agnostic to VM default
Reviewed-by: mbaesken
2026-03-18 18:58:55 +00:00
Naoto Sato
7d805e1139 8380222: Refactor test/jdk/java/lang/Character TestNG tests to JUnit
Reviewed-by: jlu, bpb, liach, iris
2026-03-18 16:57:52 +00:00
Daniel Fuchs
b6de5aed2c 8379699: H3ConnectionPoolTest::testH2H3WithTwoAltSVC fails intermittently
Reviewed-by: syan, jpai
2026-03-18 16:45:53 +00:00
Justin Lu
20567e8241 8380218: Refactor test/jdk/java/nio/charset TestNG tests to JUnit
Reviewed-by: bpb, naoto
2026-03-18 16:08:20 +00:00
Coleen Phillimore
446fb203b2 8379015: Convert TraceNewOopMapGeneration to unified logging
Reviewed-by: dholmes, matsaave
2026-03-18 16:07:41 +00:00
Ashay Rane
766959f884 8371685: C2: Add flag to disable Loop Peeling
Reviewed-by: chagedorn, snatarajan, roland
2026-03-18 15:15:12 +00:00
Eirik Bjørsnøs
0379c0b005 8379557: Further optimize URL.toExternalForm
Reviewed-by: vyazici
2026-03-18 14:36:58 +00:00
Eirik Bjørsnøs
08ff2bf4d0 8376398: [TESTBUG] Testing of Unsafe native (re)allocation is sensitive to current JDK native memory use
Reviewed-by: azafari
2026-03-18 14:12:43 +00:00
Manuel Hässig
262b31be3d 8359335: Template-Framework Library: Primitive Types subtyping
Reviewed-by: chagedorn, epeter
2026-03-18 12:33:41 +00:00
Ivan Bereziuk
9ef2e8dc1c 8278102: containers/docker/TestJcmd.java failed with "RuntimeException: Could not find specified process"
Reviewed-by: kevinw, sgehwolf
2026-03-18 10:18:19 +00:00
Albert Mingkun Yang
3a93daf189 8373369: [REDO] Remove ThreadLocalAllocBuffer::_reserve_for_allocation_prefetch
Reviewed-by: mdoerr, kvn, tschatzl
2026-03-18 09:07:14 +00:00
Volkan Yazici
706fbb3044 8378431: Move input validation checks to Java for java.lang.StringUTF16 intrinsics
Reviewed-by: dfenacci, rgiulietti, rriggs
2026-03-18 08:25:29 +00:00
Dusan Balek
d8f19bf961 8347418: ConsoleIOContext.countTrailintBackslashes causes NullPointerException
Reviewed-by: jlahoda
2026-03-18 07:04:25 +00:00
Galder Zamarreño
31de288c0c 8367399: C2 SuperWord: add IR rules for MemorySegment cases from JDK-8329077
Reviewed-by: fyang, epeter
2026-03-18 06:49:20 +00:00
David Beaumont
50f81c5d7c 8379798: Refactor remaining tests in javax/xml/jaxp/functional to JUnit
Reviewed-by: joehw
2026-03-17 21:43:58 +00:00
Ioi Lam
00c1f4b624 8377512: AOT cache creation fails with invalid native pointer
Reviewed-by: kvn, jrose, liach
2026-03-17 20:33:44 +00:00
Ioi Lam
ee90f00b3b 8376822: UseCompactObjectHeaders: fill Klass alignment gaps in AOT cache
Reviewed-by: jsjolen, asmehra
2026-03-17 17:21:16 +00:00
Brian Burkhalter
773c375f18 8380221: Change jdk/nio/Basic.java to use JUnit
Reviewed-by: jlu, alanb
2026-03-17 16:12:02 +00:00
Brian Burkhalter
da85cafd79 8380198: Convert java/util/prefs/PrefsSpiTest.java to JUnit
Reviewed-by: jlu
2026-03-17 16:11:38 +00:00
Kieran Farrell
b0831572e2 8359706: Add file descriptor count to VM.info
Reviewed-by: kevinw, stuefe
2026-03-17 06:00:32 +00:00
Dingli Zhang
3e231755a0 8380083: Enable some vector mask cast IR matching tests for RISC-V
Reviewed-by: fyang
2026-03-17 02:41:24 +00:00
Ioi Lam
921da0a973 8378211: Test ChangedJarFile.java failed: missing "timestamp has changed"
Reviewed-by: dholmes, liach
2026-03-17 01:28:03 +00:00
Brian Burkhalter
7695b1f9c2 8379155: Refactor Files TestNG tests to use JUnit
Reviewed-by: alanb
2026-03-16 16:01:23 +00:00
Simon Tooke
02bce505ee 8377456: GetObjectSizeIntrinsicsTest.java, ARRAY_HEADER_SIZE wrong for 32-bit
Reviewed-by: stuefe
2026-03-16 14:41:59 +00:00
Kangcheng Xu
e0fa3d2f81 8353290: C2: Refactor PhaseIdealLoop::is_counted_loop()
Reviewed-by: chagedorn, roland
2026-03-16 14:11:27 +00:00
Alexander Zvegintsev
c7438a92a7 8376050: awt/event/MouseEvent/AltGraphModifierTest/AltGraphModifierTest.java fails on Ubuntu
Reviewed-by: dmarkov, serb, aivanov, honkar
2026-03-16 14:10:19 +00:00
Thomas Stuefe
2240ff4179 8379967: (process) Improve ProcessBuilder error reporting
Reviewed-by: mbaesken, rriggs
2026-03-16 13:31:38 +00:00
David Beaumont
318646a6b4 8379626: Refactor jaxp/functional/javax/xml tests to use JUnit
Reviewed-by: vyazici, joehw
2026-03-16 13:17:53 +00:00
Dusan Balek
c0aa411b34 8378251: Extend word delimiters used in jshell
Reviewed-by: jlahoda
2026-03-16 12:07:04 +00:00
Manuel Hässig
caf7e840c3 8377541: C2: Memory Barrier IR nodes not eliminated for stable array element access
Reviewed-by: dfenacci, qamai, mchevalier, dlong
2026-03-16 09:29:09 +00:00
Joel Sikström
3b8af308d7 8379665: Obsolete AlwaysActAsServerClassMachine and NeverActAsServerClassMachine
Reviewed-by: stefank, ayang, aboldtch
2026-03-16 09:10:07 +00:00
Dusan Balek
c04fe765a3 8378524: Compile-time constant generated through annotation processor is not usable in repeated annotation but fails compilation
Reviewed-by: jlahoda, vromero
2026-03-16 07:47:26 +00:00
Emanuel Peter
f430f1d865 8378968: C2 VectorAVX AVX2: wrong result, bad optimization in VectorLongToMaskNode::Ideal
Reviewed-by: jbhateja, vlivanov, kvn
2026-03-16 07:39:21 +00:00
Tejesh R
ef0235825a 8354901: javax/swing/JTable/8236907/LastVisibleRow.java fails on macosx-aarch64 due to difference in before and after image comparison
Reviewed-by: serb, honkar
2026-03-16 05:45:42 +00:00
Frederic Thevenet
98520c029d 8378657: OutputAnalyzer should have a quiet mode
Reviewed-by: rriggs, stuefe
2026-03-14 11:21:12 +00:00
Naoto Sato
9f2591d8cf 8379828: Remove ResourceBundle module tests with legacy ISO code property
Reviewed-by: jlu, iris
2026-03-13 18:37:04 +00:00
Shawn Emery
fdb129ad94 8378893: X25519 should utilize a larger limb size
Co-authored-by: Ferenc Rakoczi <ferenc.r.rakoczi@oracle.com>
Reviewed-by: ascarpino, bperez
2026-03-13 16:34:30 +00:00
Mahendra Chhipa
06ea3858b1 8379528: Add @required in open/test/jdk/:jdk_sctp test, as these are applicable only on linux platforms
Reviewed-by: mbaesken, syan
2026-03-13 15:55:19 +00:00
Ozan Cetin
1b81d0ac1d 8379544: C2: URShiftI Ideal optimization opportunity for - 3rd level notification required
Reviewed-by: qamai, dfenacci
2026-03-13 15:46:41 +00:00
Anton Artemov
92fafa4ae3 8377603: Review worst-case testing of inverse hyperbolic methods
Reviewed-by: darcy
2026-03-13 15:28:20 +00:00
Ben Perez
e9446e1554 8368841: X25519 implementation differs from the specification in RFC 7748
Reviewed-by: ascarpino, semery
2026-03-13 15:02:02 +00:00
Guanqiang Han
a211b0442d 8378742: C2: constant folding for ModFloatingNode should be done in Value method
Reviewed-by: roland, vlivanov, mchevalier
2026-03-13 14:59:03 +00:00
Christian Stein
713664fa93 8379804: Refactor jdk/com/sun tests to use JUnit
Reviewed-by: dfuchs
2026-03-13 10:28:25 +00:00
Casper Norrbin
2dd7a20bb3 8369503: [Linux] Move machine-specific queries to the OSContainer layer
Reviewed-by: sgehwolf, phubner
2026-03-13 09:30:49 +00:00
Stefan Johansson
38e8a46542 8378331: G1: WeakProcessor IsAlive and KeepAlive closures not handling humongous candidates correctly
8378336: G1: j.l.ref.Reference processor always keeps alive all humongous object referents

Reviewed-by: tschatzl, kbarrett, iwalulya
2026-03-13 08:53:59 +00:00
SendaoYan
bd73864314 8279196: Test: jdk/jfr/event/gc/stacktrace/TestG1OldAllocationPendingStackTrace.java timed out
Reviewed-by: tschatzl, ayang
2026-03-13 03:30:16 +00:00
Dingli Zhang
c0f4b26407 8379710: Enable vector if-conversion IR matching tests for RISC-V
Reviewed-by: fyang
2026-03-13 01:30:49 +00:00