Alexey Semenyuk
|
9d4fbbe36d
|
8374222: jpackage will exit with error if it fails to clean the temp directory
Reviewed-by: almatvee
|
2026-02-25 17:43:05 +00:00 |
|
Phil Race
|
0ab8a85e87
|
8376152: Test javax/sound/sampled/Clip/bug5070081.java timed out then completed
Reviewed-by: syan, aivanov, azvegint
|
2026-02-25 17:37:09 +00:00 |
|
Leonid Mesnik
|
fb09749289
|
8378641: Test serviceability/jvmti/RedefineClasses/RedefineVerifyError.java missing UnlockDiagnosticVMOptions after 8376295
Reviewed-by: ayang, dholmes, syan
|
2026-02-25 16:08:30 +00:00 |
|
Chen Liang
|
5a59ed68f9
|
8376234: Migrate java/lang/constant tests away from TestNG
Reviewed-by: rriggs, alanb
|
2026-02-25 15:46:25 +00:00 |
|
Johan Sjölen
|
a3684a7952
|
8377909: Replace SummaryDiff's array implementation with a hashtable
Reviewed-by: azafari, phubner
|
2026-02-25 15:14:58 +00:00 |
|
Guanqiang Han
|
194be8180f
|
8374807: Crash in MethodData::extra_data_lock()+0x0 when running -XX:+TraceDeoptimization -XX:-ProfileTraps -XX:-TieredCompilation -Xcomp -version
Reviewed-by: vlivanov, epeter
|
2026-02-25 13:13:51 +00:00 |
|
Sean Coffey
|
93fe49abef
|
8371333: Optimize static initialization of SSLContextImpl classes and improve logging
Reviewed-by: hchao, jnimeh
|
2026-02-25 12:57:30 +00:00 |
|
Guanqiang Han
|
6aed0522eb
|
8373731: C2: Missed optimization opportunity for AddI
Reviewed-by: bmaillard, epeter, dlong
|
2026-02-25 12:49:45 +00:00 |
|
Casper Norrbin
|
269c9f3ed5
|
8378442: RBTreeCHeap does not deallocate removed nodes when using remove_at_cursor
Reviewed-by: jsikstro, jsjolen
|
2026-02-25 11:51:51 +00:00 |
|
David Briemann
|
3a74f16e20
|
8376113: PPC64: Implement special MachNodes for floating point Min / Max
Reviewed-by: mdoerr, rrich
|
2026-02-25 11:02:50 +00:00 |
|
Casper Norrbin
|
5f098b1284
|
8376650: os::release_memory_special may not be needed anymore
Reviewed-by: coleenp, sjohanss
|
2026-02-25 10:49:20 +00:00 |
|
Matthias Baesken
|
0c09d2e222
|
8377880: Enable unused function warnings in hotspot with clang too
Reviewed-by: azafari, syan, clanger, lucy
|
2026-02-25 08:16:14 +00:00 |
|
Jan Lahoda
|
6c39d1bb73
|
8371683: TYPE_USE annotation on var lambda parameter should be rejected
Reviewed-by: vromero
|
2026-02-25 07:06:55 +00:00 |
|
Valerie Peng
|
e92726c352
|
8373690: Unexpected Keystore message using jdk.crypto.disabledAlgorithms
Reviewed-by: mullan, coffeys
|
2026-02-25 04:45:48 +00:00 |
|
Jaikiran Pai
|
a890dd1fcd
|
8362268: NPE thrown from SASL GSSAPI impl when TLS is used with QOP auth-int against Active Directory
Reviewed-by: dfuchs, aefimov
|
2026-02-25 01:08:44 +00:00 |
|
Chris Plummer
|
276b23d4e6
|
8377671: Step Over doesn't stop after receiving MethodExitEvent
Reviewed-by: sspitsyn, amenkov
|
2026-02-24 21:30:35 +00:00 |
|
Leonid Mesnik
|
9f89fa5b67
|
8376295: "assert(BytecodeVerificationRemote) failed: Should not be here" when running class redefinition test with -XX:-BytecodeVerificationRemote
Reviewed-by: dholmes, coleenp, sspitsyn
|
2026-02-24 19:41:31 +00:00 |
|
Daniel Fuchs
|
49f14eb9fc
|
8378344: Refactor test/jdk/java/net/httpclient/*.java TestNG tests to JUnit
Reviewed-by: vyazici
|
2026-02-24 13:57:01 +00:00 |
|
Daniel Fuchs
|
e452d47867
|
8378164: test/jdk/java/net/httpclient/http3/*.java: convert tests that use ITestContext to JUnit
Reviewed-by: vyazici
|
2026-02-24 12:20:18 +00:00 |
|
SendaoYan
|
0ed34913ba
|
8377944: LowMemoryTest2.java#id1 intermittent fails OOME: Metaspace
Reviewed-by: dholmes, cjplummer
|
2026-02-24 12:12:14 +00:00 |
|
Saint Wesonga
|
b4c3629cba
|
8377702: Disable AArch64 SpinPause tests on Windows
Reviewed-by: dholmes, aph
|
2026-02-24 11:27:16 +00:00 |
|
Paul Hübner
|
32a619715e
|
8370044: TraceBytecodes shouldn't break up lines
Reviewed-by: dholmes, coleenp, jsjolen
|
2026-02-24 10:07:45 +00:00 |
|
Afshin Zafari
|
92fa4f13c6
|
8372231: Test gtest/NMTGtests.java#nmt-summary crashed
Reviewed-by: phubner, jsjolen
|
2026-02-24 09:19:11 +00:00 |
|
Joel Sikström
|
bd99c627b1
|
8378319: Obsolete the MaxRAM flag
Reviewed-by: ayang, tschatzl
|
2026-02-24 09:18:19 +00:00 |
|
Afshin Zafari
|
bc9c6c6af9
|
8377996: [REDO] NMT: Consolidate [Virtual/Committed/Reserved]Regions into one structure
Reviewed-by: phubner, jsjolen
|
2026-02-24 09:15:23 +00:00 |
|
Benoît Maillard
|
d9f19b3d9e
|
8373251: C2: Ideal() returns nullptr for shift nodes after having modified the shift amount input
Reviewed-by: chagedorn, mchevalier
|
2026-02-24 07:56:59 +00:00 |
|
Christian Hagedorn
|
14cb5ddfc5
|
8376291: [IR Framework] Create classes for separate Test VM messages
Reviewed-by: mchevalier, dfenacci, epeter
|
2026-02-24 07:23:41 +00:00 |
|
Serguei Spitsyn
|
f0da04a40a
|
8375457: Test serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java#default timed out
Reviewed-by: pchilanomate, amenkov
|
2026-02-24 06:54:10 +00:00 |
|
David Beaumont
|
75f8f08f3b
|
8378118: Test tools/jimage/JImageBadFileTest.java failed on Windows
Reviewed-by: rriggs, alanb
|
2026-02-24 05:19:17 +00:00 |
|
Yasumasa Suenaga
|
f25d429c8d
|
8306591: SA and hotspot generate different hprof records for GC roots
Reviewed-by: cjplummer, dholmes
|
2026-02-24 03:01:19 +00:00 |
|
Jaikiran Pai
|
171d788bce
|
8378378: Remove references to obsolete jdk.net.usePlainDatagramSocketImpl property from tests
Reviewed-by: alanb, vyazici, dfuchs
|
2026-02-24 02:21:33 +00:00 |
|
Alexey Ivanov
|
6b576235b8
|
8377924: Inconsistent parsing of XBM files after JDK-8361748
8377826: Eliminate code duplication in XbmImageDecoder
Reviewed-by: dnguyen, prr, dmarkov
|
2026-02-23 19:09:20 +00:00 |
|
Alexey Semenyuk
|
acde30e0ab
|
8377897: jpackage: make jdk.jpackage.internal.MockUtils available from other packages
Reviewed-by: almatvee
|
2026-02-23 17:34:55 +00:00 |
|
Xue-Lei Andrew Fan
|
1ae2fee007
|
8376125: Out of memory in the CDS archive error with lot of classes
Co-authored-by: Ioi Lam <iklam@openjdk.org>
Reviewed-by: iklam, jiangli
|
2026-02-23 17:02:14 +00:00 |
|
Jeremy Wood
|
66ba63a4e9
|
8377745: VoiceOver Identifies Hyperlink as Text
Reviewed-by: kizune, dnguyen
|
2026-02-23 16:18:55 +00:00 |
|
Patricio Chilano Mateo
|
4b99aef1ca
|
8373944: ObjectMonitor::ExitOnSuspend can call java_lang_VirtualThread::set_onWaitingList() while in safepoint
Reviewed-by: dholmes, fbredberg
|
2026-02-23 16:01:16 +00:00 |
|
Albert Mingkun Yang
|
9ea62c258c
|
8378348: Obsolete ParallelRefProcEnabled
Reviewed-by: jsikstro, tschatzl
|
2026-02-23 10:31:44 +00:00 |
|
Jaikiran Pai
|
c701647b32
|
8378397: Disable usage of system level jshell history in test/hotspot/jtreg/runtime/os/TestWXHealing.java
Reviewed-by: dholmes, jlahoda
|
2026-02-23 10:21:57 +00:00 |
|
Jan Lahoda
|
c065f4119a
|
8308637: AssertionError when using Trees.getScope in plug-in
Reviewed-by: vromero
|
2026-02-23 09:43:07 +00:00 |
|
Kevin Walls
|
0f70a9a924
|
8377433: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java failed
Reviewed-by: sspitsyn
|
2026-02-23 09:28:10 +00:00 |
|
Aleksey Shipilev
|
a9542746e7
|
8375359: Improve GC serviceability init staging
Reviewed-by: ayang, tschatzl, stefank
|
2026-02-23 09:27:53 +00:00 |
|
Quan Anh Mai
|
a35945ae06
|
8376220: C2: Refactor the logic to in MemNode::find_previous_store
Reviewed-by: rcastanedalo, bmaillard
|
2026-02-21 11:52:50 +00:00 |
|
Yasumasa Suenaga
|
d4dc5e49c1
|
8378369: TestJhsdbJstackMixedWithVDSOCallCore.java fails if missing vdso64.so
Reviewed-by: cjplummer, ayang
|
2026-02-21 11:39:52 +00:00 |
|
Jaikiran Pai
|
fac338b03e
|
8377425: Test runtime/os/TestWXHealing.java fails on macosx-aarch64 product build
Reviewed-by: aph, dholmes
|
2026-02-21 04:34:19 +00:00 |
|
Ioi Lam
|
103a08378d
|
8378298: Remove obsolete CDS string tests
Reviewed-by: matsaave, kvn
|
2026-02-21 02:52:17 +00:00 |
|
Daniel Fuchs
|
2ebd612634
|
8378276: Refactor test/jdk/java/net/httpclient/quic/ TestNG tests to JUnit
Reviewed-by: vyazici
|
2026-02-20 20:21:00 +00:00 |
|
Daniel Fuchs
|
c1f8209cb2
|
8378163: test/jdk/java/net/httpclient/*.java: convert tests that use ITestContext to JUnit
Reviewed-by: vyazici
|
2026-02-20 17:22:21 +00:00 |
|
Oli Gillespie
|
932f28c69b
|
8376698: Add Spliterator tests for TreeMap sub-maps
Reviewed-by: liach, rriggs
|
2026-02-20 16:50:00 +00:00 |
|
Volkan Yazici
|
72b28672ad
|
8367129: Move input validation checks to Java for java.lang.StringLatin1 intrinsics
Reviewed-by: rriggs, rgiulietti
|
2026-02-20 16:26:18 +00:00 |
|
Jaikiran Pai
|
e8dadf4baa
|
8378003: JarURLConnection.getCertificates() and getCodeSigners() incorrectly return null for signed JAR files after JDK-8377338
Reviewed-by: mullan, dfuchs
|
2026-02-20 15:13:07 +00:00 |
|