Afshin Zafari
|
b12367e196
|
8365381: [asan] exclude tests under ASAN build which rely on vm signal handling
Reviewed-by: dholmes, syan
|
2026-02-09 10:32:53 +00:00 |
|
Ramkumar Sunderbabu
|
ee5b10c7f0
|
8375443: AVX-512: Disabling through UseSHA doesn't affect UseSHA3Intrinsics
Reviewed-by: mhaessig, kvn
|
2026-02-09 09:03:47 +00:00 |
|
Chen Liang
|
ffb6279c88
|
8377334: Test framework used by langtools regression tests can produce false positives
Co-authored-by: Vicente Romero <vromero@openjdk.org>
Reviewed-by: vromero
|
2026-02-08 01:29:48 +00:00 |
|
Matthias Baesken
|
6665a78ee2
|
8376688: Gtest os.attempt_reserve_memory_between_small_range_fill_hole_vm fails on AIX 7.3
Reviewed-by: mdoerr, lucy
|
2026-02-07 18:20:55 +00:00 |
|
Martin Doerr
|
9cd25d517c
|
8377359: TestOpaqueConstantBoolNodes fails on PPC64
Reviewed-by: dbriemann, chagedorn
|
2026-02-07 11:18:01 +00:00 |
|
Alexey Semenyuk
|
5152fdcd49
|
8377331: jpackage: improve sign errors reporting
Reviewed-by: almatvee
|
2026-02-07 03:27:23 +00:00 |
|
SendaoYan
|
4c322344cd
|
8377018: Convert java/nio/file/DirectoryStream/SecureDS.java to junit
Reviewed-by: bpb, alanb
|
2026-02-07 01:59:33 +00:00 |
|
Kelvin Nilsen
|
eec76d7b8c
|
8377180: Shenandoah: make escalation from degen to full more conservative
Reviewed-by: wkemper, xpeng
|
2026-02-07 00:57:23 +00:00 |
|
Eirik Bjørsnøs
|
986d377224
|
8376533: Remove test dependencies on ReferenceQueue$Lock in preparation for JDK-8376477
Reviewed-by: rriggs, shade, cjplummer
|
2026-02-06 17:06:04 +00:00 |
|
Alan Bateman
|
cd5256d5a6
|
8374170: I/O Poller updates
Reviewed-by: michaelm
|
2026-02-06 15:19:01 +00:00 |
|
Christian Hagedorn
|
9f13ec1ccb
|
8377365: [BACKOUT] Mixed jstack cannot find function in vDSO
Reviewed-by: thartmann
|
2026-02-06 14:15:09 +00:00 |
|
Andrew Haley
|
77e8469fb0
|
8328306: AArch64: MacOS lazy JIT "write xor execute" switching
Co-authored-by: Dean Long <dlong@openjdk.org>
Reviewed-by: dlong, adinn
|
2026-02-06 13:50:54 +00:00 |
|
Yasumasa Suenaga
|
d1b226dec2
|
8376264: Mixed jstack could not unwind optimized frame
Reviewed-by: cjplummer, kevinw
|
2026-02-06 13:40:54 +00:00 |
|
Yasumasa Suenaga
|
77e680b11e
|
8376269: Mixed jstack cannot find function in vDSO
Reviewed-by: kevinw, cjplummer
|
2026-02-06 12:52:43 +00:00 |
|
Alan Bateman
|
2d6a1aa36e
|
8377313: java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0 timeout
Reviewed-by: jpai
|
2026-02-06 09:59:02 +00:00 |
|
Guanqiang Han
|
1efb29829f
|
8375598: VM crashes with "assert((labs(val) & 0xFFFFFFFF00000000) == 0 || dest == (address)-1) failed: must be 32bit offset or -1" when using too high value for NonNMethodCodeHeapSize
Reviewed-by: mdoerr, kvn
|
2026-02-06 09:30:38 +00:00 |
|
Damon Fenacci
|
bfd5bdaf7f
|
8374582: [REDO] Move input validation checks to Java for java.lang.StringCoding intrinsics
Co-authored-by: Volkan Yazici <vyazici@openjdk.org>
Reviewed-by: chagedorn, thartmann, vyazici
|
2026-02-06 07:44:25 +00:00 |
|
Guanqiang Han
|
a69409b0b7
|
8374516: -version asserts with "-XX:+UseAESCTRIntrinsics -XX:-UseAES": "need AES instructions and misaligned SSE support" in generate_counterMode_AESCrypt_Parallel()
Reviewed-by: kvn
|
2026-02-06 03:26:16 +00:00 |
|
Mikhail Yankelevich
|
60366a97a2
|
8377315: test/jdk/sun/security/pkcs11/Cipher/TestPKCS5PaddingError.java is failing with "Expected BPE NOT thrown"
Reviewed-by: valeriep
|
2026-02-05 19:27:08 +00:00 |
|
Justin Lu
|
99be94e38f
|
8377116: Refactor java/util/zip TestNG tests to JUnit
Reviewed-by: lancea
|
2026-02-05 18:56:36 +00:00 |
|
David Beaumont
|
4e6cf8f561
|
8377244: Update ModuleReaderTest to JUnit prior to making changes
Reviewed-by: rriggs
|
2026-02-05 17:44:06 +00:00 |
|
Roger Riggs
|
22e1f68a25
|
8375585: Test java/lang/ProcessBuilder/PipelineLeaksFD.java failed
Reviewed-by: jpai, syan
|
2026-02-05 17:40:05 +00:00 |
|
Alan Bateman
|
ac6e8d481a
|
8376568: Change Thread::getStackTrace to use handshake op for all cases
Reviewed-by: pchilanomate, sspitsyn
|
2026-02-05 13:46:23 +00:00 |
|
SendaoYan
|
d93bd18d67
|
8377167: javax/imageio/ReadAbortTest.java throw NPE when x11 unavailable
Reviewed-by: prr, serb
|
2026-02-05 11:55:02 +00:00 |
|
Mikhail Yankelevich
|
fde77a9b55
|
8365883: Fix P11Cipher to throw BadPaddingException for PKCS11 CKR_ENCRYPTED_DATA_INVALID error
Reviewed-by: valeriep
|
2026-02-05 10:09:25 +00:00 |
|
Eric Fang
|
d0e9730783
|
8372980: [VectorAPI] AArch64: Add intrinsic support for unsigned min/max reduction operations
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: aph, xgong
|
2026-02-05 07:58:33 +00:00 |
|
Naoto Sato
|
792291937f
|
8340830: Console.readLine() and Console.printf() are mutually blocking
Reviewed-by: jlu, jpai, rriggs, vyazici
|
2026-02-04 16:55:14 +00:00 |
|
Volkan Yazici
|
2a7329e2ed
|
8376645: Test java/net/httpclient/http3/H3IdleExceedsQuicIdleTimeout.java failed: no response from peer
Reviewed-by: jpai, dfuchs
|
2026-02-04 15:05:28 +00:00 |
|
Jan Lahoda
|
84e8787d1f
|
8367530: The exhaustiveness errors could be improved
Reviewed-by: vromero, mcimadamore
|
2026-02-04 11:03:56 +00:00 |
|
Daniel Fuchs
|
d7523ec8d2
|
8376031: HttpsURLConnection.getServerCertificates() throws "java.lang.IllegalStateException: connection not yet open" for the HEAD method
Reviewed-by: jpai
|
2026-02-04 10:13:41 +00:00 |
|
Afshin Zafari
|
651e01b447
|
8369393: NMT: poison the malloc header and footer under ASAN build
Reviewed-by: jsjolen, phubner
|
2026-02-04 09:13:52 +00:00 |
|
Stefan Karlsson
|
3f3dcb708d
|
8376810: Make Atomic<T> default constructor non-explicit
Reviewed-by: kbarrett, aboldtch, azafari, tschatzl
|
2026-02-04 08:41:38 +00:00 |
|
Liam Miller-Cushon
|
b0829a54cd
|
8372948: Store end positions directly in JCTree
Reviewed-by: jlahoda, mcimadamore
|
2026-02-04 08:24:42 +00:00 |
|
Mikhail Yankelevich
|
d67f72e0d5
|
8377063: Add EchoPassword.java to manual group
Reviewed-by: msheppar, rhalade
|
2026-02-04 07:54:57 +00:00 |
|
SendaoYan
|
7e8fad625a
|
8376760: VerifyJimage.java#compare intermittent failed with fastdebug
Reviewed-by: liach, alanb
|
2026-02-04 07:30:46 +00:00 |
|
SendaoYan
|
14a6e928ce
|
8376630: java/lang/ProcessBuilder/PipelineLeaksFD.java intermittent timed out
Reviewed-by: rriggs
|
2026-02-04 02:04:04 +00:00 |
|
Phil Race
|
5fea0741a6
|
8376297: ArrayIndexOutOfBoundsException Not Documented for SinglePixelPackedSampleModel.getSampleSize(int)
Reviewed-by: aivanov, serb, azvegint, kizune
|
2026-02-03 19:24:41 +00:00 |
|
Weijun Wang
|
e51ccef9cb
|
8347938: Add Support for the Latest ML-KEM and ML-DSA Private Key Encodings
Reviewed-by: mullan, bperez, mpowers
|
2026-02-03 16:32:21 +00:00 |
|
Jaikiran Pai
|
99bc98357d
|
8377015: ConnectionRefusedMessage::testFinishConnect test fails on AIX with java.net.ConnectException: Connection refused
Reviewed-by: alanb, mbaesken
|
2026-02-03 13:37:51 +00:00 |
|
Marc Chevalier
|
88f538f114
|
8376324: [IR Framework] Name methods in a CompileCommand-friendly way
Reviewed-by: chagedorn, dfenacci
|
2026-02-03 10:46:38 +00:00 |
|
Yasumasa Suenaga
|
9c83dff811
|
8376284: New test serviceability/sa/TestJhsdbJstackMixedCore.java from JDK-8374482 fails on Linux Alpine
Reviewed-by: cjplummer, mbaesken
|
2026-02-03 09:44:00 +00:00 |
|
Jaikiran Pai
|
efa16e9e5f
|
8170896: TEST_BUG: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java failed with unreferenced() not invoked after 20.0 seconds
Reviewed-by: smarks, msheppar, dfuchs
|
2026-02-03 09:35:21 +00:00 |
|
Casper Norrbin
|
f43fbf0823
|
8367332: Replace BlockTree tree logic with an intrusive red-black tree
Reviewed-by: jsjolen, stuefe
|
2026-02-03 09:19:15 +00:00 |
|
SendaoYan
|
caf1338243
|
8376700: java/nio/file/DirectoryStream/SecureDS.java fails AtomicMoveNotSupportedException
Reviewed-by: bpb
|
2026-02-03 02:21:06 +00:00 |
|
Galder Zamarreño
|
70f4984a4e
|
8375640: MinMaxIdentity test fails on some machines after 8373134
Reviewed-by: mdoerr, mhaessig, amitkumar
|
2026-02-02 16:46:46 +00:00 |
|
Daniel Jeliński
|
173c3f9852
|
8376479: Http3 test server thread deadlock in ThrowingPublishersInRequest
Co-authored-by: Volkan Yazici <vyazici@openjdk.org>
Reviewed-by: dfuchs
|
2026-02-02 14:57:14 +00:00 |
|
Roland Westrelin
|
176422b885
|
8370519: C2: Hit MemLimit when running with +VerifyLoopOptimizations
Co-authored-by: Benoît Maillard <bmaillard@openjdk.org>
Reviewed-by: mhaessig, bmaillard, epeter
|
2026-02-02 11:43:30 +00:00 |
|
Aleksey Shipilev
|
e370b8a1d8
|
8376570: GrowableArray::remove_{till,range} should work on empty list
Reviewed-by: kbarrett, iwalulya
|
2026-02-02 10:32:51 +00:00 |
|
Marc Chevalier
|
90a43f8445
|
8376325: [IR Framework] Detect and report overloads
Reviewed-by: chagedorn, dfenacci
|
2026-02-02 10:11:34 +00:00 |
|
Anton Artemov
|
1f3fd3da1d
|
8366659: ObjectMonitor::wait() liveness problem with a suspension request
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Daniel D. Daugherty <dcubed@openjdk.org>
Reviewed-by: dcubed, sspitsyn, dholmes, pchilanomate
|
2026-02-02 08:20:00 +00:00 |
|