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 |
|
Alexey Semenyuk
|
579a3dfc76
|
8379938: [macos] jpackage SigningPackageTest test doesn't create .pkg and .dmg bundles
Reviewed-by: almatvee
|
2026-03-12 22:43:12 +00:00 |
|
Naoto Sato
|
d190c445c5
|
8379558: Test java/util/ResourceBundle/modules/basic/BasicTest.java times out on windows-x64 in Xcomp mode
Reviewed-by: iris
|
2026-03-12 20:37:41 +00:00 |
|
Phil Race
|
e25969121e
|
8379937: NullActiveWindowOnFocusLost.java fails intermittently.
Reviewed-by: azvegint
|
2026-03-12 19:54:23 +00:00 |
|
Patricio Chilano Mateo
|
618a3feea9
|
8379795: Test SuspendResume3.java can timeout due to deadlock
Reviewed-by: dholmes, sspitsyn
|
2026-03-12 18:22:32 +00:00 |
|
Chen Liang
|
a6f7089798
|
8379799: Upstream redundant diffs fixed in Valhalla - langtool tests 1
Reviewed-by: vromero
|
2026-03-12 17:58:06 +00:00 |
|
Mikhail Yankelevich
|
ebcfd7d623
|
8378267: Test sun/security/util/HexDumpEncoderTests.java fails when unexpected warning appears
Reviewed-by: weijun
|
2026-03-12 17:33:52 +00:00 |
|
Daniel Fuchs
|
34a0235ed3
|
8379548: java/util/logging/ParentLoggersTest.java failed with missing myParentLogger value
Reviewed-by: jpai
|
2026-03-12 14:45:18 +00:00 |
|
Kerem Kat
|
c6afd3ced6
|
8379460: C2: Notify AddI/AddL to URShiftI/URShiftL users
Reviewed-by: qamai, dfenacci, mchevalier
|
2026-03-12 09:24:55 +00:00 |
|
Jan Lahoda
|
26bb357fa2
|
8305250: Unnecessary "unknown enum constant" warning emitted by javac when dependency has optional annotations with enums
Reviewed-by: vromero
|
2026-03-12 07:32:43 +00:00 |
|
Jan Lahoda
|
39a25663e3
|
8378740: Suppressed warnings reported when implicit compilation is combined with annotation processing
Reviewed-by: liach, vromero, dbeaumont
|
2026-03-12 06:19:05 +00:00 |
|
Phil Race
|
814b7f5d2a
|
8378920: Remove AppContext from SequencedEvent
Reviewed-by: psadhukhan, tr
|
2026-03-11 17:54:32 +00:00 |
|
William Kemper
|
30e569d206
|
8379021: Shenandoah: Speedup ShenandoahSimpleBitMapTest
Reviewed-by: shade
|
2026-03-11 16:47:34 +00:00 |
|
Alexey Semenyuk
|
c315d1cd2b
|
8357404: jpackage should attempt to get a package version from the JDK's release file if the --version option is not specified
Reviewed-by: almatvee
|
2026-03-11 16:39:57 +00:00 |
|
Paul Hübner
|
e74863249c
|
8378559: Add setting of captured states like errno
Reviewed-by: jvernee, fbredberg
|
2026-03-11 09:22:20 +00:00 |
|
David Holmes
|
5e8bba3ae7
|
8379456: Test jdk/jfr/event/runtime/TestVMInfoEvent.java now fails with java.lang.NoClassDefFoundError: java/lang/management/ManagementFactory
Reviewed-by: lmesnik
|
2026-03-11 05:39:03 +00:00 |
|
Jaikiran Pai
|
20ae5279cb
|
8379477: Tests in test/jdk/com/sun/net/httpserver/ may need to use othervm
Reviewed-by: vyazici
|
2026-03-11 04:52:26 +00:00 |
|
Dingli Zhang
|
58bf76adfd
|
8379464: Enable missing stack walking test via jtreg requires for RISC-V
Reviewed-by: fyang
|
2026-03-11 02:41:36 +00:00 |
|
Alexey Semenyuk
|
9d04c8a8af
|
8379432: jpackage: Make default equals() in jdk.jpackage.test.CannedFormattedString class work as expected
Reviewed-by: almatvee
|
2026-03-10 23:46:53 +00:00 |
|
Damon Nguyen
|
a4daabbbfa
|
8237220: [macOS] AWT text test CorrectTextComponentSelectionTest.html sometimes fails
Reviewed-by: aivanov, prr, dmarkov
|
2026-03-10 22:13:37 +00:00 |
|
Matias Saavedra Silva
|
e760171da8
|
8376521: Verifier: disallow acmp & ifnull on 'uninitialized' types
8375483: Should set flagThisUninit whenever uninitializedThis is on the stack
Reviewed-by: liach, coleenp
|
2026-03-10 20:57:49 +00:00 |
|
Matias Saavedra Silva
|
bf28e03eeb
|
8374830: Improve Hotspot crash message in CDSTestUtils
Reviewed-by: dholmes, coleenp
|
2026-03-10 20:52:14 +00:00 |
|
Matias Saavedra Silva
|
08c0a78768
|
8378371: Default classlist not deterministic due to JIT activity
Reviewed-by: rriggs, liach, erikj
|
2026-03-10 20:48:52 +00:00 |
|
Joe Darcy
|
b9220c930a
|
8379552: Correct build tags in StrictMath/PowTests.java
Reviewed-by: bpb
|
2026-03-10 19:08:08 +00:00 |
|
Brian Burkhalter
|
73b13f977b
|
8378808: Refactor java/nio/Buffer TestNG tests to use JUnit
Reviewed-by: alanb, liach
|
2026-03-10 18:44:23 +00:00 |
|
Christian Stein
|
d3158e71c6
|
8379628: Refactor langtools/shellsupport/doc tests to use JUnit
Reviewed-by: hannesw
|
2026-03-10 16:05:04 +00:00 |
|