git: openjdk/jdk17u: 163 new changesets
Victor Rudometov
vrudomet at openjdk.org
Wed Oct 30 10:21:01 UTC 2024
Changeset: 99b7468e
Branch: master
Author: Amos Shi <ashi at openjdk.org>
Date: 2024-08-28 07:00:07 +0000
URL: https://git.openjdk.org/jdk17u/commit/99b7468ef39571d5276b071f7040e2dfb01f703c
8330814: Cleanups for KeepAliveCache tests
Reviewed-by: clanger
Backport-of: a5005c87c4d5598eb54e9824105767d833f9660b
! test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java
! test/jdk/sun/net/www/http/KeepAliveCache/B8291637.java
! test/jdk/sun/net/www/http/KeepAliveCache/B8293562.java
! test/jdk/sun/net/www/http/KeepAliveCache/KeepAliveProperty.java
! test/jdk/sun/net/www/http/KeepAliveCache/KeepAliveTimerThread.java
Changeset: e50b8150
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-08-28 08:50:28 +0000
URL: https://git.openjdk.org/jdk17u/commit/e50b81503b0ee3cd3116345ff6bf31fa591dd3fc
8339081: Bump update version for OpenJDK: jdk-17.0.14
Reviewed-by: sgehwolf
! .jcheck/conf
! make/conf/version-numbers.conf
Changeset: 6f382d1f
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-08-28 12:07:35 +0000
URL: https://git.openjdk.org/jdk17u/commit/6f382d1fcfb514ab11e991ceb3c94967e8cbc054
8332903: ubsan: opto/output.cpp:1002:18: runtime error: load of value 171, which is not a valid value for type 'bool'
Backport-of: 113a2c028dc3b9abb6229d5f0b812b54a9b61011
! src/hotspot/cpu/ppc/ppc.ad
Changeset: ada58fa5
Branch: master
Author: SendaoYan <syan at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2024-08-29 14:10:45 +0000
URL: https://git.openjdk.org/jdk17u/commit/ada58fa55bb265aa62bbe9389d08cbc39e3e32e0
8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and /timeout
Backport-of: 39884205fbc0e85ce9d78303dfbabf125ff36535
! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
Changeset: fd38e86f
Branch: master
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-08-29 16:25:27 +0000
URL: https://git.openjdk.org/jdk17u/commit/fd38e86f84b0c1044ef6fce3836fc319e3df646e
8338286: GHA: Demote x86_32 to hotspot build only
Reviewed-by: phh
Backport-of: da7311bbe37c2b9632b117d52a77c659047820b7
! .github/workflows/main.yml
Changeset: 7374e7d9
Branch: master
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-08-29 16:25:47 +0000
URL: https://git.openjdk.org/jdk17u/commit/7374e7d9060abc9519180aeeb7f0a6f1234e62e7
8336343: Add more known sysroot library locations for ALSA
Backport-of: 9e6e0a8f341389215f0db6b2260f2b16351f02be
! make/autoconf/lib-alsa.m4
Changeset: a9d755ca
Branch: master
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-08-29 16:26:06 +0000
URL: https://git.openjdk.org/jdk17u/commit/a9d755ca35b6bd952c5e48c2975d1c813cb5b0cd
8336342: Fix known X11 library locations in sysroot
Backport-of: ee365d75cca6f33e5781fe514e557caba2b67c32
! make/autoconf/lib-x11.m4
Changeset: acfce696
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-08-30 12:03:47 +0000
URL: https://git.openjdk.org/jdk17u/commit/acfce69612d5e6f18c48551417ba6702ab84e5b6
8332904: ubsan ppc64le: c1_LIRGenerator_ppc.cpp:581:21: runtime error: signed integer overflow: 9223372036854775807 + 1 cannot be represented in type 'long int'
Reviewed-by: clanger
Backport-of: 9b64ece514cf941ebc727991d97c43453d8a488d
! src/hotspot/cpu/ppc/assembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp
Changeset: 3ddae292
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-08-30 14:33:19 +0000
URL: https://git.openjdk.org/jdk17u/commit/3ddae292e04a66e03d2cb761826dfab08ace7108
8331789: ubsan: deoptimization.cpp:403:29: runtime error: load of value 208, which is not a valid value for type 'bool'
Backport-of: 2baacfc16916220846743c6e49a99a6c41cac510
! src/hotspot/share/runtime/deoptimization.cpp
Changeset: 42b5e12b
Branch: master
Author: Todd V. Jonker <jonker at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2024-08-30 15:35:36 +0000
URL: https://git.openjdk.org/jdk17u/commit/42b5e12b58f6f6014ff841fe980fcf160c0330e0
8287003: InputStreamReader::read() can return zero despite writing a char in the buffer
Reviewed-by: phh
Backport-of: 6520843f86f638fe4d1e5b3358fab5799daca654
! src/java.base/share/classes/sun/nio/cs/StreamDecoder.java
! test/jdk/java/io/InputStreamReader/ReadCharBuffer.java
Changeset: b2c92fd6
Branch: master
Author: Todd V. Jonker <jonker at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2024-08-30 15:35:53 +0000
URL: https://git.openjdk.org/jdk17u/commit/b2c92fd6d16caedba818aa5d4f94bba2f1b9efaf
8319817: Charset constructor should make defensive copy of aliases
Backport-of: d6d7bdc7748c10963c3e58c0287b2472646bf36f
! src/java.base/share/classes/java/nio/charset/Charset.java
+ test/jdk/java/nio/charset/Charset/AliasesCopy.java
Changeset: 9150f50f
Branch: master
Author: Fei Yang <fyang at openjdk.org>
Date: 2024-09-02 13:43:40 +0000
URL: https://git.openjdk.org/jdk17u/commit/9150f50f85bbe7f8b4371eb7ea63e57cc74410a5
8337780: RISC-V: C2: Change C calling convention for sp to NS
Backport-of: 53db937dd0766695906dc20c1dbbd3228c02fe1e
! src/hotspot/cpu/riscv/riscv.ad
Changeset: 90b0fb02
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-09-02 15:29:13 +0000
URL: https://git.openjdk.org/jdk17u/commit/90b0fb02c7c678f30d0ae13524c29e6d20fd56f8
8332589: ubsan: unix/native/libjava/ProcessImpl_md.c:562:5: runtime error: null pointer passed as argument 2, which is declared to never be null
Backport-of: 16dba04e8dfa871f8056480a42a9baeb24a2fb24
! src/java.base/unix/native/libjava/ProcessImpl_md.c
Changeset: dc69e059
Branch: master
Author: Xiaolong Peng <xpeng at openjdk.org>
Date: 2024-09-03 08:43:52 +0000
URL: https://git.openjdk.org/jdk17u/commit/dc69e059b16414c40ca9eabca136e71ed7bd1793
8325587: Shenandoah: ShenandoahLock should allow blocking in VM
Reviewed-by: shade, phh
Backport-of: 492e8bf563135d27b46fde198880e62d5f1940e8
! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
! src/hotspot/share/gc/shenandoah/shenandoahLock.cpp
! src/hotspot/share/gc/shenandoah/shenandoahLock.hpp
Changeset: d2cae5d4
Branch: master
Author: Liang Mao <lmao at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2024-09-03 15:06:33 +0000
URL: https://git.openjdk.org/jdk17u/commit/d2cae5d4269f09c60851897e5b250e0cfe049adf
8335493: check_gc_overhead_limit should reset SoftRefPolicy::_should_clear_all_soft_refs
Backport-of: cff9e246cc2fbd3914f40bb71daa85dcf7731396
! src/hotspot/share/gc/shared/gcOverheadChecker.cpp
Changeset: d2e3de23
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-09-04 12:59:18 +0000
URL: https://git.openjdk.org/jdk17u/commit/d2e3de236e583adcb2480db647cce759ec68824d
8332473: ubsan: growableArray.hpp:290:10: runtime error: null pointer passed as argument 1, which is declared to never be null
Backport-of: e529101ea30b49a6601088ce5ab81df590fc52f0
! src/hotspot/share/utilities/growableArray.hpp
Changeset: fc3bcf94
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-05 05:59:01 +0000
URL: https://git.openjdk.org/jdk17u/commit/fc3bcf947546940ee346fdfd1c61a678cde5fe8f
Merge
Changeset: 5d849762
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-09-05 08:06:47 +0000
URL: https://git.openjdk.org/jdk17u/commit/5d84976296a032bc5c31b0fb08d531e9c9d57368
8330464: hserr generic events - add entry for the before_exit calls
Reviewed-by: mdoerr
Backport-of: 45ed97f15b96071e5d6b6d21e8f0129eda5aa447
! src/hotspot/share/runtime/java.cpp
! src/hotspot/share/runtime/thread.cpp
Changeset: 7921433d
Branch: master
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-09-05 08:09:29 +0000
URL: https://git.openjdk.org/jdk17u/commit/7921433daa0e91fb80dfd305cd4d5c0e29b2aaf6
8339248: RISC-V: Remove li64 macro assembler routine and related code
Reviewed-by: fyang
Backport-of: 392bdd5734e0ad4e616d52bb7bcafcf85dccbf34
! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/nativeInst_riscv.cpp
! src/hotspot/cpu/riscv/nativeInst_riscv.hpp
Changeset: 58cbf5d0
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-05 09:57:54 +0000
URL: https://git.openjdk.org/jdk17u/commit/58cbf5d0490783970bc837b022899e625c34f1cd
8271456: Avoid looking up standard charsets in "java.desktop" module
Reviewed-by: phh
Backport-of: 6b55ef3b58ae405c46f440e06b5adb03cec3a500
! src/java.desktop/macosx/classes/com/apple/laf/AquaFileView.java
! src/java.desktop/macosx/classes/sun/lwawt/macosx/CDataTransferer.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/BMPMetadata.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/gif/GIFImageMetadata.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/gif/GIFWritableImageMetadata.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/COMMarkerSegment.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/JFIFMarkerSegment.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageWriter.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFIFD.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriter.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/WBMPMetadata.java
! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java
! src/java.desktop/share/classes/com/sun/media/sound/DLSSoundbank.java
! src/java.desktop/share/classes/com/sun/media/sound/RIFFReader.java
! src/java.desktop/share/classes/com/sun/media/sound/RIFFWriter.java
! src/java.desktop/share/classes/com/sun/media/sound/SF2Soundbank.java
! src/java.desktop/share/classes/com/sun/media/sound/SoftTuning.java
! src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java
! src/java.desktop/share/classes/javax/swing/text/rtf/RTFReader.java
! src/java.desktop/share/classes/sun/awt/FontDescriptor.java
! src/java.desktop/share/classes/sun/awt/datatransfer/DataTransferer.java
! src/java.desktop/share/classes/sun/font/Type1Font.java
! src/java.desktop/share/classes/sun/print/PageableDoc.java
! src/java.desktop/unix/classes/sun/awt/X11/XAtom.java
! src/java.desktop/unix/classes/sun/awt/X11/XNETProtocol.java
! src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java
! src/java.desktop/unix/classes/sun/awt/XSettings.java
! src/java.desktop/unix/classes/sun/font/FcFontConfiguration.java
! src/java.desktop/unix/classes/sun/font/NativeFont.java
! src/java.desktop/unix/classes/sun/print/AttributeClass.java
! src/java.desktop/unix/classes/sun/print/IPPPrintService.java
! src/java.desktop/windows/classes/sun/awt/windows/WDataTransferer.java
Changeset: 8cea90b9
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-10 05:41:20 +0000
URL: https://git.openjdk.org/jdk17u/commit/8cea90b9ca1c1a3a0c5cc55de828a35077c3f760
8328723: IP Address error when client enables HTTPS endpoint check on server socket
Backport-of: 1b9270ac8a76b482103dd3f6b12606a22214e554
! src/java.base/share/classes/sun/security/ssl/X509TrustManagerImpl.java
Changeset: 49624e7d
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-10 05:41:39 +0000
URL: https://git.openjdk.org/jdk17u/commit/49624e7d887e7fb7deb35a0bd08f1a38988b58a5
8336413: gtk headers : Fix typedef redeclaration of GMainContext and GdkPixbuf
Backport-of: 69baa7d2850fafbd89978db12eec683c286eb921
! src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.h
! src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.h
Changeset: 4656e39f
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-10 05:43:20 +0000
URL: https://git.openjdk.org/jdk17u/commit/4656e39f752554d44efd5bad79d78d30201ef025
8310731: Configure a javax.net.ssl.SNIMatcher for the HTTP/1.1 test servers in java/net/httpclient tests
Reviewed-by: goetz
Backport-of: 05e9c41eddf8961d1384c88ccedf993d86822a6b
! test/jdk/java/net/httpclient/AsFileDownloadTest.java
! test/jdk/java/net/httpclient/AuthFilterCacheTest.java
! test/jdk/java/net/httpclient/ConcurrentResponses.java
! test/jdk/java/net/httpclient/CustomResponseSubscriber.java
! test/jdk/java/net/httpclient/ExpectContinue.java
! test/jdk/java/net/httpclient/HttpRedirectTest.java
! test/jdk/java/net/httpclient/HttpSlowServerTest.java
! test/jdk/java/net/httpclient/ImmutableFlowItems.java
! test/jdk/java/net/httpclient/LargeHandshakeTest.java
! test/jdk/java/net/httpclient/LargeResponseTest.java
! test/jdk/java/net/httpclient/LightWeightHttpServer.java
! test/jdk/java/net/httpclient/MappingResponseSubscriber.java
! test/jdk/java/net/httpclient/RequestBodyTest.java
! test/jdk/java/net/httpclient/RequestBodyTest.policy
! test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/common/HttpServerAdapters.java
+ test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/common/ServerNameMatcher.java
+ test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/common/TestServerConfigurator.java
! test/jdk/java/net/httpclient/websocket/HandshakeUrlEncodingTest.java
! test/jdk/java/net/httpclient/websocket/WSHandshakeExceptionTest.java
Changeset: 57a1ad1b
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-10 05:50:01 +0000
URL: https://git.openjdk.org/jdk17u/commit/57a1ad1b34541476ad95cdfa939669855e2a27b1
8269770: nsk tests should start IOPipe channel before launch debuggee - Debugee.prepareDebugee
Backport-of: 18a731a3e4ec85f0f3e8d6ff619b539c0daaf320
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeProcess.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/IOPipe.java
Changeset: 2001d39c
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-10 05:51:50 +0000
URL: https://git.openjdk.org/jdk17u/commit/2001d39ce1c0f603e9ef547e25c086ea30780fab
8274505: Too weak variable type leads to unnecessary cast in java.desktop
Backport-of: 9ca6bf0d22ac39d4ee29c756903038f09087ca12
! src/java.desktop/share/classes/com/sun/media/sound/SoftSynthesizer.java
! src/java.desktop/share/classes/javax/swing/JFormattedTextField.java
! src/java.desktop/share/classes/javax/swing/JRootPane.java
! src/java.desktop/share/classes/javax/swing/JTree.java
! src/java.desktop/share/classes/javax/swing/plaf/synth/SynthParser.java
! src/java.desktop/share/classes/javax/swing/text/html/AccessibleHTML.java
! src/java.desktop/share/classes/javax/swing/text/html/HTMLDocument.java
! src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java
! src/java.desktop/share/classes/javax/swing/text/rtf/RTFGenerator.java
! src/java.desktop/share/classes/sun/awt/SunToolkit.java
! src/java.desktop/share/classes/sun/java2d/Disposer.java
Changeset: fb797141
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-10 05:53:44 +0000
URL: https://git.openjdk.org/jdk17u/commit/fb797141ebd9baf76394d53d29e21535dcbffdf6
8276763: java/nio/channels/SocketChannel/AdaptorStreams.java fails with "SocketTimeoutException: Read timed out"
Backport-of: 8aae88b0fc4acb76ef140f120712403cf4b04a46
! test/jdk/java/nio/channels/SocketChannel/AdaptorStreams.java
Changeset: 2886a394
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-10 05:55:34 +0000
URL: https://git.openjdk.org/jdk17u/commit/2886a394f5004e273ad12abc3ea70d41950427c1
8293877: Rewrite MineField test
Reviewed-by: mbaesken
Backport-of: e137f9f2f0e4244307900cd0eadceb9b773e9858
- test/langtools/tools/javac/Paths/Class-Path.sh
- test/langtools/tools/javac/Paths/Class-Path2.sh
+ test/langtools/tools/javac/Paths/ClassPath.java
+ test/langtools/tools/javac/Paths/ClassPath2.java
+ test/langtools/tools/javac/Paths/Diagnostics.java
- test/langtools/tools/javac/Paths/Diagnostics.sh
+ test/langtools/tools/javac/Paths/Help.java
- test/langtools/tools/javac/Paths/Help.sh
+ test/langtools/tools/javac/Paths/MineField.java
- test/langtools/tools/javac/Paths/MineField.sh
+ test/langtools/tools/javac/Paths/Util.java
- test/langtools/tools/javac/Paths/Util.sh
+ test/langtools/tools/javac/Paths/WildcardMineField.java
- test/langtools/tools/javac/Paths/wcMineField.sh
! test/langtools/tools/lib/toolbox/ToolBox.java
Changeset: 878ceeb3
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-10 05:57:54 +0000
URL: https://git.openjdk.org/jdk17u/commit/878ceeb3f6a7f720dbf2eb270dddc56f41e01503
8071693: Introspector ignores default interface methods
Backport-of: 1e4eafb4fe70832294a12938d93e7860073cf4cf
! src/java.desktop/share/classes/com/sun/beans/introspect/MethodInfo.java
+ test/jdk/java/beans/Introspector/DefaultMethodBeanPropertyTest.java
Changeset: 7d828586
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-10 06:01:36 +0000
URL: https://git.openjdk.org/jdk17u/commit/7d828586292dea718bb314a9b81249f6440efaf1
8331864: Update Public Suffix List to 1cbd6e7
Reviewed-by: mbaesken
Backport-of: b91083341aba952befadd79020079920f9540999
! make/data/publicsuffixlist/VERSION
! make/data/publicsuffixlist/public_suffix_list.dat
! src/java.base/share/legal/public_suffix.md
! test/jdk/sun/security/util/RegisteredDomain/ParseNames.java
! test/jdk/sun/security/util/RegisteredDomain/tests.dat
Changeset: 6261dd7e
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-10 12:12:07 +0000
URL: https://git.openjdk.org/jdk17u/commit/6261dd7e3827ecd65c61a3d71f4234c88f08fccd
8339470: [17u] More defensive fix for 8163921
Reviewed-by: coffeys, shade
! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
! test/jdk/sun/net/www/B8185898.java
Changeset: 91849bf1
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-11 09:12:35 +0000
URL: https://git.openjdk.org/jdk17u/commit/91849bf127d67aeebc949936ebd7983040041ffc
Merge
Changeset: d92d6336
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-09-11 13:32:59 +0000
URL: https://git.openjdk.org/jdk17u/commit/d92d63361cf73f500517b09f231db8a720d5974b
8332720: ubsan: instanceKlass.cpp:3550:76: runtime error: member call on null pointer of type 'struct Array'
Reviewed-by: mdoerr, lucy
Backport-of: e19a421c30534566ba0dea0fa84f812ebeecfc87
! src/hotspot/share/oops/instanceKlass.cpp
Changeset: 98586bbd
Branch: master
Author: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-09-11 20:57:18 +0000
URL: https://git.openjdk.org/jdk17u/commit/98586bbd3294bd59722e78e6ae82a76a6dffce67
8331626: unsafe.cpp:162:38: runtime error in index_oop_from_field_offset_long - applying non-zero offset 4563897424 to null pointer
Backport-of: 23a72a1f2f651d5e8e9a0eb1e75e2b44572a13da
! src/hotspot/share/prims/unsafe.cpp
Changeset: 81ad4993
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-12 02:01:16 +0000
URL: https://git.openjdk.org/jdk17u/commit/81ad4993e707d14d478740fb83854888aa235785
8294726: Update URLs in minefield tests
Backport-of: 090cdfc7a2e280c620a0926512fb67f0ce7f3c21
! test/langtools/tools/javac/Paths/ClassPath.java
! test/langtools/tools/javac/Paths/ClassPath2.java
! test/langtools/tools/javac/Paths/Diagnostics.java
! test/langtools/tools/javac/Paths/Help.java
! test/langtools/tools/javac/Paths/MineField.java
! test/langtools/tools/javac/Paths/WildcardMineField.java
Changeset: 51395cff
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-12 02:03:10 +0000
URL: https://git.openjdk.org/jdk17u/commit/51395cfff0912bc470ffe5a24be03b484d713359
8326611: Clean up vmTestbase/nsk/stress/stack tests
Reviewed-by: goetz
Backport-of: 972e81d1adb232b02114a5260d06144eb5b08849
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/runtime/stack/Stack001.java
+ test/hotspot/jtreg/runtime/stack/Stack002.java
+ test/hotspot/jtreg/runtime/stack/Stack003.java
+ test/hotspot/jtreg/runtime/stack/Stack004.java
+ test/hotspot/jtreg/runtime/stack/Stack005.java
+ test/hotspot/jtreg/runtime/stack/Stack006.java
+ test/hotspot/jtreg/runtime/stack/Stack007.java
+ test/hotspot/jtreg/runtime/stack/Stack008.java
+ test/hotspot/jtreg/runtime/stack/Stack009.java
+ test/hotspot/jtreg/runtime/stack/Stack010.java
+ test/hotspot/jtreg/runtime/stack/Stack011.java
+ test/hotspot/jtreg/runtime/stack/Stack012.java
+ test/hotspot/jtreg/runtime/stack/Stack013.java
+ test/hotspot/jtreg/runtime/stack/Stack014.java
+ test/hotspot/jtreg/runtime/stack/Stack015.java
+ test/hotspot/jtreg/runtime/stack/Stack016.java
+ test/hotspot/jtreg/runtime/stack/Stack017.java
+ test/hotspot/jtreg/runtime/stack/Stack018.java
+ test/hotspot/jtreg/runtime/stack/Stack019.java
! test/hotspot/jtreg/vmTestbase/nsk/share/README
- test/hotspot/jtreg/vmTestbase/nsk/share/Terminator.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack001.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack002.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack003.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack004.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack005.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack006.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack007.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack008.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack009.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack010.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack011.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack012.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack013.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack014.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack015.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack016.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack017.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack018.java
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack019.java
Changeset: 3248a611
Branch: master
Author: Fei Yang <fyang at openjdk.org>
Date: 2024-09-12 08:32:23 +0000
URL: https://git.openjdk.org/jdk17u/commit/3248a61180ca910f03b7eea41bb005b2c827354f
8339548: GHA: RISC-V: Use Debian snapshot archive for bootstrap
Backport-of: 9e0ccb8bbd01ffbac466288977a770dd09e357af
! .github/workflows/build-cross-compile.yml
Changeset: 6f991090
Branch: master
Author: Xiaolong Peng <xpeng at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-09-12 10:36:51 +0000
URL: https://git.openjdk.org/jdk17u/commit/6f991090d3749c8f5002cf2e7902f6a29324d3ff
8331405: Shenandoah: Optimize ShenandoahLock with TTAS
Backport-of: c4fe5bf90c2d368c29714de63a90eca444fb3ece
! src/hotspot/share/gc/shenandoah/shenandoahLock.cpp
Changeset: 81b2c8df
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-12 15:05:08 +0000
URL: https://git.openjdk.org/jdk17u/commit/81b2c8df001fde192d5e923590c90e1ddabe7f0b
8286160: (fs) Files.exists returns unexpected results with C:\pagefile.sys because it's not readable
Backport-of: d482d7f5b99e89185471c05cde797f13405c32f2
! src/java.base/windows/classes/sun/nio/fs/WindowsFileSystemProvider.java
! test/jdk/java/nio/file/Files/Misc.java
Changeset: 7161e295
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-09-13 14:20:28 +0000
URL: https://git.openjdk.org/jdk17u/commit/7161e295db67ebdd901ac3fca4c1337dc602e944
8332825: ubsan: guardedMemory.cpp:35:11: runtime error: null pointer passed as argument 2, which is declared to never be null
Backport-of: be1d374bc54d43aae3b3c1feace22d38fe2156b6
! src/hotspot/share/memory/guardedMemory.cpp
Changeset: a5d9f49a
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-16 08:21:12 +0000
URL: https://git.openjdk.org/jdk17u/commit/a5d9f49ad952e2db4b4d2428d2253813d01ba574
8296972: [macos13] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java: getExtendedState() != 6 as expected.
Reviewed-by: goetz
Backport-of: f0c2f098150335fce736708354d58bae383cc4a1
! src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
! test/jdk/java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java
Changeset: 22f82b97
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-16 08:21:35 +0000
URL: https://git.openjdk.org/jdk17u/commit/22f82b970c6c0bd83edb3202d2f648d43ea49d92
8320675: PrinterJob/SecurityDialogTest.java hangs
Reviewed-by: phh
Backport-of: 9f5ad43358a4e209b4cd1c91bcc86b997f371548
! test/jdk/java/awt/print/PrinterJob/SecurityDialogTest.java
Changeset: 35c1ebc7
Branch: master
Author: Kerem Kat <katkerem at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-09-16 16:04:17 +0000
URL: https://git.openjdk.org/jdk17u/commit/35c1ebc76dba1bd6343dbed72ad4ead04a603aed
8268364: jmethod clearing should be done during unloading
Backport-of: 3d84398d128bb2eed6280ebbc3f57afb3b89908f
! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/oops/method.cpp
Changeset: e336d04e
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 09:41:15 +0000
URL: https://git.openjdk.org/jdk17u/commit/e336d04e8ce0fe303b2bef1f08b2e4647c113d42
8294193: Files.createDirectories throws FileAlreadyExistsException for a symbolic link whose target is an existing directory
Backport-of: 169a5d48afbc6627f36a768c17c2a5e56219d9c7
! src/java.base/share/classes/java/nio/file/Files.java
+ test/jdk/java/nio/file/Files/CreateDirectories.java
! test/jdk/java/nio/file/Files/Misc.java
Changeset: 604e92da
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 09:42:44 +0000
URL: https://git.openjdk.org/jdk17u/commit/604e92dac4ba1a68bc1e351be8b4f480a62172ef
8282578: AIOOBE in javax.sound.sampled.Clip
Backport-of: af8fb7eef7188ef762399cfb3faf5c8afd49efa7
! src/java.desktop/share/classes/com/sun/media/sound/SoftMainMixer.java
! src/java.desktop/share/classes/com/sun/media/sound/SoftTuning.java
+ test/jdk/javax/sound/midi/SysexMessage/EmptySysExMessageTest.java
+ test/jdk/javax/sound/midi/SysexMessage/zerosysex.mid
Changeset: 65a12153
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 09:44:09 +0000
URL: https://git.openjdk.org/jdk17u/commit/65a12153c777d93f9d7fad60116b3eacba384dd2
8314824: Fix serviceability/jvmti/8036666/GetObjectLockCount.java to use vm flags
Backport-of: 93e82c01460a70f214653a558d53c1c6180ae0d3
! test/hotspot/jtreg/serviceability/jvmti/8036666/GetObjectLockCount.java
Changeset: e4590bf5
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 09:45:45 +0000
URL: https://git.openjdk.org/jdk17u/commit/e4590bf5177ae80313a8b49f95d3dd3275c90207
8315406: [REDO] serviceability/jdwp/AllModulesCommandTest.java ignores VM flags
Backport-of: 5cbff2460812fee707f9d96ab00a628d1ce3fbef
! test/hotspot/jtreg/serviceability/jdwp/AllModulesCommandTest.java
! test/hotspot/jtreg/serviceability/jdwp/DebuggeeLauncher.java
! test/hotspot/jtreg/serviceability/jdwp/StreamHandler.java
Changeset: 5b10cd1d
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 09:53:05 +0000
URL: https://git.openjdk.org/jdk17u/commit/5b10cd1d544577c10a12e4514327df52f14fe900
8314831: NMT tests ignore vm flags
Reviewed-by: phh
Backport-of: 9bf3dee2424bd8ccbc7ef0175c6e7165ff5cf1c6
! test/hotspot/jtreg/runtime/NMT/CommandLineDetail.java
! test/hotspot/jtreg/runtime/NMT/CommandLineEmptyArgument.java
! test/hotspot/jtreg/runtime/NMT/CommandLineInvalidArgument.java
! test/hotspot/jtreg/runtime/NMT/CommandLineSummary.java
! test/hotspot/jtreg/runtime/NMT/CommandLineTurnOffNMT.java
! test/hotspot/jtreg/runtime/NMT/JcmdWithNMTDisabled.java
! test/hotspot/jtreg/runtime/NMT/NMTInitializationTest.java
! test/hotspot/jtreg/runtime/NMT/NMTWithCDS.java
! test/hotspot/jtreg/runtime/NMT/PrintNMTStatistics.java
! test/hotspot/jtreg/runtime/NMT/PrintNMTStatisticsWithNMTDisabled.java
Changeset: 17bf3930
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 09:57:46 +0000
URL: https://git.openjdk.org/jdk17u/commit/17bf39306c340196359c31f5e45ca25144da70b5
8315988: Parallel: Make TestAggressiveHeap use createTestJvm
Backport-of: fbc766ee21ff7e6d414bd7d2c8bd7c9e1889a8af
! test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java
Changeset: 5549655e
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 10:01:51 +0000
URL: https://git.openjdk.org/jdk17u/commit/5549655eab4dea33e8e52dbc884e62a3bd14db9c
8314829: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java ignores vm flags
Backport-of: e0f8d16833c8212a79ea3dda3f4fe31134c41025
! test/hotspot/jtreg/ProblemList-zgc.txt
! test/hotspot/jtreg/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
Changeset: fda6239f
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 10:07:42 +0000
URL: https://git.openjdk.org/jdk17u/commit/fda6239f533c9d0be3f48e7d97f99f7bcea0c00a
8316446: 4 sun/management/jdp tests ignore VM flags
Backport-of: 5b311f20dfaed0f34d38e8c5c6b90d97ffc75172
! test/jdk/sun/management/jdp/DynamicLauncher.java
Changeset: d61861b8
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 10:23:51 +0000
URL: https://git.openjdk.org/jdk17u/commit/d61861b82f3458cbe64ec7054a3f7f5748324c20
8317042: G1: Make TestG1ConcMarkStepDurationMillis use createTestJvm
Backport-of: 7e39e664cf6d4658b0aa03f9b5162cf7de40de28
! test/hotspot/jtreg/gc/arguments/TestG1ConcMarkStepDurationMillis.java
Changeset: 5a6a4251
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 10:44:07 +0000
URL: https://git.openjdk.org/jdk17u/commit/5a6a4251e0eb771ff69a43ef26c421c66b721646
8321163: [test] OutputAnalyzer.getExitValue() unnecessarily logs even when process has already completed
Backport-of: 672f37324f9f15ae3e03b9b3b86c7106e6a09eed
! test/lib/jdk/test/lib/process/OutputBuffer.java
Changeset: f7dff46e
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-17 10:49:55 +0000
URL: https://git.openjdk.org/jdk17u/commit/f7dff46ec70d0615da7d98a50f213ac9050e0862
8332724: x86 MacroAssembler may over-align code
Backport-of: 08d51003d142e89b9d2f66187a4ea50e12b94fbb
! src/hotspot/cpu/x86/assembler_x86.cpp
! src/hotspot/cpu/x86/assembler_x86.hpp
! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.hpp
Changeset: 4f08bcd2
Branch: master
Author: Xiaolong Peng <xpeng at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-09-17 15:51:04 +0000
URL: https://git.openjdk.org/jdk17u/commit/4f08bcd2431072d3b27a9589fe07f045c71d2aca
8331411: Shenandoah: Reconsider spinning duration in ShenandoahLock
8335904: Fix invalid comment in ShenandoahLock
Reviewed-by: phh, wkemper
Backport-of: 817edcb697cbb8c608c9292cdc4b99db4f5844dc
! src/hotspot/share/gc/shenandoah/shenandoahLock.cpp
! src/hotspot/share/gc/shenandoah/shenandoahLock.hpp
Changeset: aa96b40d
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-18 02:30:07 +0000
URL: https://git.openjdk.org/jdk17u/commit/aa96b40d72249a0abde3ff981e3b0653f63f175d
8303705: Field sleeper.started should be volatile JdbLockTestTarg.java
Backport-of: cd41c69d4484f900a89a71f1c9bab2bc2e383c1e
! test/jdk/com/sun/jdi/JdbLockTest.java
Changeset: 8b54622b
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-18 06:20:43 +0000
URL: https://git.openjdk.org/jdk17u/commit/8b54622b3d8dba95b64e1d3507dd0a7beb421689
Merge
Changeset: e37b2961
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-19 07:14:19 +0000
URL: https://git.openjdk.org/jdk17u/commit/e37b2961731475fc784d33b12cd2384e04cd5093
8324808: Manual printer tests have no Pass/Fail buttons, instructions close set 3
Backport-of: af7c6af0cc1eb6c42199c05933c7feb032bd6353
! test/jdk/java/awt/print/PrinterJob/PageDlgPrnButton.java
! test/jdk/java/awt/print/PrinterJob/PrintCompoundString.java
! test/jdk/java/awt/print/PrinterJob/PrintImage.java
! test/jdk/java/awt/print/PrinterJob/PrintNullString.java
! test/jdk/java/awt/print/PrinterJob/PrintParenString.java
! test/jdk/java/awt/print/PrinterJob/PrintTranslatedFont.java
Changeset: 81839816
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-19 07:18:07 +0000
URL: https://git.openjdk.org/jdk17u/commit/81839816a0b2be50bbfb265d2cf49beef7a65b53
8337320: Update ProblemList.txt with tests known to fail on XWayland
Backport-of: 3140491fe2a5f1a3104b46c6103b02fbf89d34ae
! test/jdk/ProblemList.txt
Changeset: 5faa0df6
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-19 12:03:01 +0000
URL: https://git.openjdk.org/jdk17u/commit/5faa0df6fb1b4c5dc7f642d7e062c44a1764029c
8339644: Improve parsing of Day/Month in tzdata rules
Backport-of: 86a2f9c7dcb6585cabf03c0940511d11560e85b7
! make/jdk/src/classes/build/tools/tzdb/TzdbZoneRulesProvider.java
! test/jdk/sun/util/calendar/zi/Month.java
! test/jdk/sun/util/calendar/zi/RuleDay.java
Changeset: 59065882
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-20 06:08:54 +0000
URL: https://git.openjdk.org/jdk17u/commit/5906588236e05d77e37a385695db046d2d74afe5
8316562: serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java times out after JDK-8314829
Backport-of: 54028e779bb076a5ab1c03baa8ab89587252af4a
! test/hotspot/jtreg/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
Changeset: 32a37b26
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-20 06:15:58 +0000
URL: https://git.openjdk.org/jdk17u/commit/32a37b2638e23841cdb3667fb5bef6d87446ad01
8278527: java/util/concurrent/tck/JSR166TestCase.java fails nanoTime test
Backport-of: 54f09d734584a71c648520664447f8395050adbe
! test/jdk/java/util/concurrent/tck/JSR166TestCase.java
- test/jdk/java/util/concurrent/tck/SystemTest.java
Changeset: 2f0a4b32
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-20 06:21:52 +0000
URL: https://git.openjdk.org/jdk17u/commit/2f0a4b328ba5088561e27283defabbeeecebd51b
8328303: 3 JDI tests timed out with UT enabled
Backport-of: bc73963974a824d77d54b8b0edbf8f05262b721c
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001.java
Changeset: 64e652ec
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-20 06:24:11 +0000
URL: https://git.openjdk.org/jdk17u/commit/64e652ec90af7412a329ceec6e1217f33c4daadc
8335449: runtime/cds/DeterministicDump.java fails with File content different at byte ...
Backport-of: 284671a1e4fb5bfe15b20b7f41fc24415b1235ed
! test/hotspot/jtreg/runtime/cds/DeterministicDump.java
Changeset: f18cde4e
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-20 06:25:42 +0000
URL: https://git.openjdk.org/jdk17u/commit/f18cde4e795988dc22b00fd66713c96185c67275
8335267: [XWayland] move screencast tokens from .awt to .java folder
Backport-of: 088871ce36f85fb30b24c49146f547bc8e2b0dcb
! src/java.desktop/unix/classes/sun/awt/screencast/TokenStorage.java
Changeset: 4120fcc8
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-22 14:55:32 +0000
URL: https://git.openjdk.org/jdk17u/commit/4120fcc88fb2d7c39fa36add290945c1d3c6aee7
8272746: ZipFile can't open big file (NegativeArraySizeException)
Backport-of: 848b16a3f933c1cffbce93337a5d9b4e48ce4b45
! src/java.base/share/classes/java/util/zip/ZipFile.java
+ test/jdk/java/util/zip/ZipFile/TestTooManyEntries.java
Changeset: 2ca2c2c0
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-23 02:07:59 +0000
URL: https://git.openjdk.org/jdk17u/commit/2ca2c2c03cc26e3cc530b5baabc28a1bc987423d
8338109: java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java duplicate in ProblemList
Backport-of: 2b5aec2aad3883d4d407ec3a572f78755d60190d
! test/jdk/ProblemList.txt
Changeset: d7d492b7
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-23 06:32:09 +0000
URL: https://git.openjdk.org/jdk17u/commit/d7d492b73ba1b1fdd447f80f67598ecfe4992b36
8296787: Unify debug printing format of X.509 cert serial numbers
Reviewed-by: mbaesken
Backport-of: c328f9589ddc3a981a2c63801bd991f8e593e69f
! src/java.base/share/classes/java/security/cert/X509CertSelector.java
! src/java.base/share/classes/sun/security/jca/JCAUtil.java
! src/java.base/share/classes/sun/security/pkcs/SignerInfo.java
! src/java.base/share/classes/sun/security/provider/certpath/BasicChecker.java
! src/java.base/share/classes/sun/security/provider/certpath/Builder.java
! src/java.base/share/classes/sun/security/provider/certpath/CertId.java
! src/java.base/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java
! src/java.base/share/classes/sun/security/provider/certpath/ForwardBuilder.java
! src/java.base/share/classes/sun/security/provider/certpath/OCSPResponse.java
! src/java.base/share/classes/sun/security/provider/certpath/RevocationChecker.java
! src/java.base/share/classes/sun/security/provider/certpath/Vertex.java
! src/java.base/share/classes/sun/security/ssl/SSLLogger.java
! src/java.base/share/classes/sun/security/ssl/StatusResponseManager.java
! src/java.base/share/classes/sun/security/util/Debug.java
! src/java.base/share/classes/sun/security/x509/SerialNumber.java
! test/jdk/java/security/cert/X509CertSelectorTest.java
! test/lib/jdk/test/lib/security/TestCertificate.java
! test/lib/jdk/test/lib/security/TestTLSHandshake.java
Changeset: 1dcecb37
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-23 06:34:04 +0000
URL: https://git.openjdk.org/jdk17u/commit/1dcecb3744d0e0439ac721fec1540420cb230239
8321616: Retire binary test vectors in test/jdk/java/util/zip/ZipFile
8322830: Add test case for ZipFile opening a ZIP with no entries
Backport-of: 26de9e247a6ed1c0b8b247d77514ed16905d7c48
! test/jdk/java/util/zip/CopyZipFile.java
- test/jdk/java/util/zip/ZipFile/Available.java
- test/jdk/java/util/zip/ZipFile/CopyJar.java
- test/jdk/java/util/zip/ZipFile/EnumAfterClose.java
+ test/jdk/java/util/zip/ZipFile/EnumerateAfterClose.java
! test/jdk/java/util/zip/ZipFile/FinalizeInflater.java
- test/jdk/java/util/zip/ZipFile/GetDirEntry.java
- test/jdk/java/util/zip/ZipFile/ReadAfterClose.java
! test/jdk/java/util/zip/ZipFile/ReadZip.java
! test/jdk/java/util/zip/ZipFile/ReleaseInflater.java
! test/jdk/java/util/zip/ZipFile/StreamZipEntriesTest.java
- test/jdk/java/util/zip/ZipFile/crash.jar
- test/jdk/java/util/zip/ZipFile/input.jar
- test/jdk/java/util/zip/ZipFile/input.zip
Changeset: 8f5f8f31
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-23 06:43:38 +0000
URL: https://git.openjdk.org/jdk17u/commit/8f5f8f31b9e5eb80df8ef14abbbfa46c39b68747
8326100: DeflaterDictionaryTests should use Deflater.getBytesWritten instead of Deflater.getTotalOut
Backport-of: 9451677daaf1184f67759c87114af3f81fa74f23
! test/jdk/java/util/zip/DeflaterDictionaryTests.java
Changeset: f75765ab
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-23 06:46:05 +0000
URL: https://git.openjdk.org/jdk17u/commit/f75765aba84048e6a7a5b36b5f724fc1e60b2a2d
8326898: NSK tests should listen on loopback addresses only
Backport-of: fee1d969f6bf8ee9981498f352b3bf6a89842086
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/attach004t.java
! test/hotspot/jtreg/vmTestbase/nsk/share/aod/DummyTargetApplication.java
! test/hotspot/jtreg/vmTestbase/nsk/share/aod/TargetApplicationWaitingAgents.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeArgumentHandler.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeBinder.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/SocketIOPipe.java
Changeset: 9def563b
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-23 06:48:12 +0000
URL: https://git.openjdk.org/jdk17u/commit/9def563b0bfd7092f0ab01d55a94a6608f51de2d
8328957: Update PKCS11Test.java to not use hardcoded path
Backport-of: 16576b87b7267aaa99c41f77993287e3479577aa
! test/jdk/sun/security/pkcs11/PKCS11Test.java
Changeset: 08b9698b
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-23 06:50:09 +0000
URL: https://git.openjdk.org/jdk17u/commit/08b9698bc0d897d47047317cc058f4079ee087e5
8330621: Make 5 compiler tests use ProcessTools.executeProcess
Reviewed-by: mbaesken
Backport-of: 5394f57f002c066021d811382a336253ae9f2014
! test/hotspot/jtreg/compiler/c2/Test7068051.java
! test/hotspot/jtreg/compiler/jsr292/NonInlinedCall/Agent.java
! test/hotspot/jtreg/compiler/profiling/spectrapredefineclass/Launcher.java
! test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java
Changeset: 92c24656
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-23 06:52:19 +0000
URL: https://git.openjdk.org/jdk17u/commit/92c24656bc6e2cefbba75b2f0090772ece6f02a2
8326121: vmTestbase/gc/g1/unloading/tests/unloading_keepRef_rootClass_inMemoryCompilation_keep_cl failed with Full gc happened. Test was useless.
Backport-of: 2b4a4b7bd84806f997adc107abbd4351425e8d1d
! test/hotspot/jtreg/vmTestbase/gc/g1/unloading/UnloadingTest.java
! test/hotspot/jtreg/vmTestbase/nsk/share/test/Tests.java
Changeset: 4f32fcaf
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-23 06:54:21 +0000
URL: https://git.openjdk.org/jdk17u/commit/4f32fcafd8d237860acd67fc2d8767799b275fe6
8332777: Update JCStress test suite
Backport-of: 11e926cf50c64d57b0dba095eb62c2be4a8a8f1e
! test/hotspot/jtreg/applications/jcstress/JcstressRunner.java
Changeset: 5b948954
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-09-23 10:48:22 +0000
URL: https://git.openjdk.org/jdk17u/commit/5b9489546b50ec18dcfaf21caa8fb37c48eb7c3f
8338058: map_or_reserve_memory_aligned Windows enhance remap assertion
8338101: remove old remap assertion in map_or_reserve_memory_aligned after JDK-8338058
Reviewed-by: mdoerr
Backport-of: 00aac4097abd3c5e6144734cfd44228bc31892fb
! src/hotspot/os/windows/os_windows.cpp
Changeset: 20bd36c3
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-09-23 11:05:55 +0000
URL: https://git.openjdk.org/jdk17u/commit/20bd36c33824ddeac90681ea49af4cd073166c47
8334567: [test] runtime/os/TestTracePageSizes move ppc handling
Backport-of: 6a5cb0b2c49cb390ce8b87fd977ee79572df90fc
! test/hotspot/jtreg/runtime/os/TestTracePageSizes.java
Changeset: 22bcb909
Branch: master
Author: Zdenek Zambersky <zzambers at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-09-23 16:38:50 +0000
URL: https://git.openjdk.org/jdk17u/commit/22bcb90948a8c574508dac55359364ad29cffcd5
8338402: GHA: some of bundles may not get removed
Backport-of: d8e4d3f2d6c187f2487acd390a4e5fa2a99010ea
! .github/workflows/main.yml
Changeset: cf0fea9d
Branch: master
Author: SendaoYan <syan at openjdk.org>
Committer: Sergey Bylokhov <serb at openjdk.org>
Date: 2024-09-24 04:23:28 +0000
URL: https://git.openjdk.org/jdk17u/commit/cf0fea9ddb8b30a2d537d467ea1850ff858de469
8338748: [17u,21u] Test Disconnect.java compile error: cannot find symbol after JDK-8299813
Backport-of: ad5656f7fa53e7d380dbadc204501c3c7f2e822a
! test/jdk/java/nio/channels/DatagramChannel/Disconnect.java
Changeset: ac5ef4ba
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-24 06:52:35 +0000
URL: https://git.openjdk.org/jdk17u/commit/ac5ef4bab3dbbd3ab1e5dee205e46898ee59e091
8295859: Update Manual Test Groups
Reviewed-by: goetz
Backport-of: 87017b5199522bb26f0225b60fbbc00df255ad2a
! test/jdk/TEST.groups
Changeset: 01740fbd
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-24 07:40:54 +0000
URL: https://git.openjdk.org/jdk17u/commit/01740fbdbde713b616e26780e400c1af41f25adb
8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem
Backport-of: bb7c97bddfe88cb3261706f5e272fd0418e5238c
! test/jdk/java/lang/ProcessHandle/OnExitTest.java
Changeset: 9c36bb90
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-24 07:50:09 +0000
URL: https://git.openjdk.org/jdk17u/commit/9c36bb90ffa0e69e9bb672a4af5357e7f7d9baa0
8335530: Java file extension missing in AuthenticatorTest
Backport-of: a537e87d2d2c6bff63f63bb436e3e919740221ce
- test/jdk/com/sun/net/httpserver/AuthenticatorTest
+ test/jdk/com/sun/net/httpserver/AuthenticatorTest.java
Changeset: 9e8a1c0c
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-24 07:59:06 +0000
URL: https://git.openjdk.org/jdk17u/commit/9e8a1c0c937ab3c26f02dd74d956dea01e0bd2fa
8028127: Regtest java/security/Security/SynchronizedAccess.java is incorrect
Backport-of: 330e520c1d42d3a9f3e187873dcd8ed7fd561aaf
! test/jdk/java/security/Security/SynchronizedAccess.java
Changeset: 668fd088
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-24 08:01:15 +0000
URL: https://git.openjdk.org/jdk17u/commit/668fd088d64fff71b8601d0540cc12f7465c2ad7
8339384: Unintentional IOException in jdk.jdi module when JDWP end of stream occurs
Backport-of: 2305d18e8d53dbbf341b580b60f9ed21f408bff1
! src/jdk.jdi/share/classes/com/sun/tools/jdi/TargetVM.java
Changeset: ed2c4b68
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-24 12:09:40 +0000
URL: https://git.openjdk.org/jdk17u/commit/ed2c4b6894f9bca05f5090c1f295dbc8c2e326f0
8304020: Speed up test/jdk/java/util/zip/ZipFile/TestTooManyEntries.java and clarify its purpose
Backport-of: f0b7eb519ae1cf6f4cb2baea55b5e02a46a8192e
! test/jdk/TEST.groups
+ test/jdk/java/util/zip/ZipFile/CenSizeTooLarge.java
- test/jdk/java/util/zip/ZipFile/TestTooManyEntries.java
Changeset: e77aad9b
Branch: master
Author: Kerem Kat <katkerem at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-09-24 13:01:01 +0000
URL: https://git.openjdk.org/jdk17u/commit/e77aad9b64028f2a9f88d21721f68faa8ad36b75
8325616: JFR ZGC Allocation Stall events should record stack traces
Backport-of: 71ff2d717798f1f314b97d97dfbc2b859fb47ae3
! src/hotspot/share/jfr/metadata/metadata.xml
! src/jdk.jfr/share/conf/jfr/default.jfc
! src/jdk.jfr/share/conf/jfr/profile.jfc
Changeset: 89a9243c
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-25 01:58:39 +0000
URL: https://git.openjdk.org/jdk17u/commit/89a9243cd77c2823e02a8eff641f7642560082ac
8327401: Some jtreg tests fail on Wayland without any tracking bug
8312111: open/test/jdk/java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java fails on ubuntu 23.04
Reviewed-by: goetz
Backport-of: 286cc163fd4f8361a633dcb6494965020d02b506
! test/jdk/java/awt/Choice/ChoicePopupLocation/ChoicePopupLocation.java
! test/jdk/java/awt/Choice/PopupPosTest/PopupPosTest.java
! test/jdk/java/awt/Focus/NonFocusableBlockedOwnerTest/NonFocusableBlockedOwnerTest.java
! test/jdk/java/awt/Focus/RowToleranceTransitivityTest.java
! test/jdk/java/awt/Focus/WrongKeyTypedConsumedTest/WrongKeyTypedConsumedTest.java
! test/jdk/java/awt/Frame/MiscUndecorated/ActiveAWTWindowTest.java
! test/jdk/java/awt/Frame/MiscUndecorated/RepaintTest.java
! test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/ConsumeNextMnemonicKeyTypedTest.java
! test/jdk/java/awt/List/ActionEventTest/ActionEventTest.java
! test/jdk/java/awt/List/KeyEventsTest/KeyEventsTest.java
! test/jdk/java/awt/MenuBar/SeparatorsNavigation/SeparatorsNavigation.java
! test/jdk/java/awt/Paint/ListRepaint.java
! test/jdk/java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java
! test/jdk/java/awt/TextArea/TextAreaCaretVisibilityTest/bug7129742.java
! test/jdk/java/awt/Toolkit/DesktopProperties/rfe4758438.sh
! test/jdk/java/awt/TrayIcon/ActionEventTest/ActionEventTest.java
! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java
! test/jdk/java/awt/Window/SetWindowLocationByPlatformTest/SetWindowLocationByPlatformTest.java
! test/jdk/javax/swing/JButton/PressedButtonRightClickTest.java
! test/jdk/javax/swing/JButton/bug4490179.java
! test/jdk/javax/swing/JLabel/4138746/JLabelMnemonicsTest.java
! test/jdk/javax/swing/plaf/basic/BasicComboPopup/JComboBoxPopupLocation/JComboBoxPopupLocation.java
! test/jdk/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java
! test/jdk/javax/swing/text/JTextComponent/5074573/bug5074573.java
Changeset: bb7d33ec
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-25 08:01:51 +0000
URL: https://git.openjdk.org/jdk17u/commit/bb7d33ec4d2965d65d71a73eba0864d4600a4d5f
Merge
Changeset: 989b975f
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-26 02:20:52 +0000
URL: https://git.openjdk.org/jdk17u/commit/989b975fa5e1151acd62004022ba90a3be7b10dc
8320586: update manual test/jdk/TEST.groups
Backport-of: 99b9cb0a2eae1196f2127cd48e4085f19a90c4b4
! test/jdk/TEST.groups
Changeset: c56241eb
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-26 11:33:29 +0000
URL: https://git.openjdk.org/jdk17u/commit/c56241eb2ec17369a9538e9bb3ac30e46c585fd4
8319574: Exec/process tests should be marked as flagless
Reviewed-by: mdoerr
Backport-of: 68110b7a82ae82e2485aec23aba5406d2a5c0327
! test/jdk/java/lang/ProcessBuilder/Basic.java
! test/jdk/java/lang/ProcessBuilder/InheritIOTest.java
! test/jdk/java/lang/ProcessBuilder/JspawnhelperProtocol.java
! test/jdk/java/lang/ProcessBuilder/ReaderWriterTest.java
! test/jdk/java/lang/ProcessBuilder/SkipTest.java
! test/jdk/java/lang/ProcessHandle/OnExitTest.java
! test/jdk/java/lang/ProcessHandle/TreeTest.java
! test/jdk/java/lang/RuntimeTests/exec/ArgWithSpaceAndFinalBackslash.java
! test/jdk/java/lang/RuntimeTests/exec/Duped.java
! test/jdk/java/lang/RuntimeTests/exec/ExecWithLotsOfArgs.java
! test/jdk/java/lang/RuntimeTests/exec/ExitValue.java
! test/jdk/java/lang/RuntimeTests/exec/SetCwd.java
Changeset: 8d61f49d
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-09-26 11:35:22 +0000
URL: https://git.openjdk.org/jdk17u/commit/8d61f49d9f2111cb94d94026b65165b2ca8d949c
8334405: java/nio/channels/Selector/SelectWithConsumer.java#id0 failed in testWakeupDuringSelect
Backport-of: 21e86d10a726fe707febb0111f5b80d8d1d29f03
! test/jdk/java/nio/channels/Selector/SelectWithConsumer.java
Changeset: 26010eae
Branch: master
Author: Andrew Lu <andrewlu at openjdk.org>
Date: 2024-09-27 01:56:10 +0000
URL: https://git.openjdk.org/jdk17u/commit/26010eaea782ba46b1a1dcc11bb0c86ce6072de7
8320665: update jdk_core at open/test/jdk/TEST.groups
Backport-of: da7cf258bb5b24788409dde084ad012bd64a032a
! test/jdk/TEST.groups
Changeset: e3231e69
Branch: master
Author: Robbin Ehn <rehn at openjdk.org>
Date: 2024-09-27 16:19:53 +0000
URL: https://git.openjdk.org/jdk17u/commit/e3231e69b6843641c419a9bf326f11fa800a85c8
8339741: RISC-V: C ABI breakage for integer on stack
Reviewed-by: fyang
Backport-of: bfe7f9205b56483b4364130a3a87c58c3fc82998
! src/hotspot/cpu/riscv/interpreterRT_riscv.cpp
! src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp
+ test/hotspot/jtreg/compiler/calls/TestManyArgs.java
+ test/hotspot/jtreg/compiler/calls/libTestManyArgs.c
Changeset: f845f8e8
Branch: master
Author: George Adams <gdams at openjdk.org>
Date: 2024-09-30 13:00:40 +0000
URL: https://git.openjdk.org/jdk17u/commit/f845f8e8588e30b1e7ffd3687da12dd24674ee6a
8340815: Add SECURITY.md file
Backport-of: 0474f020bf276c761f46bc8ba0873ed90a8fd19b
+ SECURITY.md
Changeset: fa0389ec
Branch: master
Author: Alexey Bakhtin <abakhtin at openjdk.org>
Date: 2024-09-30 16:30:55 +0000
URL: https://git.openjdk.org/jdk17u/commit/fa0389ecfbf9677cc47dcdb38d2ada8408de6dce
8337966: (fs) Files.readAttributes fails with Operation not permitted on older docker releases
Reviewed-by: phh
Backport-of: 7a97e314b52a4045ca8238eae5ba730618939bf7
! src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
Changeset: 1c32d3eb
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-01 10:32:39 +0000
URL: https://git.openjdk.org/jdk17u/commit/1c32d3eb86504297dc484d3984ed406edeb74d9d
8324841: PKCS11 tests still skip execution
Backport-of: 9d4a4bd2c2a4bd16bbc80b602b15b448c52220f6
! test/jdk/sun/security/pkcs11/PKCS11Test.java
Changeset: a29f5fb7
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-01 10:44:36 +0000
URL: https://git.openjdk.org/jdk17u/commit/a29f5fb73deff7da2acf811fc062b7a15ae39304
8334562: Automate com/sun/security/auth/callback/TextCallbackHandler/Default.java test
8335344: test/jdk/sun/security/tools/keytool/NssTest.java fails to compile
Backport-of: 65907ffdb155221f19ce8753ce4f13b5e096c64a
! test/jdk/ProblemList.txt
! test/jdk/TEST.groups
! test/jdk/com/sun/security/auth/callback/TextCallbackHandler/Default.java
+ test/jdk/java/security/testlibrary/HumanInputStream.java
! test/jdk/sun/security/tools/keytool/KeyToolTest.java
! test/jdk/sun/security/tools/keytool/NssTest.java
Changeset: 1928a36a
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-01 10:47:58 +0000
URL: https://git.openjdk.org/jdk17u/commit/1928a36adea8acb824ad5498b6487ed34f4784f5
8331391: Enhance the keytool code by invoking the buildTrustedCerts method for essential options
Backport-of: c9bee173d61f4accfc4adc280ab5d21600191756
! src/java.base/share/classes/sun/security/tools/keytool/Main.java
Changeset: e5b26f54
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-02 07:33:40 +0000
URL: https://git.openjdk.org/jdk17u/commit/e5b26f543e8020d7b1028fdaf68502cca6e9749f
Merge
! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
Changeset: e7439b7d
Branch: master
Author: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-10-02 13:14:27 +0000
URL: https://git.openjdk.org/jdk17u/commit/e7439b7d465ce1b648c5591345e7307146461df3
8340230: Tests crash: assert(is_in_encoding_range || k->is_interface() || k->is_abstract()) failed: sanity
Backport-of: a6754f31cf52c3058d5f95a54e9f66738f4216e6
! src/hotspot/share/opto/compile.cpp
Changeset: 2d963ac2
Branch: master
Author: Kerem Kat <katkerem at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-10-02 14:27:47 +0000
URL: https://git.openjdk.org/jdk17u/commit/2d963ac287cb74e73fdd83cd86c9459bbf55d65d
8316581: Improve performance of Symbol::print_value_on()
Backport-of: 90bcdbd15fe7211377f6f6812a2b562c17995d65
! src/hotspot/share/oops/symbol.cpp
Changeset: 049df066
Branch: master
Author: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-10-03 14:44:18 +0000
URL: https://git.openjdk.org/jdk17u/commit/049df066179dba5a1ccaee64ec56b916d8b81ff1
8340657: [PPC64] SA determines wrong unextendedSP
Backport-of: 49d15edd31c863faf3722af1bae8b50662ecf71f
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/ppc64/PPC64Frame.java
Changeset: b4344588
Branch: master
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-10-04 12:51:12 +0000
URL: https://git.openjdk.org/jdk17u/commit/b4344588ded5e4d9a1197e210616e0127cbc23d1
8340418: GHA: MacOS AArch64 bundles can be removed prematurely
Backport-of: 9d76c7c60ff3133c1078892d7c50a2cfc9ff9c1b
! .github/workflows/main.yml
Changeset: 538e17ad
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:44:45 +0000
URL: https://git.openjdk.org/jdk17u/commit/538e17ad9302b6b5fa30391c0fb799974fe2c617
8271003: hs_err improvement: handle CLASSPATH env setting longer than O_BUFLEN
Backport-of: 3435d299f76ada66e7b7cb42d9f0265cf99a30ca
! src/hotspot/share/runtime/os.cpp
+ test/hotspot/jtreg/runtime/ErrorHandling/ClassPathEnvVar.java
Changeset: 6c5bac05
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:46:16 +0000
URL: https://git.openjdk.org/jdk17u/commit/6c5bac05773b979b5fbca98d27538549921004c9
8271821: mark hotspot runtime/MinimalVM tests which ignore external VM flags
Backport-of: 3d40cac8ce3cb087788cdaa04d567eee4a1d8052
! test/hotspot/jtreg/runtime/MinimalVM/CDS.java
! test/hotspot/jtreg/runtime/MinimalVM/CheckJNI.java
! test/hotspot/jtreg/runtime/MinimalVM/Instrumentation.java
! test/hotspot/jtreg/runtime/MinimalVM/JMX.java
! test/hotspot/jtreg/runtime/MinimalVM/JVMTI.java
! test/hotspot/jtreg/runtime/MinimalVM/NMT.java
Changeset: 23a79be2
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:47:50 +0000
URL: https://git.openjdk.org/jdk17u/commit/23a79be29b518896c347bfc58d885c95f384d384
8271825: mark hotspot runtime/LoadClass tests which ignore external VM flags
Backport-of: 68f784778ce24a26d768b62b979fd587f131d332
! test/hotspot/jtreg/runtime/LoadClass/LoadClassNegative.java
! test/hotspot/jtreg/runtime/LoadClass/LongBCP.java
! test/hotspot/jtreg/runtime/LoadClass/TestResize.java
Changeset: deefb605
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:49:46 +0000
URL: https://git.openjdk.org/jdk17u/commit/deefb605ce1f105c8f65369efd27bc935abdc4d5
8281379: Assign package declarations to all jtreg test cases under gc
Backport-of: c820d1acb7c6e600a890e4205eef0be8a4c7a791
! test/hotspot/jtreg/gc/g1/TestG1SkipCompaction.java
! test/hotspot/jtreg/gc/g1/numa/TestG1NUMATouchRegions.java
! test/hotspot/jtreg/gc/z/TestGarbageCollectorMXBean.java
! test/hotspot/jtreg/gc/z/TestMemoryMXBean.java
! test/hotspot/jtreg/gc/z/TestMemoryManagerMXBean.java
Changeset: 9661c8b0
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:51:36 +0000
URL: https://git.openjdk.org/jdk17u/commit/9661c8b0461bf4dfbb51e4259fcff6e78eb04bfe
8283222: improve diagnosability of runtime/8176717/TestInheritFD.java timeouts
Backport-of: 0b11b576a2a53446444a6d4899faa0be9e7bb18a
! test/hotspot/jtreg/runtime/8176717/TestInheritFD.java
Changeset: 594ce95e
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:53:22 +0000
URL: https://git.openjdk.org/jdk17u/commit/594ce95e7e56a7daaee7bb23a10c6153dd934be4
8288976: classfile parser 'wrong name' error message has the names the wrong way around
Backport-of: 925084c496113c9d8e860ded0b8645fd584380bc
! src/hotspot/share/classfile/classFileParser.cpp
+ test/hotspot/jtreg/runtime/classFileParserBug/Bad_NCDFE_Msg.java
= test/hotspot/jtreg/runtime/classFileParserBug/C.java
Changeset: 7d0a5c7c
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:55:16 +0000
URL: https://git.openjdk.org/jdk17u/commit/7d0a5c7c9f4f4ac338a454af4f47c5a3a153665d
8290023: Remove use of IgnoreUnrecognizedVMOptions in gc tests
8290269: gc/shenandoah/TestVerifyJCStress.java fails due to invalid tag: required after JDK-8290023
Reviewed-by: phh
Backport-of: 2583feb21bf5419afc3c1953d964cf89d65fe8a2
! test/hotspot/jtreg/gc/TestObjectAlignment.java
! test/hotspot/jtreg/gc/epsilon/TestAlignment.java
! test/hotspot/jtreg/gc/epsilon/TestMaxTLAB.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java
! test/hotspot/jtreg/gc/g1/TestLargePageUseForAuxMemory.java
! test/hotspot/jtreg/gc/g1/TestLargePageUseForHeap.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspaceMemoryPool.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspacePerfCounters.java
! test/hotspot/jtreg/gc/metaspace/TestPerfCountersAndMemoryPools.java
! test/hotspot/jtreg/gc/shenandoah/TestVerifyJCStress.java
! test/hotspot/jtreg/gc/shenandoah/options/TestSelectiveBarrierFlags.java
Changeset: e45b6495
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:56:53 +0000
URL: https://git.openjdk.org/jdk17u/commit/e45b649553a60fd8bffca3101a577753bf745fd4
8293061: Combine CDSOptions and AppCDSOptions test utility classes
Backport-of: f888aa953c1335f438ded22abf66b090e894684c
- test/hotspot/jtreg/runtime/cds/appcds/AppCDSOptions.java
! test/hotspot/jtreg/runtime/cds/appcds/TestCommon.java
! test/lib/jdk/test/lib/cds/CDSOptions.java
Changeset: 3cfa6a49
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 16:58:49 +0000
URL: https://git.openjdk.org/jdk17u/commit/3cfa6a49aaef221119124a6068265764ef31f461
8295239: Refactor java/util/Formatter/Basic script into a Java native test launcher
Backport-of: 902162ca9f0fc589b888e73862275554691697f4
! test/jdk/java/util/Formatter/Basic.java
- test/jdk/java/util/Formatter/Basic.sh
+ test/jdk/java/util/Formatter/BasicTestLauncher.java
Changeset: 17f9b8c1
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 17:04:32 +0000
URL: https://git.openjdk.org/jdk17u/commit/17f9b8c19c7ab218aff50ef9ed5397cffe6cef3f
8303697: ProcessTools doesn't print last line of process output
Backport-of: 8d2ebf248e2884fbf138b603ae82f81bd0926cf3
+ test/lib-test/jdk/test/lib/process/ProcessToolsLastLineTest.java
! test/lib/jdk/test/lib/process/StreamPumper.java
Changeset: 44ca605c
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 17:07:39 +0000
URL: https://git.openjdk.org/jdk17u/commit/44ca605ce6a4507857debf8469c5f16bf8191642
8306015: Update sun.security.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate
Backport-of: 5842fd5beb13f3458f61df7e7480a54bd2157253
! test/jdk/javax/net/ssl/templates/SSLContextTemplate.java
! test/jdk/javax/net/ssl/templates/SSLEngineTemplate.java
! test/jdk/sun/security/ssl/ClientHandshaker/LengthCheckTest.java
! test/jdk/sun/security/ssl/DHKeyExchange/DHEKeySizing.java
! test/jdk/sun/security/ssl/EngineArgs/DebugReportsOneExtraByte.java
! test/jdk/sun/security/ssl/HandshakeOutStream/NullCerts.java
! test/jdk/sun/security/ssl/SSLEngineImpl/CloseEngineException.java
! test/jdk/sun/security/ssl/SSLEngineImpl/CloseStart.java
! test/jdk/sun/security/ssl/SSLEngineImpl/DelegatedTaskWrongException.java
! test/jdk/sun/security/ssl/SSLEngineImpl/EmptyExtensionData.java
! test/jdk/sun/security/ssl/SSLEngineImpl/EngineEnforceUseClientMode.java
! test/jdk/sun/security/ssl/SSLEngineImpl/RehandshakeFinished.java
! test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineDeadlock.java
! test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineFailedALPN.java
! test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineKeyLimit.java
! test/jdk/sun/security/ssl/SSLEngineImpl/TLS13BeginHandshake.java
! test/jdk/sun/security/ssl/SSLSessionImpl/HashCodeMissing.java
! test/jdk/sun/security/ssl/SSLSessionImpl/ResumeChecksClient.java
! test/jdk/sun/security/ssl/SSLSessionImpl/ResumeChecksClientStateless.java
! test/jdk/sun/security/ssl/SSLSessionImpl/ResumeChecksServer.java
! test/jdk/sun/security/ssl/SSLSessionImpl/ResumeChecksServerStateless.java
! test/jdk/sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java
Changeset: 74545e27
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 17:09:09 +0000
URL: https://git.openjdk.org/jdk17u/commit/74545e27f3d07d4fab2ccbde1f16d6e837993877
8307408: Some jdk/sun/tools/jhsdb tests don't pass test JVM args to the debuggee JVM
Backport-of: 87b08b6e0192d88025c2275c7dd2c4bdecda58e8
! test/jdk/ProblemList-zgc.txt
! test/jdk/ProblemList.txt
! test/jdk/sun/tools/jhsdb/JShellHeapDumpTest.java
! test/jdk/sun/tools/jhsdb/JStackStressTest.java
Changeset: 7adef868
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 17:16:25 +0000
URL: https://git.openjdk.org/jdk17u/commit/7adef868cf2ad8670acf965346ce619cd77bcfa9
8313854: Some tests in serviceability area fail on localized Windows platform
Backport-of: 49b29845f7c516c379dde7aae8b3073808f2118a
! test/jdk/sun/management/jmxremote/startstop/JMXStartStopTest.java
! test/jdk/sun/tools/jhsdb/JShellHeapDumpTest.java
Changeset: c1efd753
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-05 18:03:42 +0000
URL: https://git.openjdk.org/jdk17u/commit/c1efd753bb02f8ffc622f7f0d444940bd82843ef
8313638: Add test for dump of resolved references
Reviewed-by: mdoerr
Backport-of: 83dca6296e3fc7b9912ef7b82e443ce1415a7bcc
! src/hotspot/share/prims/whitebox.cpp
+ test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/ResolvedReferencesNotNullTest.java
+ test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/ResolvedReferencesTestApp.java
+ test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/ResolvedReferencesWb.java
! test/lib/jdk/test/whitebox/WhiteBox.java
Changeset: f56f7d73
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-07 08:54:10 +0000
URL: https://git.openjdk.org/jdk17u/commit/f56f7d73ea73223fdd22b02ef4c732ce943f9504
8316447: 8 sun/management/jmxremote tests ignore VM flags
Backport-of: 053f45695f9a914452f39029bd9ac7eb329e6883
! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java
! test/jdk/sun/management/jmxremote/bootstrap/CustomLauncherTest.java
! test/jdk/sun/management/jmxremote/bootstrap/JMXAgentInterfaceBinding.java
! test/jdk/sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java
! test/jdk/sun/management/jmxremote/bootstrap/LocalManagementTest.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStartStopTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStatusTest.java
Changeset: bbe81e9f
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-07 08:57:40 +0000
URL: https://git.openjdk.org/jdk17u/commit/bbe81e9f3fcf62d78fbdbc74b878a8f7bfe169e6
8317347: Parallel: Make TestInitialTenuringThreshold use createTestJvm
Backport-of: 6ee6171e8124ae8ce4f60c2582c2fe2cae6fc3db
! test/hotspot/jtreg/gc/arguments/TestInitialTenuringThreshold.java
Changeset: 43e37bb1
Branch: master
Author: SendaoYan <syan at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-07 12:05:16 +0000
URL: https://git.openjdk.org/jdk17u/commit/43e37bb13121cb98f06392b2742859146e79b390
8271836: runtime/ErrorHandling/ClassPathEnvVar.java fails with release VMs
Backport-of: 977b8c4e16b02421de8bf78dc60a3866ce25fc1f
! test/hotspot/jtreg/runtime/ErrorHandling/ClassPathEnvVar.java
Changeset: 9629286f
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-08 09:55:13 +0000
URL: https://git.openjdk.org/jdk17u/commit/9629286f8960684d654d42defa0c6bdd2ed78aca
8309303: jdk/internal/misc/VM/RuntimeArguments test ignores jdk/internal/vm/options
Backport-of: 679a6d89358eb36c596e3ffa9a86869402c9beb9
! test/jdk/jdk/internal/misc/VM/RuntimeArguments.java
Changeset: 1b4ae743
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-08 09:58:44 +0000
URL: https://git.openjdk.org/jdk17u/commit/1b4ae743427f83ab41bc5f911e67a1f3d1ed99ee
8314333: Update com/sun/jdi/ProcessAttachTest.java to use ProcessTools.createTestJvm(..)
Backport-of: 7342f5a0337df88b6787c4c2b53c8007667b6636
! test/jdk/com/sun/jdi/ProcessAttachTest.java
Changeset: 56a402f8
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-08 10:07:36 +0000
URL: https://git.openjdk.org/jdk17u/commit/56a402f81bbc8c266506192a07085db6710660da
8316464: 3 sun/tools tests ignore VM flags
Backport-of: 993951b85e016475f4cd5079ae21bd5ce1f2830c
! test/jdk/sun/tools/jcmd/TestProcessHelper.java
! test/jdk/sun/tools/jinfo/JInfoTest.java
! test/jdk/sun/tools/jstat/JStatInterval.java
Changeset: 53dfdc22
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-08 10:12:17 +0000
URL: https://git.openjdk.org/jdk17u/commit/53dfdc22bae01c1b5c610070e07cebe8e63d812a
8317218: G1: Make TestG1HeapRegionSize use createTestJvm
Backport-of: 75b37e6d7ec285f1a954f9d5b16bf9e6b642f2fc
! test/hotspot/jtreg/gc/arguments/TestG1HeapRegionSize.java
Changeset: e0dbdee4
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-08 10:13:50 +0000
URL: https://git.openjdk.org/jdk17u/commit/e0dbdee40ad8bca9f5be3ac749d37eae6aa00366
8317188: G1: Make TestG1ConcRefinementThreads use createTestJvm
Backport-of: a949824e98a8872645f292c9cc9ed2fe1cccadce
! test/hotspot/jtreg/gc/arguments/TestG1ConcRefinementThreads.java
Changeset: 0fc8c5a3
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-08 10:15:51 +0000
URL: https://git.openjdk.org/jdk17u/commit/0fc8c5a3f79772d72d18ed046beb894fbae42586
8316410: GC: Make TestCompressedClassFlags use createTestJvm
Backport-of: e649c563242a876a20007470c9412311ffa2a568
! test/hotspot/jtreg/gc/arguments/TestCompressedClassFlags.java
Changeset: c9a0a68a
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-08 10:17:37 +0000
URL: https://git.openjdk.org/jdk17u/commit/c9a0a68a687825a4cbf10006a53598697d6833b8
8341635: [17u] runtime/ErrorHandling/ClassPathEnvVar test ignores external VM flags
Reviewed-by: lucy
! test/hotspot/jtreg/runtime/ErrorHandling/ClassPathEnvVar.java
Changeset: 267ffd37
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-09 07:23:40 +0000
URL: https://git.openjdk.org/jdk17u/commit/267ffd37eb5b6b827b0c851c2b1110a829cc0ace
8338380: Update TLSCommon/interop/AbstractServer to specify an interface to listen for connections
Backport-of: 0b5c8870e5aa4fd0889d60faa9b1f65a9c338fff
! test/jdk/javax/net/ssl/TLSCommon/interop/AbstractServer.java
! test/jdk/javax/net/ssl/TLSCommon/interop/JdkServer.java
Changeset: cfdae1dc
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-09 07:25:02 +0000
URL: https://git.openjdk.org/jdk17u/commit/cfdae1dca90708bcfed77710b34c69f3b0107040
8340007: Refactor KeyEvent/FunctionKeyTest.java
Backport-of: 2faf8b8d582183275b1fdc92313a1c63c1753e80
! test/jdk/java/awt/event/KeyEvent/FunctionKeyTest.java
Changeset: 6a3f208c
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-09 07:28:03 +0000
URL: https://git.openjdk.org/jdk17u/commit/6a3f208c0b32d90eb3853008301e680695d3ac28
8339560: Unaddressed comments during code review of JDK-8337664
Backport-of: 0755f5c2b91cc4bcfba054e7942d740e132f8baf
- test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/Distrust.java
- test/jdk/sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java
+ test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java
+ test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Entrust.java
+ test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Symantec.java
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustcommercialca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustnetworkingca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustpremiumca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustpremiumeccca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrust2048ca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustevca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcaec1-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcag2-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcag4-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/appleistca8g1-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustprimarycag2-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustprimarycag3-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustuniversalca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootcag2-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootcag3-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g3ca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g4ca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g5ca-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g5ca-codesigning-chain.pem
= test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignuniversalrootca-chain.pem
Changeset: 96dc210c
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-11 07:57:29 +0000
URL: https://git.openjdk.org/jdk17u/commit/96dc210ccda30b96df6ff7dee0eee533032b0cc3
8313878: Exclude two compiler/rtm/locking tests on ppc64le
Backport-of: 6faea22b528a459294d2c2ae425275dfba824396
! test/hotspot/jtreg/ProblemList.txt
Changeset: fa003ff0
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-14 12:23:45 +0000
URL: https://git.openjdk.org/jdk17u/commit/fa003ff0b12f871e0b6a9d0a6f70f44746ff0357
8289184: runtime/ClassUnload/DictionaryDependsTest.java failed with "Test failed: should be unloaded"
8321299: runtime/logging/ClassLoadUnloadTest.java doesn't reliably trigger class unloading
Reviewed-by: lucy
Backport-of: 0c1aa2bc8a1c23d8da8673a4fac574813f373f57
! test/hotspot/jtreg/runtime/BadObjectClass/TestUnloadClassError.java
! test/hotspot/jtreg/runtime/Nestmates/membership/TestNestHostErrorWithClassUnload.java
! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java
! test/hotspot/jtreg/runtime/logging/LoaderConstraintsTest.java
! test/lib/jdk/test/lib/classloader/ClassUnloadCommon.java
Changeset: aa9c49ff
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-14 12:25:49 +0000
URL: https://git.openjdk.org/jdk17u/commit/aa9c49ffc52cc2c4b955655a97e3a03f9fd30626
8280131: jcmd reports "Module jdk.jfr not found." when "jdk.management.jfr" is missing
Backport-of: a345df20d0a85b90e6703fba5582cacc5ba38a6d
! src/hotspot/share/jfr/dcmd/jfrDcmds.cpp
! src/hotspot/share/jfr/jni/jfrJavaSupport.cpp
! src/hotspot/share/jfr/jni/jfrJavaSupport.hpp
! src/hotspot/share/runtime/arguments.cpp
- test/jdk/jdk/jfr/jvm/TestJfrJavaBase.java
+ test/jdk/jdk/jfr/jvm/TestModularImage.java
Changeset: ada3c809
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-14 12:29:32 +0000
URL: https://git.openjdk.org/jdk17u/commit/ada3c8096122d8ad178ed31eb509cc59c3fa94da
8340008: KeyEvent/KeyTyped/Numpad1KeyTyped.java has 15 seconds timeout
Backport-of: 3c22d83c0fb9eee2e2b87e607680b96363849c16
+ test/jdk/java/awt/event/KeyEvent/KeyTyped/Numpad1KeyTyped.java
Changeset: b801d407
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-14 12:31:02 +0000
URL: https://git.openjdk.org/jdk17u/commit/b801d407e3b174d257ace832bb2301ab3a6162f3
8323688: C2: Fix UB of jlong overflow in PhaseIdealLoop::is_counted_loop()
Backport-of: 1dd60b62e384090b13a08d2afa62e49ef52bc46c
! src/hotspot/share/opto/loopnode.cpp
Changeset: cdd2ef28
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-16 08:26:56 +0000
URL: https://git.openjdk.org/jdk17u/commit/cdd2ef284495a5d8b52eecf363bcebcc4f472e93
Merge
! src/hotspot/share/opto/loopnode.cpp
! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
! test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/common/HttpServerAdapters.java
! src/hotspot/share/opto/loopnode.cpp
! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
! test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/common/HttpServerAdapters.java
Changeset: b0e3275a
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-16 13:44:36 +0000
URL: https://git.openjdk.org/jdk17u/commit/b0e3275a5ec24e68d80ebda8e9fe032789439fc1
8328021: Convert applet test java/awt/List/SetFontTest/SetFontTest.html to main program
Backport-of: 87bd6caca03745c21172c3b5e8b0d28724810352
+ test/jdk/java/awt/List/SetFontTest.java
- test/jdk/java/awt/List/SetFontTest/SetFontTest.html
- test/jdk/java/awt/List/SetFontTest/SetFontTest.java
Changeset: fb8d7fcb
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-16 13:45:02 +0000
URL: https://git.openjdk.org/jdk17u/commit/fb8d7fcb08f0e7d34f0c76c1b08c1b21ad30833f
8340632: ProblemList java/nio/channels/DatagramChannel/ for Macos
Reviewed-by: lucy
Backport-of: eaf1f67dbc17aa7daf6f99124479ea9b61c3ab5e
! test/jdk/ProblemList.txt
Changeset: 9b15f9f1
Branch: master
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-10-16 14:07:50 +0000
URL: https://git.openjdk.org/jdk17u/commit/9b15f9f113f5211b466ad754c3c8ddb9c3a949b1
8341146: RISC-V: Unnecessary fences used for load-acquire in template interpreter
Reviewed-by: fjiang, fyang
Backport-of: a4ca6267e17815153f8fa119db19b97b1da2bd84
! src/hotspot/cpu/riscv/interp_masm_riscv.cpp
! src/hotspot/cpu/riscv/templateTable_riscv.cpp
Changeset: 62e6c68a
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-10-17 08:23:03 +0000
URL: https://git.openjdk.org/jdk17u/commit/62e6c68a14885b9e49914f5b40a675f669bf67e1
8339591: Mark jdk/jshell/ExceptionMessageTest.java intermittent
Backport-of: cb5c60b530dd744e7d78ef69f15eef7521c4f1cc
! test/langtools/jdk/jshell/ExceptionMessageTest.java
Changeset: 676e0491
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-10-17 08:24:05 +0000
URL: https://git.openjdk.org/jdk17u/commit/676e0491fb41d2f6daf4a29eff54f43d18f5a2ce
8339731: java.desktop/share/classes/javax/swing/text/html/default.css typo in margin settings
Backport-of: ac3f92b4110b05906a49c4146774fd6324c6d198
! src/java.desktop/share/classes/javax/swing/text/html/default.css
Changeset: 593d9d6e
Branch: master
Author: SendaoYan <syan at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-10-17 15:37:22 +0000
URL: https://git.openjdk.org/jdk17u/commit/593d9d6eed0ef93bbec69763e8924c1f3f79edd6
8341562: RISC-V: Generate comments in -XX:+PrintInterpreter to link to source code
Backport-of: 10665ba241ef878dcbc7f4774c8bf98f031f261d
! src/hotspot/cpu/riscv/methodHandles_riscv.cpp
! src/hotspot/cpu/riscv/templateInterpreterGenerator_riscv.cpp
! src/hotspot/cpu/riscv/templateTable_riscv.cpp
Changeset: 9000e17a
Branch: master
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Victor Rudometov <vrudomet at openjdk.org>
Date: 2024-10-17 17:49:38 +0000
URL: https://git.openjdk.org/jdk17u/commit/9000e17a95027054353336f531ba64d4f5c80d7e
8332866: Crash in ImageIO JPEG decoding when MEM_STATS in enabled
Backport-of: ca3072635215755766575b4eb70dc6267969a550
! src/java.desktop/share/native/libjavajpeg/imageioJPEG.c
Changeset: 6a3c646b
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-21 12:40:57 +0000
URL: https://git.openjdk.org/jdk17u/commit/6a3c646b41f38d9d761753cc9c17bdc6e4f4b52a
8325762: Use PassFailJFrame.Builder.splitUI() in PrintLatinCJKTest.java
Backport-of: 41242cbe5d01fc6e19859626dd08f6191e7486fb
! test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java
Changeset: b47abe8e
Branch: master
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2024-10-21 15:53:46 +0000
URL: https://git.openjdk.org/jdk17u/commit/b47abe8e7b4f456b3cb078ae032e96380f8b3802
8325610: CTW: Add StressIncrementalInlining to stress options
Reviewed-by: ysr
Backport-of: 5bf859c8e9bd54cfd254a1485509a7dfa12d02af
! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java
Changeset: 3d53c654
Branch: master
Author: SendaoYan <syan at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2024-10-21 17:10:53 +0000
URL: https://git.openjdk.org/jdk17u/commit/3d53c6546214cc55c5e32e9b2eb673fad29cba75
8309109: AArch64: [TESTBUG] compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java fails on Neoverse N2 and V1
Backport-of: 0604ce7f383b67c372d55987ff8a7bf3a2189c55
! test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java
Changeset: 56c03a4a
Branch: master
Author: Liam Miller-Cushon <cushon at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-10-21 18:45:34 +0000
URL: https://git.openjdk.org/jdk17u/commit/56c03a4a4244c822eec9a45a037465d383a8fafe
8273914: Indy string concat changes order of operations
Backport-of: cfee4512f7048e9cf440078e9eb87d37c7ebcdd9
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/StringConcat.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/MethodAccessReadTwice.java
+ test/hotspot/jtreg/runtime/modules/AccessCheck/p5/c5.jasm
+ test/hotspot/jtreg/runtime/modules/AccessCheck/p7/c7.jasm
+ test/langtools/tools/javac/StringConcat/StringAppendEvaluatesInOrder.java
+ test/langtools/tools/javac/StringConcat/WellKnownTypeSignatures.java
+ test/langtools/tools/javac/StringConcat/WellKnownTypes.java
! test/langtools/tools/javac/StringConcat/access/Test.java
Changeset: b6685aa8
Branch: master
Author: SendaoYan <syan at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-10-21 18:46:37 +0000
URL: https://git.openjdk.org/jdk17u/commit/b6685aa801ed48dea08679639159380e4ff00e9d
8341997: Tests create files in src tree instead of scratch dir
Backport-of: caa8f35ed45fac4e4c0d1e2c3cdc93c2514fade9
! test/jdk/java/io/FileInputStream/ReadXBytes.java
! test/jdk/java/nio/MappedByteBuffer/ForceException.java
! test/jdk/java/nio/MappedByteBuffer/ForceViews.java
Changeset: 94eaaa81
Branch: master
Author: SendaoYan <syan at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-10-21 18:47:47 +0000
URL: https://git.openjdk.org/jdk17u/commit/94eaaa81eb62032b1a9df122d22774765236b247
8341688: Aarch64: Generate comments in -XX:+PrintInterpreter to link to source code
Backport-of: 3fc07f2963d4caf7e18232933719d10ad6981047
! src/hotspot/cpu/aarch64/methodHandles_aarch64.cpp
! src/hotspot/cpu/aarch64/templateInterpreterGenerator_aarch64.cpp
! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp
Changeset: 48f0fa31
Branch: master
Author: SendaoYan <syan at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-10-21 18:48:10 +0000
URL: https://git.openjdk.org/jdk17u/commit/48f0fa31318c063586ca4658a0ac3fc82f34aa4f
8341806: Gcc version detection failure on Alinux3
Backport-of: 50133608f988fcfb2cca8f5a978722575f8d4849
! make/autoconf/toolchain.m4
Changeset: 24e2c8a9
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-22 09:16:17 +0000
URL: https://git.openjdk.org/jdk17u/commit/24e2c8a9e0ee3bea1d209a1db10ce07905adb2f8
8315097: Rename createJavaProcessBuilder
8318964: Fix build failures caused by 8315097
8342669: [21u] Fix TestArrayAllocatorMallocLimit after backport of JDK-8315097
Reviewed-by: lucy
Backport-of: 1f38afa6c6fa7949c5d7171b817f1d7883987cf4
! test/hotspot/jtreg/applications/jcstress/JcstressRunner.java
! test/hotspot/jtreg/applications/jcstress/TestGenerator.java
! test/hotspot/jtreg/applications/scimark/Scimark.java
! test/hotspot/jtreg/compiler/arguments/CheckCICompilerCount.java
! test/hotspot/jtreg/compiler/arguments/CheckCompileThresholdScaling.java
! test/hotspot/jtreg/compiler/arguments/TestPrintOptoAssemblyLineNumbers.java
! test/hotspot/jtreg/compiler/arraycopy/stress/TestStressArrayCopy.java
! test/hotspot/jtreg/compiler/blackhole/BlackholeExistingIntrinsicWarningTest.java
! test/hotspot/jtreg/compiler/blackhole/BlackholeExperimentalUnlockTest.java
! test/hotspot/jtreg/compiler/blackhole/BlackholeIntrinsicTest.java
! test/hotspot/jtreg/compiler/blackhole/BlackholeNonEmptyWarningTest.java
! test/hotspot/jtreg/compiler/blackhole/BlackholeNonStaticWarningTest.java
! test/hotspot/jtreg/compiler/blackhole/BlackholeNonVoidWarningTest.java
! test/hotspot/jtreg/compiler/c1/TestRangeCheckEliminated.java
! test/hotspot/jtreg/compiler/c2/TestBit.java
! test/hotspot/jtreg/compiler/c2/aarch64/TestFarJump.java
! test/hotspot/jtreg/compiler/c2/aarch64/TestSVEWithJNI.java
! test/hotspot/jtreg/compiler/c2/aarch64/TestVolatiles.java
! test/hotspot/jtreg/compiler/ciReplay/CiReplayBase.java
! test/hotspot/jtreg/compiler/ciReplay/DumpReplayBase.java
! test/hotspot/jtreg/compiler/ciReplay/SABase.java
! test/hotspot/jtreg/compiler/codecache/CheckCodeCacheInfo.java
! test/hotspot/jtreg/compiler/codecache/CheckLargePages.java
! test/hotspot/jtreg/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java
! test/hotspot/jtreg/compiler/codecache/CheckSegmentedCodeCache.java
! test/hotspot/jtreg/compiler/codecache/CheckUpperLimit.java
! test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java
! test/hotspot/jtreg/compiler/cpuflags/RestoreMXCSR.java
! test/hotspot/jtreg/compiler/debug/TestGenerateStressSeed.java
! test/hotspot/jtreg/compiler/debug/TestStressCM.java
! test/hotspot/jtreg/compiler/debug/TestStressIGVNAndCCP.java
! test/hotspot/jtreg/compiler/debug/VerifyAdapterSharing.java
! test/hotspot/jtreg/compiler/eliminateAutobox/TestEliminateBoxInDebugInfo.java
! test/hotspot/jtreg/compiler/inlining/InlineAccessors.java
! test/hotspot/jtreg/compiler/inlining/PrintInlining.java
! test/hotspot/jtreg/compiler/inlining/ResolvedClassTest.java
! test/hotspot/jtreg/compiler/jsr292/ContinuousCallSiteTargetChange.java
! test/hotspot/jtreg/compiler/jsr292/MHInlineTest.java
! test/hotspot/jtreg/compiler/jsr292/PollutedTrapCounts.java
! test/hotspot/jtreg/compiler/jvmci/TestEnableJVMCIProduct.java
! test/hotspot/jtreg/compiler/jvmci/TestInvalidJVMCIOption.java
! test/hotspot/jtreg/compiler/jvmci/TestJVMCIPrintProperties.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetFlagValueTest.java
! test/hotspot/jtreg/compiler/lib/ir_framework/driver/TestVMProcess.java
! test/hotspot/jtreg/compiler/linkage/TestLinkageErrorInGenerateOopMap.java
! test/hotspot/jtreg/compiler/loopstripmining/CheckLoopStripMiningIterShortLoop.java
! test/hotspot/jtreg/compiler/loopstripmining/TestNoWarningLoopStripMiningIterSet.java
! test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWait.java
! test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitAArch64.java
! test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java
! test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitC1.java
! test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitNoneAArch64.java
! test/hotspot/jtreg/compiler/oracle/CheckCompileCommandOption.java
! test/hotspot/jtreg/compiler/oracle/TestCompileCommand.java
! test/hotspot/jtreg/compiler/oracle/TestInvalidCompileCommand.java
! test/hotspot/jtreg/compiler/runtime/cr8015436/Driver8015436.java
! test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java
! test/hotspot/jtreg/compiler/startup/SmallCodeCacheStartup.java
! test/hotspot/jtreg/compiler/startup/StartupOutput.java
! test/hotspot/jtreg/compiler/testlibrary/rtm/RTMTestBase.java
! test/hotspot/jtreg/compiler/types/correctness/OffTest.java
! test/hotspot/jtreg/compiler/vectorization/TestBufferVectorization.java
! test/hotspot/jtreg/containers/cgroup/PlainRead.java
! test/hotspot/jtreg/gc/TestAgeOutput.java
! test/hotspot/jtreg/gc/TestAllocateHeapAt.java
! test/hotspot/jtreg/gc/TestAllocateHeapAtError.java
! test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java
! test/hotspot/jtreg/gc/TestCardTablePageCommits.java
! test/hotspot/jtreg/gc/TestNumWorkerOutput.java
! test/hotspot/jtreg/gc/TestSmallHeap.java
! test/hotspot/jtreg/gc/TestVerifyDuringStartup.java
! test/hotspot/jtreg/gc/TestVerifySilently.java
! test/hotspot/jtreg/gc/TestVerifySubSet.java
! test/hotspot/jtreg/gc/arguments/GCArguments.java
! test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java
! test/hotspot/jtreg/gc/arguments/TestArrayAllocatorMallocLimit.java
! test/hotspot/jtreg/gc/arguments/TestCompressedClassFlags.java
! test/hotspot/jtreg/gc/arguments/TestDisableDefaultGC.java
! test/hotspot/jtreg/gc/arguments/TestG1ConcMarkStepDurationMillis.java
! test/hotspot/jtreg/gc/arguments/TestG1ConcRefinementThreads.java
! test/hotspot/jtreg/gc/arguments/TestG1HeapRegionSize.java
! test/hotspot/jtreg/gc/arguments/TestG1PercentageOptions.java
! test/hotspot/jtreg/gc/arguments/TestHeapFreeRatio.java
! test/hotspot/jtreg/gc/arguments/TestInitialTenuringThreshold.java
! test/hotspot/jtreg/gc/arguments/TestMaxHeapSizeTools.java
! test/hotspot/jtreg/gc/arguments/TestMaxMinHeapFreeRatioFlags.java
! test/hotspot/jtreg/gc/arguments/TestMaxNewSize.java
! test/hotspot/jtreg/gc/arguments/TestMaxRAMFlags.java
! test/hotspot/jtreg/gc/arguments/TestMinAndInitialSurvivorRatioFlags.java
! test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestNewSizeFlags.java
! test/hotspot/jtreg/gc/arguments/TestNewSizeThreadIncrease.java
! test/hotspot/jtreg/gc/arguments/TestObjectTenuringFlags.java
! test/hotspot/jtreg/gc/arguments/TestParallelGCThreads.java
! test/hotspot/jtreg/gc/arguments/TestParallelRefProc.java
! test/hotspot/jtreg/gc/arguments/TestSelectDefaultGC.java
! test/hotspot/jtreg/gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA.java
! test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestTargetSurvivorRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestUnrecognizedVMOptionsHandling.java
! test/hotspot/jtreg/gc/arguments/TestUseCompressedOopsErgoTools.java
! test/hotspot/jtreg/gc/arguments/TestUseNUMAInterleaving.java
! test/hotspot/jtreg/gc/arguments/TestVerifyBeforeAndAfterGCFlags.java
! test/hotspot/jtreg/gc/class_unloading/TestG1ClassUnloadingHWM.java
! test/hotspot/jtreg/gc/epsilon/TestDieDefault.java
! test/hotspot/jtreg/gc/epsilon/TestDieWithHeapDump.java
! test/hotspot/jtreg/gc/epsilon/TestDieWithOnError.java
! test/hotspot/jtreg/gc/ergonomics/TestDynamicNumberOfGCThreads.java
! test/hotspot/jtreg/gc/ergonomics/TestInitialGCThreadLogging.java
! test/hotspot/jtreg/gc/g1/Test2GbHeap.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegions.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsLog.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java
! test/hotspot/jtreg/gc/g1/TestG1SkipCompaction.java
! test/hotspot/jtreg/gc/g1/TestG1TraceEagerReclaimHumongousObjects.java
! test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
! test/hotspot/jtreg/gc/g1/TestHumongousAllocConcurrentStart.java
! test/hotspot/jtreg/gc/g1/TestHumongousAllocNearlyFullRegion.java
! test/hotspot/jtreg/gc/g1/TestHumongousCodeCacheRoots.java
! test/hotspot/jtreg/gc/g1/TestHumongousConcurrentStartUndo.java
! test/hotspot/jtreg/gc/g1/TestLargePageUseForAuxMemory.java
! test/hotspot/jtreg/gc/g1/TestLargePageUseForHeap.java
! test/hotspot/jtreg/gc/g1/TestMarkStackSizes.java
! test/hotspot/jtreg/gc/g1/TestMixedGCLiveThreshold.java
! test/hotspot/jtreg/gc/g1/TestPLABOutput.java
! test/hotspot/jtreg/gc/g1/TestPLABSizeBounds.java
! test/hotspot/jtreg/gc/g1/TestPeriodicLogMessages.java
! test/hotspot/jtreg/gc/g1/TestPrintRegionRememberedSetInfo.java
! test/hotspot/jtreg/gc/g1/TestRemsetLoggingThreads.java
! test/hotspot/jtreg/gc/g1/TestRemsetLoggingTools.java
! test/hotspot/jtreg/gc/g1/TestSharedArchiveWithPreTouch.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData.java
! test/hotspot/jtreg/gc/g1/TestShrinkDefragmentedHeap.java
! test/hotspot/jtreg/gc/g1/TestSkipRebuildRemsetPhase.java
! test/hotspot/jtreg/gc/g1/TestVerifyGCType.java
! test/hotspot/jtreg/gc/g1/mixedgc/TestLogging.java
! test/hotspot/jtreg/gc/g1/numa/TestG1NUMATouchRegions.java
! test/hotspot/jtreg/gc/logging/TestDeprecatedPrintFlags.java
! test/hotspot/jtreg/gc/logging/TestGCId.java
! test/hotspot/jtreg/gc/logging/TestMetaSpaceLog.java
! test/hotspot/jtreg/gc/logging/TestPrintReferences.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspaceSizeFlags.java
! test/hotspot/jtreg/gc/metaspace/TestSizeTransitions.java
! test/hotspot/jtreg/gc/serial/HeapChangeLogging.java
! test/hotspot/jtreg/gc/shenandoah/TestEvilSyncBug.java
! test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java
! test/hotspot/jtreg/gc/shenandoah/TestPeriodicGC.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargeObj.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargerThanHeap.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestAllocSmallObj.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestClassLoaderLeak.java
! test/hotspot/jtreg/gc/shenandoah/oom/TestThreadFailure.java
! test/hotspot/jtreg/gc/shenandoah/options/TestArgumentRanges.java
! test/hotspot/jtreg/gc/shenandoah/options/TestClassUnloadingArguments.java
! test/hotspot/jtreg/gc/shenandoah/options/TestExplicitGC.java
! test/hotspot/jtreg/gc/shenandoah/options/TestExplicitGCNoConcurrent.java
! test/hotspot/jtreg/gc/shenandoah/options/TestHeuristicsUnlock.java
! test/hotspot/jtreg/gc/shenandoah/options/TestHumongousThresholdArgs.java
! test/hotspot/jtreg/gc/shenandoah/options/TestLoopMiningArguments.java
! test/hotspot/jtreg/gc/shenandoah/options/TestModeUnlock.java
! test/hotspot/jtreg/gc/shenandoah/options/TestRegionSizeArgs.java
! test/hotspot/jtreg/gc/shenandoah/options/TestSelectiveBarrierFlags.java
! test/hotspot/jtreg/gc/shenandoah/options/TestSoftMaxHeapSize.java
! test/hotspot/jtreg/gc/shenandoah/options/TestThreadCounts.java
! test/hotspot/jtreg/gc/shenandoah/options/TestThreadCountsOverride.java
! test/hotspot/jtreg/gc/shenandoah/options/TestWrongBarrierDisable.java
! test/hotspot/jtreg/gc/shenandoah/options/TestWrongBarrierEnable.java
! test/hotspot/jtreg/gc/startup_warnings/TestG1.java
! test/hotspot/jtreg/gc/startup_warnings/TestParallelGC.java
! test/hotspot/jtreg/gc/startup_warnings/TestSerialGC.java
! test/hotspot/jtreg/gc/startup_warnings/TestShenandoah.java
! test/hotspot/jtreg/gc/stress/TestReclaimStringsLeaksMemory.java
! test/hotspot/jtreg/gc/stress/TestStressG1Humongous.java
! test/hotspot/jtreg/gc/stress/TestStressG1Uncommit.java
! test/hotspot/jtreg/gc/stringdedup/TestStringDeduplicationTools.java
! test/hotspot/jtreg/gc/whitebox/TestWBGC.java
! test/hotspot/jtreg/gc/z/TestAllocateHeapAt.java
! test/hotspot/jtreg/gc/z/TestPageCacheFlush.java
! test/hotspot/jtreg/gc/z/TestSmallHeap.java
! test/hotspot/jtreg/resourcehogs/serviceability/jvmti/GetObjectSizeOverflow.java
! test/hotspot/jtreg/runtime/7162488/TestUnrecognizedVmOption.java
! test/hotspot/jtreg/runtime/8176717/TestInheritFD.java
! test/hotspot/jtreg/runtime/BadObjectClass/BootstrapRedefine.java
! test/hotspot/jtreg/runtime/BootClassAppendProp/BootClassPathAppend.java
! test/hotspot/jtreg/runtime/BootstrapMethod/BSMCalledTwice.java
! test/hotspot/jtreg/runtime/BootstrapMethod/TestLambdaExceptionInInitializer.java
! test/hotspot/jtreg/runtime/CDSCompressedKPtrs/CDSCompressedKPtrs.java
! test/hotspot/jtreg/runtime/CDSCompressedKPtrs/XShareAuto.java
! test/hotspot/jtreg/runtime/ClassFile/FormatCheckingTest.java
! test/hotspot/jtreg/runtime/ClassFile/JsrRewriting.java
! test/hotspot/jtreg/runtime/ClassFile/OomWhileParsingRepeatedJsr.java
! test/hotspot/jtreg/runtime/ClassFile/PreviewVersion.java
! test/hotspot/jtreg/runtime/ClassFile/TestCheckedExceptions.java
! test/hotspot/jtreg/runtime/ClassFile/UnsupportedClassFileVersion.java
! test/hotspot/jtreg/runtime/CommandLine/BooleanFlagWithInvalidValue.java
! test/hotspot/jtreg/runtime/CommandLine/CompilerConfigFileWarning.java
! test/hotspot/jtreg/runtime/CommandLine/ConfigFileParsing.java
! test/hotspot/jtreg/runtime/CommandLine/ConfigFileWarning.java
! test/hotspot/jtreg/runtime/CommandLine/DoubleFlagWithIntegerValue.java
! test/hotspot/jtreg/runtime/CommandLine/FlagWithInvalidValue.java
! test/hotspot/jtreg/runtime/CommandLine/IgnoreUnrecognizedVMOptions.java
! test/hotspot/jtreg/runtime/CommandLine/NonBooleanFlagWithInvalidBooleanPrefix.java
! test/hotspot/jtreg/runtime/CommandLine/ObsoleteFlagErrorMessage.java
! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestJcmdOutput.java
! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/common/optionsvalidation/JVMOption.java
! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/common/optionsvalidation/JVMOptionsUtils.java
! test/hotspot/jtreg/runtime/CommandLine/PrintTouchedMethods.java
! test/hotspot/jtreg/runtime/CommandLine/TestHexArguments.java
! test/hotspot/jtreg/runtime/CommandLine/TestLongUnrecognizedVMOption.java
! test/hotspot/jtreg/runtime/CommandLine/TestNullTerminatedFlags.java
! test/hotspot/jtreg/runtime/CommandLine/TestVMOptions.java
! test/hotspot/jtreg/runtime/CommandLine/TraceExceptionsTest.java
! test/hotspot/jtreg/runtime/CommandLine/UnrecognizedVMOption.java
! test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
! test/hotspot/jtreg/runtime/CommandLine/VMOptionWarning.java
! test/hotspot/jtreg/runtime/CommandLine/VMOptionsFile/TestVMOptionsFile.java
! test/hotspot/jtreg/runtime/CompressedOops/CompressedClassPointers.java
! test/hotspot/jtreg/runtime/CompressedOops/CompressedClassSpaceSize.java
! test/hotspot/jtreg/runtime/CompressedOops/CompressedKlassPointerAndOops.java
! test/hotspot/jtreg/runtime/CompressedOops/ObjectAlignment.java
! test/hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java
! test/hotspot/jtreg/runtime/Dictionary/CleanProtectionDomain.java
! test/hotspot/jtreg/runtime/Dictionary/ProtectionDomainCacheTest.java
! test/hotspot/jtreg/runtime/EnclosingMethodAttr/EnclMethodAttr.java
! test/hotspot/jtreg/runtime/ErrorHandling/BadNativeStackInErrorHandlingTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/ClassPathEnvVar.java
! test/hotspot/jtreg/runtime/ErrorHandling/CreateCoredumpOnCrash.java
! test/hotspot/jtreg/runtime/ErrorHandling/ErrorFileOverwriteTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/ErrorFileRedirectTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/MachCodeFramesInErrorFile.java
! test/hotspot/jtreg/runtime/ErrorHandling/NestedThreadsListHandleInErrorHandlingTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/ProblematicFrameTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/SecondaryErrorTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/ShowRegistersOnAssertTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestGZippedHeapDumpOnOutOfMemoryError.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestHeapDumpPath.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java
! test/hotspot/jtreg/runtime/ErrorHandling/TestOnOutOfMemoryError.java
! test/hotspot/jtreg/runtime/ErrorHandling/ThreadsListHandleInErrorHandlingTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/TimeoutInErrorHandlingTest.java
! test/hotspot/jtreg/runtime/ErrorHandling/VeryEarlyAssertTest.java
! test/hotspot/jtreg/runtime/GenerateOopMap/TestGenerateOopMapCrash.java
! test/hotspot/jtreg/runtime/InvocationTests/invocationC1Tests.java
! test/hotspot/jtreg/runtime/InvocationTests/invocationOldCHATests.java
! test/hotspot/jtreg/runtime/InvocationTests/invokeinterfaceTests.java
! test/hotspot/jtreg/runtime/InvocationTests/invokespecialTests.java
! test/hotspot/jtreg/runtime/InvocationTests/invokevirtualTests.java
! test/hotspot/jtreg/runtime/LoadClass/LoadClassNegative.java
! test/hotspot/jtreg/runtime/LoadClass/LongBCP.java
! test/hotspot/jtreg/runtime/LoadClass/TestResize.java
! test/hotspot/jtreg/runtime/LocalLong/LocalLongTest.java
! test/hotspot/jtreg/runtime/LocalVariableTable/TestLVT.java
! test/hotspot/jtreg/runtime/MemberName/MemberNameLeak.java
! test/hotspot/jtreg/runtime/Metaspace/MaxMetaspaceSizeEnvVarTest.java
! test/hotspot/jtreg/runtime/Metaspace/MaxMetaspaceSizeTest.java
! test/hotspot/jtreg/runtime/MinimalVM/CDS.java
! test/hotspot/jtreg/runtime/MinimalVM/CheckJNI.java
! test/hotspot/jtreg/runtime/MinimalVM/Instrumentation.java
! test/hotspot/jtreg/runtime/MinimalVM/JMX.java
! test/hotspot/jtreg/runtime/MinimalVM/JVMTI.java
! test/hotspot/jtreg/runtime/MinimalVM/NMT.java
! test/hotspot/jtreg/runtime/Monitor/DeflationIntervalsTest.java
! test/hotspot/jtreg/runtime/Monitor/MonitorUnlinkBatchTest.java
! test/hotspot/jtreg/runtime/Monitor/MonitorUsedDeflationThresholdTest.java
! test/hotspot/jtreg/runtime/Monitor/SyncOnValueBasedClassTest.java
! test/hotspot/jtreg/runtime/NMT/CheckForProperDetailStackTrace.java
! test/hotspot/jtreg/runtime/NMT/CommandLineDetail.java
! test/hotspot/jtreg/runtime/NMT/CommandLineEmptyArgument.java
! test/hotspot/jtreg/runtime/NMT/CommandLineInvalidArgument.java
! test/hotspot/jtreg/runtime/NMT/CommandLineSummary.java
! test/hotspot/jtreg/runtime/NMT/CommandLineTurnOffNMT.java
! test/hotspot/jtreg/runtime/NMT/JcmdWithNMTDisabled.java
! test/hotspot/jtreg/runtime/NMT/NMTInitializationTest.java
! test/hotspot/jtreg/runtime/NMT/NMTWithCDS.java
! test/hotspot/jtreg/runtime/NMT/PrintNMTStatistics.java
! test/hotspot/jtreg/runtime/NMT/PrintNMTStatisticsWithNMTDisabled.java
! test/hotspot/jtreg/runtime/PerfMemDestroy/PerfMemDestroy.java
! test/hotspot/jtreg/runtime/PrintStringTableStats/PrintStringTableStatsTest.java
! test/hotspot/jtreg/runtime/ReservedStack/ReservedStackTest.java
! test/hotspot/jtreg/runtime/Safepoint/TestAbortOnVMOperationTimeout.java
! test/hotspot/jtreg/runtime/Safepoint/TestAbortVMOnSafepointTimeout.java
! test/hotspot/jtreg/runtime/StackTrace/LargeClassTest.java
! test/hotspot/jtreg/runtime/Thread/TestBreakSignalThreadDump.java
! test/hotspot/jtreg/runtime/Thread/TooSmallStackSize.java
! test/hotspot/jtreg/runtime/Throwable/StackTraceLogging.java
! test/hotspot/jtreg/runtime/Throwable/TestCatchThrowableOOM.java
! test/hotspot/jtreg/runtime/Throwable/TestMaxJavaStackTraceDepth.java
! test/hotspot/jtreg/runtime/Unsafe/RangeCheck.java
! test/hotspot/jtreg/runtime/XCheckJniJsig/XCheckJSig.java
! test/hotspot/jtreg/runtime/cds/MaxMetaspaceSize.java
! test/hotspot/jtreg/runtime/cds/SharedStrings.java
! test/hotspot/jtreg/runtime/cds/TestCDSVMCrash.java
! test/hotspot/jtreg/runtime/cds/appcds/TestCommon.java
! test/hotspot/jtreg/runtime/cds/appcds/VerifyWithDefaultArchive.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/DynamicArchiveTestBase.java
! test/hotspot/jtreg/runtime/cds/appcds/jcmd/JCmdTestDynamicDump.java
! test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/ResolvedReferencesNotNullTest.java
! test/hotspot/jtreg/runtime/classFileParserBug/Bad_NCDFE_Msg.java
! test/hotspot/jtreg/runtime/classFileParserBug/ClassFileParserBug.java
! test/hotspot/jtreg/runtime/classFileParserBug/TestBadPackageWithInterface.java
! test/hotspot/jtreg/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java
! test/hotspot/jtreg/runtime/condy/BadBSMUseTest.java
! test/hotspot/jtreg/runtime/condy/CondyLDCTest.java
! test/hotspot/jtreg/runtime/condy/CondyNewInvokeSpecialTest.java
! test/hotspot/jtreg/runtime/condy/escapeAnalysis/TestEscapeCondy.java
! test/hotspot/jtreg/runtime/condy/staticInit/TestInitException.java
! test/hotspot/jtreg/runtime/contended/Options.java
! test/hotspot/jtreg/runtime/duplAttributes/DuplAttributesTest.java
! test/hotspot/jtreg/runtime/execstack/Testexecstack.java
! test/hotspot/jtreg/runtime/getSysPackage/GetPackageXbootclasspath.java
! test/hotspot/jtreg/runtime/getSysPackage/GetSysPkgTest.java
! test/hotspot/jtreg/runtime/handshake/HandshakeTimeoutTest.java
! test/hotspot/jtreg/runtime/handshake/HandshakeTransitionTest.java
! test/hotspot/jtreg/runtime/jni/checked/TestCheckedReleaseArrayElements.java
! test/hotspot/jtreg/runtime/jsig/Testjsig.java
! test/hotspot/jtreg/runtime/logging/BiasedLockingTest.java
! test/hotspot/jtreg/runtime/logging/ClassInitializationTest.java
! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java
! test/hotspot/jtreg/runtime/logging/ClassResolutionTest.java
! test/hotspot/jtreg/runtime/logging/CompressedOopsTest.java
! test/hotspot/jtreg/runtime/logging/CondyIndyTest.java
! test/hotspot/jtreg/runtime/logging/DefaultMethodsTest.java
! test/hotspot/jtreg/runtime/logging/ExceptionsTest.java
! test/hotspot/jtreg/runtime/logging/ItablesTest.java
! test/hotspot/jtreg/runtime/logging/LoaderConstraintsTest.java
! test/hotspot/jtreg/runtime/logging/ModulesTest.java
! test/hotspot/jtreg/runtime/logging/MonitorInflationTest.java
! test/hotspot/jtreg/runtime/logging/MonitorMismatchTest.java
! test/hotspot/jtreg/runtime/logging/OsCpuLoggingTest.java
! test/hotspot/jtreg/runtime/logging/ProtectionDomainVerificationTest.java
! test/hotspot/jtreg/runtime/logging/SafepointCleanupTest.java
! test/hotspot/jtreg/runtime/logging/SafepointTest.java
! test/hotspot/jtreg/runtime/logging/StackWalkTest.java
! test/hotspot/jtreg/runtime/logging/StartupTimeTest.java
! test/hotspot/jtreg/runtime/logging/ThreadLoggingTest.java
! test/hotspot/jtreg/runtime/logging/VMOperationTest.java
! test/hotspot/jtreg/runtime/logging/VerificationTest.java
! test/hotspot/jtreg/runtime/logging/VtablesTest.java
! test/hotspot/jtreg/runtime/logging/loadLibraryTest/LoadLibraryTest.java
! test/hotspot/jtreg/runtime/memory/LargePages/TestLargePagesFlags.java
! test/hotspot/jtreg/runtime/memory/ReadFromNoaccessArea.java
! test/hotspot/jtreg/runtime/memory/ReserveMemory.java
! test/hotspot/jtreg/runtime/modules/ClassLoaderNoUnnamedModuleTest.java
! test/hotspot/jtreg/runtime/modules/IgnoreModulePropertiesTest.java
! test/hotspot/jtreg/runtime/modules/ModuleOptionsTest.java
! test/hotspot/jtreg/runtime/modules/ModuleOptionsWarn.java
! test/hotspot/jtreg/runtime/modules/ModuleStress/ExportModuleStressTest.java
! test/hotspot/jtreg/runtime/modules/ModuleStress/ModuleStress.java
! test/hotspot/jtreg/runtime/modules/ModuleStress/ModuleStressGC.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModule2Dirs.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleCDS.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleClassList.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleDupJavaBase.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleDupModule.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleJavaBase.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTest.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTestJar.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTestJarDir.java
! test/hotspot/jtreg/runtime/modules/PatchModule/PatchModuleTraceCL.java
! test/hotspot/jtreg/runtime/modules/Visibility/PatchModuleVisibility.java
! test/hotspot/jtreg/runtime/modules/Visibility/XbootcpNoVisibility.java
! test/hotspot/jtreg/runtime/modules/Visibility/XbootcpVisibility.java
! test/hotspot/jtreg/runtime/os/AvailableProcessors.java
! test/hotspot/jtreg/runtime/os/THPsInThreadStackPreventionTest.java
! test/hotspot/jtreg/runtime/os/TestHugePageDecisionsAtVMStartup.java
! test/hotspot/jtreg/runtime/os/TestHugePageDetection.java
! test/hotspot/jtreg/runtime/os/TestTimerSlack.java
! test/hotspot/jtreg/runtime/os/TestTrimNative.java
! test/hotspot/jtreg/runtime/os/TestUseCpuAllocPath.java
! test/hotspot/jtreg/runtime/records/RedefineRecord.java
! test/hotspot/jtreg/runtime/sealedClasses/RedefinePermittedSubclass.java
! test/hotspot/jtreg/runtime/sealedClasses/RedefineSealedClass.java
! test/hotspot/jtreg/runtime/stringtable/StringTableVerifyTest.java
! test/hotspot/jtreg/runtime/symboltable/ShortLivedSymbolCleanup.java
! test/hotspot/jtreg/runtime/verifier/OverriderMsg.java
! test/hotspot/jtreg/runtime/verifier/TestANewArray.java
! test/hotspot/jtreg/runtime/verifier/TestMultiANewArray.java
! test/hotspot/jtreg/runtime/verifier/TraceClassRes.java
! test/hotspot/jtreg/runtime/whitebox/TestWBDeflateIdleMonitors.java
! test/hotspot/jtreg/serviceability/attach/AttachSetGetFlag.java
! test/hotspot/jtreg/serviceability/attach/AttachWithStalePidFile.java
! test/hotspot/jtreg/serviceability/attach/ShMemLongName.java
! test/hotspot/jtreg/serviceability/dcmd/gc/RunFinalizationTest.java
! test/hotspot/jtreg/serviceability/dtrace/DTraceOptionsTest.java
! test/hotspot/jtreg/serviceability/jdwp/DebuggeeLauncher.java
! test/hotspot/jtreg/serviceability/jvmti/CanGenerateAllClassHook/CanGenerateAllClassHook.java
! test/hotspot/jtreg/serviceability/jvmti/GetObjectSizeClass.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineLeak.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineSharedClassJFR.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RetransformClassesZeroLength.java
! test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/TransformerDeadlockTest.java
! test/hotspot/jtreg/serviceability/logging/TestBasicLogOutput.java
! test/hotspot/jtreg/serviceability/logging/TestDefaultLogOutput.java
! test/hotspot/jtreg/serviceability/logging/TestFullNames.java
! test/hotspot/jtreg/serviceability/logging/TestLogRotation.java
! test/hotspot/jtreg/serviceability/logging/TestMultipleXlogArgs.java
! test/hotspot/jtreg/serviceability/logging/TestQuotedLogOutputs.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbCDSCore.java
! test/hotspot/jtreg/serviceability/sa/TestClassDump.java
! test/hotspot/jtreg/serviceability/sa/TestCpoolForInvokeDynamic.java
! test/hotspot/jtreg/serviceability/sa/TestDefaultMethods.java
! test/hotspot/jtreg/serviceability/sa/TestG1HeapRegion.java
! test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSize.java
! test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSizeForInterface.java
! test/hotspot/jtreg/serviceability/sa/TestJmapCore.java
! test/hotspot/jtreg/serviceability/sa/TestObjectAlignment.java
! test/hotspot/jtreg/serviceability/sa/TestObjectMonitorIterate.java
! test/hotspot/jtreg/serviceability/sa/TestRevPtrsForInvokeDynamic.java
! test/hotspot/jtreg/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/jtreg/JitTesterDriver.java
! test/hotspot/jtreg/testlibrary_tests/ctw/CtwTest.java
! test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestDScenarios.java
! test/hotspot/jtreg/testlibrary_tests/ir_framework/tests/TestDTestAndExclude.java
! test/hotspot/jtreg/vmTestbase/gc/huge/quicklook/largeheap/MemOptions/MemOptionsTest.java
! test/hotspot/jtreg/vmTestbase/metaspace/flags/maxMetaspaceSize/TestMaxMetaspaceSize.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/TestDriver.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/TestDriver.java
! test/hotspot/jtreg/vmTestbase/vm/compiler/CodeCacheInfo/Test.java
! test/hotspot/jtreg/vmTestbase/vm/compiler/CodeCacheInfoOnCompilation/Test.java
! test/jdk/com/sun/jdi/JITDebug.java
! test/jdk/com/sun/jdi/NoLaunchOptionTest.java
! test/jdk/com/sun/jdi/PrivateTransportTest.java
! test/jdk/com/sun/jdi/ProcessAttachTest.java
! test/jdk/com/sun/jdi/RunToExit.java
! test/jdk/com/sun/jdi/cds/CDSJDITest.java
! test/jdk/com/sun/jdi/lib/jdb/Debuggee.java
! test/jdk/com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java
! test/jdk/com/sun/tools/attach/RunnerUtil.java
! test/jdk/java/awt/MenuBar/TestNoScreenMenuBar.java
! test/jdk/java/awt/Robot/NonEmptyErrorStream.java
! test/jdk/java/awt/Toolkit/ScreenInsetsDPIVariation/ScreenInsetsDPIVariation.java
! test/jdk/java/awt/Window/MainKeyWindowTest/TestMainKeyWindow.java
! test/jdk/java/awt/Window/MinimumSizeDPIVariation/MinimumSizeDPIVariation.java
! test/jdk/java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java
! test/jdk/java/io/File/MacPath.java
! test/jdk/java/io/Serializable/class/NonSerializableTest.java
! test/jdk/java/io/Serializable/evolution/RenamePackage/RenamePackageTest.java
! test/jdk/java/lang/ClassLoader/GetSystemPackage.java
! test/jdk/java/lang/ProcessBuilder/InheritIOTest.java
! test/jdk/java/lang/ProcessBuilder/JspawnhelperProtocol.java
! test/jdk/java/lang/ProcessBuilder/ReaderWriterTest.java
! test/jdk/java/lang/RuntimeTests/shutdown/ShutdownInterruptedMain.java
! test/jdk/java/lang/SecurityManager/modules/CustomSecurityManagerTest.java
! test/jdk/java/lang/StackWalker/CallerFromMain.java
! test/jdk/java/lang/System/MacEncoding/MacJNUEncoding.java
! test/jdk/java/lang/Thread/UncaughtExceptionsTest.java
! test/jdk/java/lang/annotation/LoaderLeakTest.java
! test/jdk/java/lang/instrument/DaemonThread/TestDaemonThreadLauncher.java
! test/jdk/java/lang/instrument/NegativeAgentRunner.java
! test/jdk/java/lang/instrument/PremainClass/PremainClassTest.java
! test/jdk/java/lang/instrument/modules/AppendToClassPathModuleTest.java
! test/jdk/java/lang/invoke/condy/CondyNestedResolutionTest.java
! test/jdk/java/nio/channels/Selector/LotsOfUpdatesTest.java
! test/jdk/java/nio/charset/Charset/DefaultCharsetTest.java
! test/jdk/java/nio/file/Path/MacPathTest.java
! test/jdk/java/security/SignedJar/SignedJarWithCustomClassLoader.java
! test/jdk/java/util/Formatter/BasicTestLauncher.java
! test/jdk/java/util/TimeZone/CustomTzIDCheckDST.java
! test/jdk/javax/management/remote/mandatory/connection/DefaultAgentFilterTest.java
! test/jdk/javax/management/security/HashedPasswordFileTest.java
! test/jdk/javax/net/ssl/TLSCommon/interop/ProcUtils.java
! test/jdk/javax/swing/UI/UnninstallUIMemoryLeaks/UnninstallUIMemoryLeaks.java
! test/jdk/javax/swing/text/html/CSS/bug8234913.java
! test/jdk/jdk/incubator/vector/LoadJsvmlTest.java
! test/jdk/jdk/internal/misc/VM/RuntimeArguments.java
! test/jdk/jdk/jfr/api/consumer/streaming/Application.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestCrossProcessStreaming.java
! test/jdk/jdk/jfr/api/consumer/streaming/TestProcess.java
! test/jdk/jdk/jfr/event/gc/configuration/TestGCYoungGenerationConfigurationEventWithMinAndMaxSize.java
! test/jdk/jdk/jfr/event/os/TestInitialEnvironmentVariable.java
! test/jdk/jdk/jfr/event/runtime/TestDumpReason.java
! test/jdk/jdk/jfr/event/runtime/TestShutdownEvent.java
! test/jdk/jdk/jfr/jvm/TestDumpOnCrash.java
! test/jdk/jdk/jfr/jvm/TestEventWriterLog.java
! test/jdk/jdk/jfr/startupargs/TestBadOptionValues.java
! test/jdk/jdk/jfr/startupargs/TestDumpOnExit.java
! test/jdk/jdk/jfr/startupargs/TestJFCWarnings.java
! test/jdk/jdk/jfr/startupargs/TestMemoryOptions.java
! test/jdk/jdk/jfr/startupargs/TestMultipleStartupRecordings.java
! test/jdk/jdk/jfr/startupargs/TestOptionsWithLocale.java
! test/jdk/jdk/jfr/startupargs/TestRetransformUsingLog.java
! test/jdk/jdk/jfr/startupargs/TestStartDuration.java
! test/jdk/jdk/jfr/startupargs/TestStartName.java
! test/jdk/jdk/jfr/startupargs/TestStartupMessage.java
! test/jdk/jdk/security/JavaDotSecurity/MakeJavaSecurityTest.java
! test/jdk/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java
! test/jdk/sun/management/jdp/DynamicLauncher.java
! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java
! test/jdk/sun/management/jmxremote/bootstrap/CustomLauncherTest.java
! test/jdk/sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java
! test/jdk/sun/management/jmxremote/bootstrap/LocalManagementTest.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStartStopTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStatusPerfCountersTest.java
! test/jdk/sun/management/jmxremote/startstop/JMXStatusTest.java
! test/jdk/sun/security/krb5/auto/ModuleName.java
! test/jdk/sun/security/provider/KeyStore/DKSTest.java
! test/jdk/sun/security/ssl/SSLEngineImpl/SSLEngineKeyLimit.java
! test/jdk/sun/security/ssl/SSLSessionImpl/ResumptionUpdateBoundValues.java
! test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketKeyLimit.java
! test/jdk/sun/tools/jstat/JStatInterval.java
! test/jdk/tools/jimage/JImageToolTest.java
! test/jdk/tools/launcher/modules/basic/BasicTest.java
! test/jdk/tools/launcher/modules/classpath/JavaClassPathTest.java
! test/lib-test/jdk/test/lib/process/ProcessToolsLastLineTest.java
! test/lib-test/jdk/test/whitebox/vm_flags/BooleanTest.java
! test/lib/jdk/test/lib/cds/CDSTestUtils.java
! test/lib/jdk/test/lib/cli/CommandLineOptionTest.java
! test/lib/jdk/test/lib/jfr/AppExecutorHelper.java
! test/lib/jdk/test/lib/process/ProcessTools.java
Changeset: a2363898
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-22 09:20:27 +0000
URL: https://git.openjdk.org/jdk17u/commit/a236389838c7e6784d68dfa0a41378a7ebb07197
8328402: Implement pausing functionality for the PassFailJFrame
Backport-of: 581b1e29aebd425bade14d2ee46704a16187df5b
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: a6b9bfef
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-22 09:22:17 +0000
URL: https://git.openjdk.org/jdk17u/commit/a6b9bfefb9a71c0adfa40ed8d31b5bcfa139ef14
8321543: Update NSS to version 3.96
Backport-of: 6cda4c59851d7a9bbe8bd39c93a8923b039a7184
! test/jdk/sun/security/pkcs11/PKCS11Test.java
Changeset: 3660c07f
Branch: master
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-10-23 08:10:45 +0000
URL: https://git.openjdk.org/jdk17u/commit/3660c07f5ad83e0f1b26a8ccd1e3244189165ba6
8339487: ProcessHandleImpl os_getChildren sysctl call - retry in case of ENOMEM and enhance exception message
Backport-of: 4ff72dc57e65e99b129f0ba28196994edf402018
! src/java.base/macosx/native/libjava/ProcessHandleImpl_macosx.c
! src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c
Changeset: 31467103
Branch: master
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2024-10-23 16:28:13 +0000
URL: https://git.openjdk.org/jdk17u/commit/31467103b9fbc8458e383495d80be0ee666608e4
8323562: SaslInputStream.read() may return wrong value
Backport-of: 5cf7947ccd1fc56e8944c28145a9c8e71f5e1a03
! src/java.naming/share/classes/com/sun/jndi/ldap/sasl/SaslInputStream.java
Changeset: 4fea31ec
Branch: master
Author: t.ogata <ogata.toshitaka at fujitsu.com>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-24 07:51:59 +0000
URL: https://git.openjdk.org/jdk17u/commit/4fea31ec03e2afe1116438e88f4875898c32c2f6
8328242: Add a log area to the PassFailJFrame
Backport-of: 9bc1b065db238b7c9d0562f9bd55d2f338c6ff3d
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: afbe310e
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-25 06:49:20 +0000
URL: https://git.openjdk.org/jdk17u/commit/afbe310ebd511e16582c299930e252d763ad29dd
8326948: Force English locale for timeout formatting
Backport-of: e772e7817981b7b5c01b95245cf2022372494619
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: e3e79097
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-25 07:36:18 +0000
URL: https://git.openjdk.org/jdk17u/commit/e3e7909706df24b50ed6a4b91d0bf68d86f4b000
8296709: WARNING: JNI call made without checking exceptions
Reviewed-by: lucy
Backport-of: eac26f4eb2b717676267c75e65e76fc3b958c9a7
! src/jdk.jdwp.agent/share/native/libjdwp/util.c
! test/jdk/ProblemList.txt
! test/jdk/tools/launcher/TestXcheckJNIWarnings.java
Changeset: 5daf0666
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-25 07:37:34 +0000
URL: https://git.openjdk.org/jdk17u/commit/5daf0666e9c0fc239d1ba8b63ecb494e367b06f2
8301379: Verify TLS_ECDH_* cipher suites cannot be negotiated
Reviewed-by: lucy
Backport-of: 9f64a64376c677dbe1358807329b42737ac78ad9
! test/jdk/javax/net/ssl/ciphersuites/DisabledAlgorithms.java
+ test/jdk/javax/net/ssl/ciphersuites/TLSWontNegotiateDisabledCipherAlgos.java
Changeset: 3195d3d4
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-25 07:39:23 +0000
URL: https://git.openjdk.org/jdk17u/commit/3195d3d42b7b7041fb768f951d6e61b676e84977
8322754: click JComboBox when dialog about to close causes IllegalComponentStateException
Backport-of: e44276989fc6358065412be7567d0141c84f1282
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboPopup.java
+ test/jdk/javax/swing/JComboBox/ComboPopupBug.java
Changeset: 6b4544c0
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-25 07:39:55 +0000
URL: https://git.openjdk.org/jdk17u/commit/6b4544c0329c0b0000e1c5c121a91c8631782077
8225220: When the Tab Policy is checked,the scroll button direction displayed incorrectly.
Backport-of: ed5b8c3a7bb6de27ab5050db494b08d5e5dd1c44
! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKEngine.java
+ test/jdk/javax/swing/JTabbedPane/TestJTabbedPaneArrowDirection.java
Changeset: 808c5cd1
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-25 07:40:46 +0000
URL: https://git.openjdk.org/jdk17u/commit/808c5cd1edbdaccb661547ed3331c028dd039960
8320673: PageFormat/CustomPaper.java has no Pass/Fail buttons; multiple instructions
Backport-of: 0ff2deab5d6b8228ddfed9ae08820d2adf2330c2
! test/jdk/java/awt/print/PageFormat/CustomPaper.java
Changeset: 9cf4adb8
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-10-25 07:58:31 +0000
URL: https://git.openjdk.org/jdk17u/commit/9cf4adb844cea86c0e86446dc6f8766b0c843f17
8319651: Several network tests ignore vm flags when start java process
Backport-of: 9538f5d317972bbb82f7f2575819d35d2a5f8b91
! test/jdk/java/net/InetAddress/ptr/Lookup.java
! test/jdk/java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java
! test/jdk/java/net/ServerSocket/AcceptInheritHandle.java
! test/jdk/java/net/URLClassLoader/getresourceasstream/TestDriver.java
! test/jdk/java/net/URLClassLoader/sealing/CheckSealedTest.java
! test/jdk/java/net/URLConnection/6212146/TestDriver.java
! test/jdk/java/net/URLConnection/ContentHandlers/ContentHandlersTest.java
! test/jdk/java/net/httpclient/security/Driver.java
! test/jdk/java/net/spi/URLStreamHandlerProvider/Basic.java
! test/jdk/javax/net/ssl/DTLS/DTLSWontNegotiateV10.java
! test/jdk/javax/net/ssl/ciphersuites/TLSWontNegotiateDisabledCipherAlgos.java
! test/jdk/sun/net/www/protocol/jar/GetContentTypeTest.java
! test/jdk/sun/net/www/protocol/jar/jarbug/TestDriver.java
! test/jdk/sun/net/www/protocol/jrt/OtherResourcesTest.java
Changeset: 70a227fe
Branch: master
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Victor Rudometov <vrudomet at openjdk.org>
Date: 2024-10-25 18:39:59 +0000
URL: https://git.openjdk.org/jdk17u/commit/70a227fe5a223939b95675e019c6f3db23b38755
8333824: Unused ClassValue in VarHandles
Reviewed-by: phh
Backport-of: 7b43a8cd7c663facbe490f889838d7ead0eba0f9
! src/java.base/share/classes/java/lang/invoke/VarHandles.java
More information about the jdk-updates-changes
mailing list