Alexey Ivanov
8357de88aa
8334868: Ensure CheckUninstallModalHook is called in WPageDialogPeer._show
...
Ensure AwtDialog::CheckInstallModalHook and
AwtDialog::ModalActivateNextWindow are always called
after ::PageSetupDlg returns.
Reverse the condition of the if statement and
bail out if ::PageSetupDlg returns an error.
Remove the doIt flag and use explicit returns:
* JNI_FALSE if an error detected;
* JNI_TRUE if the function reached its end
without errors.
Reviewed-by: dmarkov, prr
2026-04-10 13:07:00 +00:00
Eirik Bjørsnøs
d89bd4c980
8380542: ZipOutputStream.setComment and ZipEntry.setComment spec updates for rejecting unmappable characters and allowing null or empty comments
...
Reviewed-by: alanb, lancea, jpai
2026-04-10 05:29:18 +00:00
Yasumasa Suenaga
24f7945779
8377946: Use DWARF in mixed jstack on Linux AArch64
...
Reviewed-by: cjplummer, kevinw, erikj
2026-04-09 23:49:11 +00:00
Erik Gahlin
d68065e747
8365498: jdk/jfr/event/os/TestCPULoad.java fails with Expected at least one event
...
Reviewed-by: mgronlun
2026-04-09 16:20:56 +00:00
Chad Rakoczy
9a1f7d4ae3
8326205: Grouping frequently called C2 nmethods in CodeCache
...
Co-authored-by: Evgeny Astigeevich <eastigeevich@openjdk.org>
Reviewed-by: kvn, cslucas, aph
2026-04-09 16:06:38 +00:00
Ashutosh Mehra
d471f47499
8381807: AArch64: compiler/cpuflags/CPUFeaturesClearTest.java fails on SVE after JDK-8364584
...
Reviewed-by: kvn, haosun, adinn
2026-04-09 13:56:27 +00:00
Eirik Bjørsnøs
9df6054d43
8380450: (zipfs) ZipFileSystem::getPath and ZipPath::resolve throw unspecified IllegalArgumentException for unmappable names
...
Reviewed-by: lancea
2026-04-09 13:52:13 +00:00
Ashutosh Mehra
81cc497e6e
8381819: Test compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails after JDK-8364584
...
Reviewed-by: kvn, mbaesken
2026-04-09 13:51:18 +00:00
Daisuke Yamazaki
261011ab13
8372325: Refactor tests under jdk/java/net/httpclient to use ${test.main.class}
...
Reviewed-by: dfuchs, syan
2026-04-09 10:51:53 +00:00
Roland Westrelin
60115c0bbf
8380158: C2: compiler/c2/TestGVNCrash.java asserts with adr and adr_type must agree
...
Reviewed-by: chagedorn, dfenacci
2026-04-09 09:35:13 +00:00
Martin Doerr
61b2508224
8320897: compiler/vectorapi/reshape/TestVectorReinterpret.java fails on ppc64(le) platforms
...
8348519: [s390x] test failure TestVectorReinterpret.java
Reviewed-by: amitkumar, rrich
2026-04-09 08:38:59 +00:00
Jaikiran Pai
78580f1e4e
8378291: Test vector in test/jdk/java/util/jar/JarEntry/GetMethodsReturnClones.java is effectively unsigned
...
Reviewed-by: eirbjo, lancea
2026-04-09 04:56:30 +00:00
Dean Long
d3afc85769
8381662: New test compiler/exceptions/TestDebugDuringExceptionCatching.java failing with C1-only
...
Reviewed-by: kvn, mhaessig
2026-04-08 20:04:20 +00:00
Naoto Sato
13633c0825
8381379: Support std/dstOffset attributes in CLDR's metazone definitions
...
Reviewed-by: jlu
2026-04-08 18:35:40 +00:00
Andrew Dinn
34686923aa
8372617: Save and restore stubgen stubs when using an AOT code cache
...
Reviewed-by: kvn, asmehra
2026-04-08 15:44:39 +00:00
Daniel Fuchs
52a54dacb8
8381616: Refactor various java/net/*Socket*/ TestNG tests to use JUnit
...
Reviewed-by: alanb
2026-04-08 15:41:27 +00:00
Serhiy Sachkov
988ec86dc6
8381838: java/net/DatagramSocket/SendReceiveMaxSize.java fails to compile after JDK-8381008
...
Reviewed-by: ayang, jpai, dfuchs
2026-04-08 13:02:51 +00:00
Erik Gahlin
cc1c427f47
8380755: jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java fails gcId should be increasing
...
Reviewed-by: dholmes, mgronlun
2026-04-08 12:19:07 +00:00
Coleen Phillimore
a27e7ca756
8381793: Clean up unused ProblemList-coh.txt
...
Reviewed-by: dholmes
2026-04-08 11:43:45 +00:00
Serhiy Sachkov
d7bace12ff
8380990: Update testng and junit tests to use diagnoseConfigurationIssue() method and post processing
...
Reviewed-by: dfuchs
2026-04-08 09:29:59 +00:00
Alexey Ivanov
cfae18fa60
8381745: Ensure Modal/FileDialog tests explicitly reference Asserts class
...
Reviewed-by: serb, dmarkov
2026-04-08 08:56:58 +00:00
Matthias Baesken
cbef44cbc0
8381008: [aix] Test java/net/DatagramSocket/SendReceiveMaxSize.java#preferIPv6Loopback fails after JDK-8380824
...
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Reviewed-by: mdoerr, jpai, dfuchs
2026-04-08 08:21:52 +00:00
Jan Lahoda
f6baab704e
8379550: Bad bytecode offset after JDK-8371155
...
Reviewed-by: vromero, abimpoudis
2026-04-08 06:23:42 +00:00
Daniel Jeliński
547ebe7236
8381316: HttpClient / Http3: poor exception messages on SSL handshake errors
...
Reviewed-by: dfuchs
2026-04-07 11:48:01 +00:00
Evgeny Astigeevich
9cf2b686bd
8381003: [REDO] Mitigate Neoverse-N1 erratum 1542419 negative impact on GCs and JIT performance
...
Reviewed-by: aph
2026-04-07 10:35:31 +00:00
Casper Norrbin
0b803bd34e
8380103: Perfdata shared memory file flock failures
...
Reviewed-by: dholmes, aartemov
2026-04-07 08:09:00 +00:00
Manuel Hässig
f31421266f
8370416: C2: Optimizing away arraycopy leads to wrong execution
...
Co-authored-by: Olivier Mattmann <olivier.mattmann@bluewin.ch>
Co-authored-by: Roland Westrelin <roland@openjdk.org>
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Co-authored-by: Tobias Hartmann <thartmann@openjdk.org>
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Co-authored-by: Quan Anh Mai <qamai@openjdk.org>
Reviewed-by: epeter, qamai
2026-04-07 07:35:50 +00:00
Anton Seoane Ampudia
06b797ec6b
8350603: Several more compiler tests ignore vm flags and don't have vm.flagless
...
Reviewed-by: dfenacci, rcastanedalo, syan
2026-04-07 07:22:22 +00:00
Robert Toyonaga
ef2e5379f5
8380467: JFR: RepositoryFiles.updatePaths() searches for chunkfiles incorrectly
...
Reviewed-by: egahlin
2026-04-06 21:00:36 +00:00
Ashay Rane
e79692881f
8381449: Build fails when Windows is not installed on C:
...
Reviewed-by: ysuenaga, erikj, lmesnik
2026-04-06 15:44:19 +00:00
Ashutosh Mehra
133c0424b9
8364584: Inconsistency in setting up cpu feature bits
...
Reviewed-by: kvn, iklam
2026-04-06 15:30:55 +00:00
Vicente Romero
4fcf913b93
8381639: Remove bug id 8381475 from test/jdk/tools/sincechecker/modules/jdk.compiler/JdkCompilerCheckSince.java
...
Reviewed-by: liach
2026-04-06 13:48:34 +00:00
Jaikiran Pai
f40a359df3
8373778: java.util.NoSuchElementException in HttpURLConnection.doTunneling0 when connecting via HTTPS
...
Reviewed-by: michaelm, vyazici
2026-04-06 13:21:44 +00:00
Daisuke Yamazaki
1d290109d3
8379675: test/jdk/sun/security/pkcs11/rsa/GenKeyStore.java uses removed methods
...
Reviewed-by: weijun
2026-04-06 03:08:19 +00:00
Ioi Lam
a333111bd8
8380291: AOT cache should store only unregistered classes with file: code source
...
Reviewed-by: kvn, iveresov
2026-04-03 20:28:45 +00:00
Justin Lu
0c98ab8dc9
8380936: Cleanup temp dir usage in ZipFSTester
...
Reviewed-by: jpai
2026-04-03 16:24:59 +00:00
Emanuel Peter
4a4701106c
8369699: Template Framework Library: add VectorAPI types and operations
...
Reviewed-by: mhaessig, vlivanov, galder
2026-04-03 12:39:49 +00:00
Daniel Jeliński
4bb7204fa9
8377181: HttpClient may leak closed QUIC connection objects
...
Reviewed-by: dfuchs
2026-04-03 05:48:24 +00:00
Dean Long
4253db2252
8350208: CTW: GraphKit::add_safepoint_edges asserts "not enough operands for reexecution"
...
Co-authored-by: Quan Anh Mai <qamai@openjdk.org>
Reviewed-by: mhaessig, vlivanov
2026-04-03 04:08:21 +00:00
Ioi Lam
95e90299b4
8381553: Clean up AOTCodeCache configuration checks
...
Reviewed-by: kvn, asmehra
2026-04-03 03:20:38 +00:00
Shiv Shah
fbbf2c3af3
8269613: vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java fails with OOME in CodeCache
...
Reviewed-by: lmesnik, epavlova
2026-04-03 00:52:00 +00:00
Shiv Shah
f1a414b61c
8338594: Update nsk/aod tests to use driver instead of othervm
...
Reviewed-by: lmesnik, cjplummer
2026-04-03 00:44:00 +00:00
Vicente Romero
e05eb1418e
8381475: Test tools/sincechecker/modules/jdk.compiler/JdkCompilerCheckSince.java fails for DocSourcePositions.java
...
Reviewed-by: mikael
2026-04-02 22:57:35 +00:00
Mahendra Chhipa
5e89669d18
8381568: Refactor java/net/spi/InetAddressResolverProvider test from testNg to use JUnit
...
Reviewed-by: dfuchs
2026-04-02 19:59:21 +00:00
Matias Saavedra Silva
0ada293cb4
8380091: Tests in runtime/cds are failing with log parsing errors - missing output - but the output seems present
...
Reviewed-by: coleenp, dholmes
2026-04-02 14:10:46 +00:00
Vladimir Petko
81b6fcc3e9
8381555: test/hotspot/jtreg/gc/arguments/TestG1CompressedOops.java fails on 32 bit architectures
...
Reviewed-by: jsikstro
2026-04-02 13:12:48 +00:00
Jan Lahoda
a506853a82
8374020: Inconsistent handling of type updates in typeWithAnnotations
...
Reviewed-by: abimpoudis
2026-04-02 08:53:05 +00:00
Dusan Balek
fa5ec62405
8378950: Repeated warnings when annotation processing is happening
...
Co-authored-by: Archie Cobbs <acobbs@openjdk.org>
Reviewed-by: jlahoda
2026-04-02 08:20:47 +00:00
Igor Veresov
c18e3a3377
8379819: Creating AOT configuration crashes in MethodTrainingData::prepare
...
Reviewed-by: iklam, kvn
2026-04-02 00:18:11 +00:00
Daniel Gredler
cddee6d6eb
8380028: Fix Page8 of manual test java/awt/print/PrinterJob/PrintTextTest.java on macOS
...
Reviewed-by: prr, psadhukhan
2026-04-01 20:37:24 +00:00