git: openjdk/jdk-sandbox: iouring: 742 new changesets
duke
duke at openjdk.org
Mon Apr 15 09:18:09 UTC 2024
Changeset: 4957d6a6
Author: Tobias Holenstein <tholenstein at openjdk.org>
Date: 2024-02-20 15:49:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4957d6a61e520f61884b16a37db5daf330c69ac0
8325441: IGV: update pom.xml such that IntelliJ can import as maven project
Reviewed-by: rcastanedalo, chagedorn
! src/utils/IdealGraphVisualizer/.java-version
! src/utils/IdealGraphVisualizer/Bytecodes/pom.xml
! src/utils/IdealGraphVisualizer/ControlFlow/pom.xml
! src/utils/IdealGraphVisualizer/Coordinator/pom.xml
! src/utils/IdealGraphVisualizer/Data/pom.xml
! src/utils/IdealGraphVisualizer/Difference/pom.xml
! src/utils/IdealGraphVisualizer/Filter/pom.xml
! src/utils/IdealGraphVisualizer/FilterWindow/pom.xml
! src/utils/IdealGraphVisualizer/Graph/pom.xml
! src/utils/IdealGraphVisualizer/HierarchicalLayout/pom.xml
! src/utils/IdealGraphVisualizer/Layout/pom.xml
! src/utils/IdealGraphVisualizer/NetworkConnection/pom.xml
! src/utils/IdealGraphVisualizer/SelectionCoordinator/pom.xml
! src/utils/IdealGraphVisualizer/ServerCompiler/pom.xml
! src/utils/IdealGraphVisualizer/Settings/pom.xml
! src/utils/IdealGraphVisualizer/Util/pom.xml
! src/utils/IdealGraphVisualizer/View/pom.xml
! src/utils/IdealGraphVisualizer/View/src/main/java/com/sun/hotspot/igv/view/ExportGraph.java
! src/utils/IdealGraphVisualizer/application/pom.xml
! src/utils/IdealGraphVisualizer/branding/pom.xml
! src/utils/IdealGraphVisualizer/pom.xml
Changeset: 9538f5d3
Author: Darragh Clarke <dclarke at openjdk.org>
Date: 2024-02-20 16:00:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9538f5d317972bbb82f7f2575819d35d2a5f8b91
8319651: Several network tests ignore vm flags when start java process
Reviewed-by: dfuchs, jpai
! 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: b419e951
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-02-20 16:30:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b419e9517361ed9d28f8ab2f5beacf5adfe3db91
8294148: Support JSplitPane for instructions and test UI
Reviewed-by: honkar, dmarkov
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: a2d027ea
Author: Hannes Wallnöfer <hannesw at openjdk.org>
Date: 2024-02-20 19:22:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a2d027eaa0b11b6bca39bc88a66304ba149721bf
8326089: Text incorrectly placed in breadcrumbs list in generated docs
Reviewed-by: jjg
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Navigation.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/stylesheet.css
! test/langtools/jdk/javadoc/doclet/testModules/TestModulePackages.java
! test/langtools/jdk/javadoc/doclet/testNavigation/TestNavigation.java
! test/langtools/jdk/javadoc/doclet/testPreview/TestPreview.java
Changeset: aa792eab
Author: Hannes Wallnöfer <hannesw at openjdk.org>
Date: 2024-02-20 19:56:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/aa792eababda966c1195dc5701906c66f1628f49
8164094: javadoc allows to create a @link to a non-existent method
Reviewed-by: prappo, jjg
! src/jdk.compiler/share/classes/com/sun/tools/javac/api/JavacTrees.java
! test/langtools/tools/javac/doctree/ReferenceTest.java
Changeset: d2590c69
Author: Claes Redestad <redestad at openjdk.org>
Date: 2024-02-20 20:28:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d2590c69b4efe5aa2b48b08070e0dbafb04ef202
8325730: StringBuilder.toString allocation for the empty String
Reviewed-by: jlaskey, shade
! src/java.base/share/classes/java/lang/StringBuffer.java
! src/java.base/share/classes/java/lang/StringBuilder.java
! test/micro/org/openjdk/bench/java/lang/StringBuffers.java
! test/micro/org/openjdk/bench/java/lang/StringBuilders.java
Changeset: 221fbfb4
Author: Calvin Cheung <ccheung at openjdk.org>
Date: 2024-02-20 21:10:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/221fbfb4360102a6661bfb05a336bd9461a9fa2a
8320002: Remove obsolete CDS check in Reflection::verify_class_access()
Reviewed-by: iklam, matsaave, dholmes
! src/hotspot/share/runtime/reflection.cpp
Changeset: 4d50ee63
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-20 22:24:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4d50ee63d6eebe73579f05214e6a0fc1b8ebad99
8326368: compare.sh -2bins prints ugly errors on Windows
Reviewed-by: erikj
! make/scripts/compare.sh
Changeset: 1bd91cde
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-20 22:25:29 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1bd91cdebee1e9ec78ecf185529923eef40ff89c
8325963: Clean up NativeCompilation.gmk and its newly created parts
Reviewed-by: jwaters, erikj
! make/common/NativeCompilation.gmk
! make/common/native/CompileFile.gmk
! make/common/native/DebugSymbols.gmk
! make/common/native/Flags.gmk
! make/common/native/Link.gmk
! make/common/native/Paths.gmk
Changeset: 14f9aba9
Author: David Holmes <dholmes at openjdk.org>
Date: 2024-02-21 01:15:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/14f9aba921c811eebc78d871aa24915412a19e14
8326371: [BACKOUT] Clean up NativeCompilation.gmk and its newly created parts
Reviewed-by: mikael
! make/common/NativeCompilation.gmk
! make/common/native/CompileFile.gmk
! make/common/native/DebugSymbols.gmk
! make/common/native/Flags.gmk
! make/common/native/Link.gmk
! make/common/native/Paths.gmk
Changeset: 36246c97
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-02-21 01:26:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/36246c975bd62845367fe67274d67bcffcff7c80
8326233: Utils#copySSLParameters loses needClientAuth Setting
Reviewed-by: djelinski, jjiang, dfuchs
! src/java.net.http/share/classes/jdk/internal/net/http/common/Utils.java
! test/jdk/java/net/httpclient/HttpClientBuilderTest.java
Changeset: 27003b53
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-02-21 03:09:29 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/27003b53bbb565123678a7feca74628b29991a5c
8326090: Rename jvmti_aod.h
Reviewed-by: coleenp, sspitsyn
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/attach002Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/attach002aAgent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/attach008Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/attach009Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/attach012Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/attach014Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent01.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Target.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/attach020Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/attach021Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/attach022Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/attach037Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/attach038Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach039/attach039Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/attach040Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/attach041Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/attach042Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent01.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent02.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent03.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/attach046Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach050/attach050Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/simpleAgent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.cpp
= test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.hpp
Changeset: d31fd78d
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-02-21 04:39:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d31fd78d963d5d103b1b1bf66ae0bdbe4be2b790
8325496: Make TrimNativeHeapInterval a product switch
Reviewed-by: dholmes, mbaesken
! src/hotspot/share/runtime/globals.hpp
! src/java.base/share/man/java.1
! test/hotspot/jtreg/gtest/NativeHeapTrimmerGtest.java
! test/hotspot/jtreg/runtime/os/TestTrimNative.java
Changeset: d5f3d5c8
Author: Amit Kumar <amitkumar at openjdk.org>
Date: 2024-02-21 05:37:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d5f3d5c8cc347ae384dea25b1a55ed57204d1af3
8326201: [S390] Need to bailout cleanly if creation of stubs fails when code cache is out of space
Reviewed-by: lucy, mdoerr
! src/hotspot/cpu/s390/c1_CodeStubs_s390.cpp
! src/hotspot/cpu/s390/s390.ad
Changeset: 04d43c43
Author: Tejesh R <tr at openjdk.org>
Date: 2024-02-21 05:54:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/04d43c435d3ede519df169053dd9d724aa2312eb
8187759: Background not refreshed when painting over a transparent JFrame
Reviewed-by: azvegint, abhiscxk, serb
! src/java.desktop/share/classes/javax/swing/BufferStrategyPaintManager.java
+ test/jdk/javax/swing/JFrame/JFrameBackgroundRefreshTest.java
Changeset: 68eb5a1d
Author: Robbin Ehn <rehn at openjdk.org>
Date: 2024-02-21 08:58:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/68eb5a1df5afdc011aa467f1c723a8792532dd3f
8321075: RISC-V: UseSystemMemoryBarrier lacking proper OS support
Reviewed-by: fyang, yadongwang, luhenry
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/linux/os_linux.hpp
! src/hotspot/os/linux/systemMemoryBarrier_linux.cpp
Changeset: 921507c5
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-02-21 10:27:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/921507c51062e82e55ade43262e7eb8036ea4bd6
8326319: G1: Remove unused G1ConcurrentMark::_init_times
Reviewed-by: tschatzl, kbarrett
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
Changeset: 5f16f342
Author: Claes Redestad <redestad at openjdk.org>
Date: 2024-02-21 11:19:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5f16f342d9be955b87054bf4b6369ed47cca964d
8326370: Remove redundant and misplaced micros from StringBuffers
Reviewed-by: shade
! test/micro/org/openjdk/bench/java/lang/StringBuffers.java
Changeset: 492e8bf5
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-02-21 11:48:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/492e8bf563135d27b46fde198880e62d5f1940e8
8325587: Shenandoah: ShenandoahLock should allow blocking in VM
Reviewed-by: rehn, rkennke
! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
! src/hotspot/share/gc/shenandoah/shenandoahLock.cpp
! src/hotspot/share/gc/shenandoah/shenandoahLock.hpp
Changeset: 23522682
Author: Markus Grönlund <mgronlun at openjdk.org>
Date: 2024-02-21 13:38:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/23522682d4bcf9592682007909a74c5cf0b067c3
8326334: JFR failed assert(used(klass)) failed: invariant
Reviewed-by: egahlin
! src/hotspot/share/jfr/support/jfrKlassUnloading.cpp
Changeset: 33834b7d
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-21 13:44:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/33834b7d14de8cca1587d8405d13aec669b6cc23
8326375: [REDO] Clean up NativeCompilation.gmk and its newly created parts
Reviewed-by: jwaters, erikj
! make/common/NativeCompilation.gmk
! make/common/native/CompileFile.gmk
! make/common/native/DebugSymbols.gmk
! make/common/native/Flags.gmk
! make/common/native/Link.gmk
! make/common/native/Paths.gmk
Changeset: c022431a
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-21 14:10:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c022431a00a1d84594779315dd1159a7cf03142e
8326412: debuginfo files should not have executable bit set
Reviewed-by: erikj
! make/common/native/DebugSymbols.gmk
Changeset: 51e2dde0
Author: Robbin Ehn <rehn at openjdk.org>
Date: 2024-02-21 14:33:29 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/51e2dde018746f419922ae40cd039cd6f27f1b75
8326235: RISC-V: Size CodeCache for short calls encoding
Reviewed-by: fyang, tonyp
! src/hotspot/cpu/riscv/globalDefinitions_riscv.hpp
! src/hotspot/share/utilities/globalDefinitions.hpp
Changeset: f0f4d63f
Author: Lance Andersen <lancea at openjdk.org>
Date: 2024-02-21 14:51:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f0f4d63fa9c9f487198b2a2b7b410b590e1437bc
8326351: Update the Zlib version in open/src/java.base/share/legal/zlib.md to 1.3.1
Reviewed-by: iris, naoto, jpai
! src/java.base/share/legal/zlib.md
Changeset: 64f7972a
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-02-21 16:53:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/64f7972a3d0c82ad7047f73f0b57c3d88f62935f
8326158: Javadoc for java.time.DayOfWeek#minus(long)
Reviewed-by: iris, lancea
! src/java.base/share/classes/java/time/DayOfWeek.java
Changeset: 0bcece99
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-21 22:34:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0bcece995840777db660811e4b20bb018e90439b
8325342: Remove unneeded exceptions in compare.sh
Reviewed-by: erikj
! make/scripts/compare.sh
! make/scripts/compare_exceptions.sh.incl
Changeset: 8e5f6ddb
Author: Sam James <sam at gentoo.org>
Committer: Julian Waters <jwaters at openjdk.org>
Date: 2024-02-22 06:27:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8e5f6ddb68572c0cc8b6e256e423706f6f7cec94
8324243: Compilation failures in java.desktop module with gcc 14
Reviewed-by: jwaters, ihse, kbarrett, prr
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiIn.c
! src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c
! src/java.desktop/share/native/libfontmanager/sunFont.c
Changeset: 8b305033
Author: Laurent Bourgès <lbourges at openjdk.org>
Date: 2024-02-22 07:57:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8b3050338768ea7f378fbc39dedb51be9846137d
8323695: RenderPerf (2D) enhancements (23.12)
Reviewed-by: avu, prr
! test/jdk/performance/client/RenderPerfTest/src/renderperf/RenderPerfTest.java
Changeset: 0f4cd8f1
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-02-22 07:57:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0f4cd8f1c06a78cce8eea241034bcb33154f769e
8326414: Serial: Inline SerialHeap::create_rem_set
Reviewed-by: kbarrett
! src/hotspot/share/gc/serial/serialHeap.cpp
! src/hotspot/share/gc/serial/serialHeap.hpp
Changeset: 10eafdc6
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
Date: 2024-02-22 09:14:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/10eafdc62e8216e6ef69773fe491a21346c8682d
8325870: Zap end padding bits for ArrayOops in non-release builds
Reviewed-by: stefank, ayang
! src/hotspot/share/gc/shared/memAllocator.cpp
! src/hotspot/share/gc/shared/memAllocator.hpp
! src/hotspot/share/gc/z/zObjArrayAllocator.cpp
! src/hotspot/share/utilities/globalDefinitions.hpp
Changeset: cc1e216e
Author: SendaoYan <syan at openjdk.org>
Committer: Alan Bateman <alanb at openjdk.org>
Date: 2024-02-22 09:59:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cc1e216eb9e4c817f6744ec76d62f21f4bd14489
8326461: tools/jlink/CheckExecutable.java fails as .debuginfo files are not executable
Reviewed-by: shade, alanb
! test/jdk/tools/jlink/CheckExecutable.java
Changeset: 4406915e
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-02-22 11:07:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4406915ebce4266b3eb4a238382fff3c2c1d1739
8323274: C2: array load may float above range check
Reviewed-by: epeter, thartmann
! src/hotspot/share/opto/arraycopynode.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/split_if.cpp
+ test/hotspot/jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterPartialPeeling.java
+ test/hotspot/jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterSinking.java
+ test/hotspot/jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterSplitIf.java
+ test/hotspot/jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterUnswitching.java
+ test/hotspot/jtreg/compiler/rangechecks/TestArrayAccessAboveRCForArrayCopyLoad.java
Changeset: f365d807
Author: Fredrik Bredberg <fbredberg at openjdk.org>
Committer: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-02-22 13:07:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f365d807e5552a6ad9a36afd82db8f0881d62cc3
8325153: SEGV in stackChunkOopDesc::derelativize_address(int)
Reviewed-by: stefank, coleenp
! src/hotspot/share/prims/stackwalk.cpp
Changeset: 724a2a2c
Author: Renjith Kannath Pariyangad <rkannathpari at openjdk.org>
Committer: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-02-22 14:05:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/724a2a2c4a6020188b7907509cd48aa126b79b0f
8321192: j.a.PrintJob/ImageTest/ImageTest.java: Fail or skip the test if there's no printer
Reviewed-by: aivanov, tr
+ test/jdk/java/awt/PrintJob/ImageTest/ImageTest.java
Changeset: 8e5c0ee4
Author: Erik Gahlin <egahlin at openjdk.org>
Date: 2024-02-22 15:29:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8e5c0ee402be597f6354ea870d3d5d1f43051e65
8324832: JFR: Improve sorting of 'jfr summary'
Reviewed-by: mgronlun
! src/jdk.jfr/share/classes/jdk/jfr/internal/tool/Summary.java
Changeset: 864cf222
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-02-22 15:58:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/864cf22241281721a0f0ddbe96cd43b4e3c5520c
8325742: Remove MetaWord usage from MemRegion
Reviewed-by: coleenp, tschatzl
! src/hotspot/share/memory/memRegion.hpp
Changeset: 9f9a732c
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-02-22 16:02:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9f9a732c38072b8168b3c0caee9069f34f6655a8
8325752: Remove badMetaWordVal
Reviewed-by: coleenp, tschatzl
! src/hotspot/share/oops/oop.cpp
! src/hotspot/share/oops/stackChunkOop.cpp
! src/hotspot/share/utilities/globalDefinitions.hpp
Changeset: d695af89
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-02-22 17:45:34 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d695af89f6463591e870f631dc816c7729e33567
8326376: java -version failed with CONF=fastdebug -XX:InitialCodeCacheSize=1024K -XX:ReservedCodeCacheSize=1200k
Reviewed-by: kvn, jwaters
! src/hotspot/share/compiler/compilationFailureInfo.cpp
! src/hotspot/share/compiler/compilationFailureInfo.hpp
! test/hotspot/jtreg/compiler/startup/StartupOutput.java
Changeset: 00ffc42c
Author: Justin Lu <jlu at openjdk.org>
Date: 2024-02-22 22:27:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/00ffc42cef79d82b2f417c133a48bffec4c7e6b9
8318761: MessageFormat pattern support for CompactNumberFormat, ListFormat, and DateTimeFormatter
Reviewed-by: naoto, rriggs
! src/java.base/share/classes/java/text/DateFormat.java
! src/java.base/share/classes/java/text/MessageFormat.java
! src/java.base/share/classes/java/text/NumberFormat.java
+ test/jdk/java/text/Format/MessageFormat/CompactSubFormats.java
+ test/jdk/java/text/Format/MessageFormat/ListSubFormats.java
! test/jdk/java/text/Format/MessageFormat/MessageFormatExceptions.java
+ test/jdk/java/text/Format/MessageFormat/TemporalSubFormats.java
Changeset: 54f09d73
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-02-23 00:53:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/54f09d734584a71c648520664447f8395050adbe
8278527: java/util/concurrent/tck/JSR166TestCase.java fails nanoTime test
Reviewed-by: martin, lancea
! test/jdk/java/util/concurrent/tck/JSR166TestCase.java
- test/jdk/java/util/concurrent/tck/SystemTest.java
Changeset: c4409eaf
Author: Erik Gahlin <egahlin at openjdk.org>
Date: 2024-02-23 02:02:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c4409eafc418c1e7a4ca2a2a522b6855c70c0f8c
8325994: JFR: Examples in JFR.start help use incorrect separator
Reviewed-by: mikael
! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStart.java
Changeset: cb809f8e
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2024-02-23 08:56:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cb809f8e04c12f0d06237c9c3fd05f6c585098a6
8325215: Incorrect not exhaustive switch error
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Flow.java
! test/langtools/tools/javac/patterns/Exhaustiveness.java
Changeset: 336bbbe3
Author: Roman Kennke <rkennke at openjdk.org>
Date: 2024-02-23 10:05:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/336bbbe3895214a772e0f3aafb36277c46645ded
8139457: Relax alignment of array elements
Co-authored-by: Fei Yang <fyang at openjdk.org>
Co-authored-by: Thomas Stuefe <stuefe at openjdk.org>
Reviewed-by: stuefe, stefank, shade, coleenp, kdnilsen, aboldtch
! src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.hpp
! src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp
! src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.hpp
! src/hotspot/cpu/riscv/c1_LIRAssembler_riscv.cpp
! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.hpp
! src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp
! src/hotspot/cpu/s390/c1_MacroAssembler_s390.cpp
! src/hotspot/cpu/s390/c1_MacroAssembler_s390.hpp
! src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp
! src/hotspot/cpu/x86/c1_MacroAssembler_x86.cpp
! src/hotspot/cpu/x86/c1_MacroAssembler_x86.hpp
! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/gc/x/xObjArrayAllocator.cpp
! src/hotspot/share/gc/z/zObjArrayAllocator.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/oops/arrayOop.hpp
! src/hotspot/share/oops/objArrayOop.hpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/opto/type.cpp
! src/hotspot/share/prims/unsafe.cpp
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/Universe.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/Array.java
! test/hotspot/gtest/oops/test_arrayOop.cpp
+ test/hotspot/gtest/oops/test_objArrayOop.cpp
+ test/hotspot/jtreg/gtest/ArrayTests.java
+ test/hotspot/jtreg/gtest/ObjArrayTests.java
+ test/hotspot/jtreg/runtime/FieldLayout/ArrayBaseOffsets.java
! test/jdk/java/lang/instrument/GetObjectSizeIntrinsicsTest.java
Changeset: 93a2e773
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2024-02-23 10:08:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/93a2e773a508ef7960214e20c2df5e8456f2e8c2
8326129: Java Record Pattern Match leads to infinite loop
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransPatterns.java
! test/langtools/tools/javac/patterns/TranslationTest.java
Changeset: 5d414da5
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-02-23 10:09:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5d414da50459b7a1e6f0f537ff3b318854b2c427
8325372: Shenandoah: SIGSEGV crash in unnecessary_acquire due to LoadStore split through phi
Reviewed-by: shade, rkennke, thartmann
! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp
! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.hpp
! src/hotspot/share/opto/memnode.cpp
+ test/hotspot/jtreg/gc/shenandoah/compiler/TestUnsafeLoadStoreMergedHeapStableTests.java
Changeset: 11fdca06
Author: Ivan Walulya <iwalulya at openjdk.org>
Date: 2024-02-23 10:48:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/11fdca06345542b8d5e54feb1d16f17c2bcb1a82
8325202: gc/g1/TestMarkStackOverflow.java intermittently crash: G1CMMarkStack::ChunkAllocator::allocate_new_chunk
Reviewed-by: tschatzl, ayang
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
Changeset: ef2d5c40
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-02-23 11:47:29 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ef2d5c40c0d997ba1c5c7eaa50040e8757f06f36
8326065: Merge Space into ContiguousSpace
Reviewed-by: cjplummer, sjohanss
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
! src/hotspot/share/gc/shared/vmStructs_gc.hpp
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/serial/SerialHeap.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/ContiguousSpace.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GenerationFactory.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/Space.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/SpaceClosure.java
Changeset: 09a78b5d
Author: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-02-23 13:52:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/09a78b5da961f3575cf20c9b56bff86ddbd6545d
8326378: [PPC64] CodeEntryAlignment too large
Reviewed-by: shade, lucy
! src/hotspot/cpu/ppc/globals_ppc.hpp
Changeset: c26c5833
Author: Weijun Wang <weijun at openjdk.org>
Date: 2024-02-23 16:10:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c26c5833ccd7bdfd3f8ed9da76334d5b4e6e55ca
8311003: missing @since info in jdk.security.jgss
Reviewed-by: mullan
! src/jdk.security.jgss/share/classes/com/sun/security/jgss/AuthorizationDataEntry.java
! src/jdk.security.jgss/share/classes/com/sun/security/jgss/ExtendedGSSContext.java
! src/jdk.security.jgss/share/classes/com/sun/security/jgss/GSSUtil.java
! src/jdk.security.jgss/share/classes/com/sun/security/jgss/InquireSecContextPermission.java
! src/jdk.security.jgss/share/classes/com/sun/security/jgss/InquireType.java
! src/jdk.security.jgss/share/classes/com/sun/security/jgss/package-info.java
Changeset: 27574b38
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-23 17:31:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/27574b384cb5c46358a8bba1bffa8d57d85f6670
8326585: COMPARE_BUILD=PATCH fails if patch -R fails
Reviewed-by: erikj
! make/InitSupport.gmk
Changeset: 63f6a563
Author: Joe Darcy <darcy at openjdk.org>
Date: 2024-02-23 18:03:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/63f6a563a3987d74ef673718d5209cc7c469751c
8326530: Widen allowable error bound of Math.tan
Reviewed-by: bpb, rgiulietti
! src/java.base/share/classes/java/lang/Math.java
Changeset: d10f277b
Author: Leonid Mesnik <lmesnik at openjdk.org>
Date: 2024-02-23 19:58:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d10f277bd39bb5ac9bd48939c916de607fef8ace
8326006: Allow TEST_VM_FLAGLESS to set flagless mode
Reviewed-by: tschatzl, ayang
! test/jtreg-ext/requires/VMProps.java
Changeset: 1799ffea
Author: Korov <korov9 at 163.com>
Committer: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-02-25 11:52:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1799ffeaa9baa7d703c7acc8d8738211694f946e
8310351: Typo in ImmutableCollections
Reviewed-by: jlaskey, jpai
! src/java.base/share/classes/java/util/ImmutableCollections.java
Changeset: 09f755a6
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-02-26 07:28:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/09f755a64db2e38d59c89e6b14d6e409f51126e4
8325857: G1 Full GC flushes mark stats cache too early
Reviewed-by: iwalulya, ayang
! src/hotspot/share/gc/g1/g1FullCollector.cpp
! src/hotspot/share/gc/g1/g1FullGCMarkTask.cpp
Changeset: f32f5740
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-02-26 09:36:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f32f5740046e11868a3eec69495056c75e1237a9
8326575: Remove unused ContiguousSpace::set_top_for_allocations
Reviewed-by: tschatzl, sjohanss
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
Changeset: 3a00fc73
Author: Chen Liang <liach at openjdk.org>
Committer: Pavel Rappo <prappo at openjdk.org>
Date: 2024-02-26 12:10:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3a00fc732a959300a558d5062e5486220ea75192
8323698: Class use page does not include extends/implements type arguments
Reviewed-by: prappo, hannesw
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ClassUseWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/ClassUseMapper.java
! test/langtools/jdk/javadoc/doclet/testUseOption/TestUseOption.java
Changeset: 490825fb
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-02-26 13:02:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/490825fb915c9a63459f87ffea4a9b7c1f0448ef
8325589: C2 SuperWord refactoring: create VLoopAnalyzer with Submodules
Reviewed-by: kvn, chagedorn
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/superword.cpp
! src/hotspot/share/opto/superword.hpp
! src/hotspot/share/opto/traceAutoVectorizationTag.hpp
! src/hotspot/share/opto/vectorization.cpp
! src/hotspot/share/opto/vectorization.hpp
Changeset: bb6b0489
Author: Eirik Bjørsnøs <eirbjo at openjdk.org>
Date: 2024-02-26 14:15:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bb6b04897b5d83dd89fc11074dd66af024f9c6fc
8326099: GZIPOutputStream should use Deflater.getBytesRead() instead of Deflater.getTotalIn()
Reviewed-by: jpai
! src/java.base/share/classes/java/util/zip/GZIPOutputStream.java
Changeset: c042f086
Author: Claes Redestad <redestad at openjdk.org>
Date: 2024-02-26 15:30:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c042f0863247633e98ace9757fb8531145286e66
8326653: Remove jdk.internal.reflect.UTF8
Reviewed-by: rriggs, alanb
! src/java.base/share/classes/jdk/internal/reflect/ClassFileAssembler.java
- src/java.base/share/classes/jdk/internal/reflect/UTF8.java
Changeset: 20c71cea
Author: Lance Andersen <lancea at openjdk.org>
Date: 2024-02-26 15:31:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/20c71ceacdcb791f5b70cda456bdc47bdd9acf6c
8321156: Improve the handling of invalid UTF-8 byte sequences for ZipInputStream::getNextEntry and ZipFile::getComment
Reviewed-by: jpai, alanb
! src/java.base/share/classes/java/util/zip/ZipFile.java
! src/java.base/share/classes/java/util/zip/ZipInputStream.java
! test/jdk/java/util/zip/ZipFile/InvalidBytesInEntryNameOrComment.java
Changeset: 2d3c9c5e
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-02-26 15:34:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2d3c9c5e673cf72fd4873fb5139e7d7a3d65a097
8325553: Parallel: Use per-marker cache for marking stats during Full GC
Reviewed-by: sjohanss, tschatzl
! src/hotspot/share/gc/parallel/psCompactionManager.cpp
! src/hotspot/share/gc/parallel/psCompactionManager.hpp
! src/hotspot/share/gc/parallel/psCompactionManager.inline.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.inline.hpp
Changeset: 3780ad31
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-26 15:43:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3780ad3133302a91e082dd4e8526425799e88e1f
8326587: Separate out Microsoft toolchain linking
Reviewed-by: erikj
! make/Hsdis.gmk
! make/autoconf/buildjdk-spec.gmk.template
! make/autoconf/flags-ldflags.m4
! make/autoconf/flags-other.m4
! make/autoconf/flags.m4
! make/autoconf/spec.gmk.template
! make/autoconf/toolchain.m4
! make/common/NativeCompilation.gmk
! make/common/native/Link.gmk
+ make/common/native/LinkMicrosoft.gmk
! make/common/native/ToolchainDefinitions.gmk
! make/hotspot/gensrc/GensrcAdlc.gmk
Changeset: 9a9cfbe0
Author: Claes Redestad <redestad at openjdk.org>
Date: 2024-02-26 16:05:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9a9cfbe0ba18084bbeae212c9e0da2715a3086e7
8325340: Add ASCII fast-path to Data-/ObjectInputStream.readUTF
Reviewed-by: rgiulietti, bpb, rriggs
! src/java.base/share/classes/java/io/DataInputStream.java
! src/java.base/share/classes/java/io/ObjectInputStream.java
! test/micro/org/openjdk/bench/java/io/DataInputStreamTest.java
+ test/micro/org/openjdk/bench/java/io/ObjectInputStreamTest.java
Changeset: f62b5789
Author: Anthony Scarpino <ascarpino at openjdk.org>
Date: 2024-02-26 16:49:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f62b5789add23adda2634a1cfb80f48b4387be74
8311644: Server should not send bad_certificate alert when the client does not send any certificates
Reviewed-by: djelinski, jjiang, ssahoo
! src/java.base/share/classes/sun/security/ssl/Alert.java
! src/java.base/share/classes/sun/security/ssl/CertificateMessage.java
+ test/jdk/javax/net/ssl/SSLSession/CertMsgCheck.java
! test/jdk/javax/net/ssl/SSLSession/CheckSessionContext.java
! test/jdk/javax/net/ssl/templates/TLSBase.java
! test/jdk/sun/security/ssl/DHKeyExchange/LegacyDHEKeyExchange.java
! test/jdk/sun/security/ssl/SignatureScheme/SigAlgosExtTestWithTLS12.java
! test/jdk/sun/security/ssl/SignatureScheme/SigAlgosExtTestWithTLS13.java
Changeset: bf13a4e2
Author: sunyaqi <sunyaqi at loongson.cn>
Committer: Brian Burkhalter <bpb at openjdk.org>
Date: 2024-02-26 20:47:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bf13a4e2819fa5bcb3e4f2281121d4e0b5535403
8322881: java/nio/file/Files/CopyMoveVariations.java fails with AccessDeniedException due to permissions of files in /tmp
Reviewed-by: bpb
! test/jdk/java/nio/file/Files/CopyMoveVariations.java
Changeset: 0963a4e9
Author: Anthony Scarpino <ascarpino at openjdk.org>
Date: 2024-02-26 21:00:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0963a4e9a11c189791a6e9238d162cd0c12b998d
8326699: Problemlist CertMsgCheck.java
Reviewed-by: rhalade
! test/jdk/ProblemList.txt
Changeset: b87d9cf2
Author: Weijun Wang <weijun at openjdk.org>
Date: 2024-02-26 21:52:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b87d9cf2c9d905c15f4c957d42361b1a72974edf
8325506: Ensure randomness is only read from provided SecureRandom object
Reviewed-by: kdriver, valeriep
! src/java.base/share/classes/sun/security/util/SignatureUtil.java
+ test/jdk/sun/security/provider/all/Deterministic.java
! test/lib-test/jdk/test/lib/AssertsTest.java
+ test/lib-test/jdk/test/lib/security/SeededSecureRandomTest.java
! test/lib/jdk/test/lib/Asserts.java
+ test/lib/jdk/test/lib/security/SeededSecureRandom.java
Changeset: fc67c2b4
Author: Alex Menkov <amenkov at openjdk.org>
Date: 2024-02-26 23:18:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fc67c2b4f17216d4adcc0825d0f378ae4f150025
8325530: Vague error message when com.sun.tools.attach.VirtualMachine fails to load agent library
Reviewed-by: sspitsyn, cjplummer
! src/hotspot/share/prims/jvmtiAgentList.cpp
! src/hotspot/share/prims/jvmtiAgentList.hpp
! src/hotspot/share/services/attachListener.cpp
! src/hotspot/share/services/diagnosticCommand.cpp
! src/jdk.attach/share/classes/sun/tools/attach/HotSpotVirtualMachine.java
+ test/jdk/com/sun/tools/attach/FailedLoadAgentTest.java
Changeset: 93feda3d
Author: Patricio Chilano Mateo <pchilanomate at openjdk.org>
Date: 2024-02-26 23:29:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/93feda3d9a1807422c7f47703358aabd2e8639b8
8322962: Upcall stub might go undetected when freezing frames
Reviewed-by: jvernee, alanb, mdoerr, fyang, dlong
! src/hotspot/cpu/aarch64/upcallLinker_aarch64.cpp
! src/hotspot/cpu/ppc/upcallLinker_ppc.cpp
! src/hotspot/cpu/riscv/upcallLinker_riscv.cpp
! src/hotspot/cpu/x86/upcallLinker_x86_64.cpp
! src/hotspot/share/runtime/continuationFreezeThaw.cpp
! test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java
Changeset: d22d890c
Author: Justin Lu <jlu at openjdk.org>
Date: 2024-02-26 23:43:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d22d890cac3c2c27f89445c65a91909c9cb8f9ad
8325898: ChoiceFormat returns erroneous result when formatting bad pattern
Reviewed-by: naoto
! src/java.base/share/classes/java/text/ChoiceFormat.java
! test/jdk/java/text/Format/ChoiceFormat/PatternsTest.java
Changeset: 0901dede
Author: Jiangli Zhou <jiangli at openjdk.org>
Date: 2024-02-27 01:34:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0901dedefe16afa3f7222723b3fec7a22d9df675
8326433: Make file-local functions static in src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c
Reviewed-by: cjplummer, sspitsyn
! src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c
Changeset: ec9437db
Author: Daniel Jeliński <djelinski at openjdk.org>
Date: 2024-02-27 07:06:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ec9437dbcc242b62e3b099dd05b129760419f025
8325247: Memory leak in SessionKeyRef class def when using PKCS11 security provider
Reviewed-by: valeriep
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java
Changeset: 97aca09e
Author: Dan Lutker <dlutker at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-02-27 07:34:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/97aca09e586c086f8130b394682f45724f08b3a4
8326717: Disable stringop-overflow in shenandoahLock.cpp
Reviewed-by: erikj, shade
! make/hotspot/lib/CompileJvm.gmk
Changeset: 5daf63b7
Author: SendaoYan <syan at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date: 2024-02-27 08:14:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5daf63b7177b8c30b6375bdb394186c03a624ea3
8326636: Problem list StartupOutput.java due to 8326615
Reviewed-by: kvn, thartmann
! test/hotspot/jtreg/ProblemList.txt
Changeset: a48f5966
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-02-27 08:17:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a48f5966be17dea1c69e1c66719e43828768dbc1
8322179: RISC-V: Implement SHA-1 intrinsic
Reviewed-by: tonyp, fyang
! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp
! src/hotspot/cpu/riscv/stubRoutines_riscv.hpp
! src/hotspot/cpu/riscv/vm_version_riscv.cpp
! test/hotspot/jtreg/compiler/testlibrary/sha/predicate/IntrinsicPredicates.java
Changeset: 4d82ea10
Author: Denghui Dong <ddong at openjdk.org>
Date: 2024-02-27 08:28:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4d82ea102a347b12f33104917ae790156ed524a1
8325144: C1: Optimize CriticalEdgeFinder
Reviewed-by: dlong, chagedorn
! src/hotspot/share/c1/c1_IR.cpp
! src/hotspot/share/c1/c1_Instruction.cpp
! src/hotspot/share/c1/c1_Instruction.hpp
Changeset: c5f1dccc
Author: Lei Zaakjyu <lizbing07734 at icloud.com>
Committer: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-02-27 08:58:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c5f1dcccfce7b943c1a91aa65709576038098e91
8325082: Rename headers named 'heapRegion*' of G1
Reviewed-by: stefank, tschatzl
! src/hotspot/cpu/aarch64/gc/g1/g1BarrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/arm/gc/g1/g1BarrierSetAssembler_arm.cpp
! src/hotspot/cpu/ppc/gc/g1/g1BarrierSetAssembler_ppc.cpp
! src/hotspot/cpu/riscv/gc/g1/g1BarrierSetAssembler_riscv.cpp
! src/hotspot/cpu/s390/gc/g1/g1BarrierSetAssembler_s390.cpp
! src/hotspot/cpu/x86/gc/g1/g1BarrierSetAssembler_x86.cpp
! src/hotspot/share/cds/archiveHeapWriter.cpp
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/gc/g1/c1/g1BarrierSetC1.cpp
! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp
! src/hotspot/share/gc/g1/g1AllocRegion.hpp
! src/hotspot/share/gc/g1/g1AllocRegion.inline.hpp
! src/hotspot/share/gc/g1/g1Allocator.cpp
! src/hotspot/share/gc/g1/g1Arguments.cpp
! src/hotspot/share/gc/g1/g1BarrierSet.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp
! src/hotspot/share/gc/g1/g1CardSet.cpp
! src/hotspot/share/gc/g1/g1CardTable.inline.hpp
! src/hotspot/share/gc/g1/g1CodeBlobClosure.cpp
! src/hotspot/share/gc/g1/g1CodeRootSet.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
! src/hotspot/share/gc/g1/g1CollectionSet.cpp
! src/hotspot/share/gc/g1/g1CollectionSetCandidates.cpp
! src/hotspot/share/gc/g1/g1CollectionSetChooser.cpp
! src/hotspot/share/gc/g1/g1CollectionSetChooser.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMarkBitMap.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMarkObjArrayProcessor.cpp
! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp
! src/hotspot/share/gc/g1/g1ConcurrentRefine.cpp
! src/hotspot/share/gc/g1/g1ConcurrentRefineThreadsNeeded.cpp
! src/hotspot/share/gc/g1/g1DirtyCardQueue.cpp
! src/hotspot/share/gc/g1/g1EdenRegions.hpp
! src/hotspot/share/gc/g1/g1EvacFailureRegions.cpp
! src/hotspot/share/gc/g1/g1FullCollector.inline.hpp
! src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp
! src/hotspot/share/gc/g1/g1FullGCAdjustTask.hpp
! src/hotspot/share/gc/g1/g1FullGCCompactTask.cpp
! src/hotspot/share/gc/g1/g1FullGCCompactTask.hpp
! src/hotspot/share/gc/g1/g1FullGCCompactionPoint.cpp
! src/hotspot/share/gc/g1/g1FullGCMarkTask.hpp
! src/hotspot/share/gc/g1/g1FullGCOopClosures.inline.hpp
! src/hotspot/share/gc/g1/g1FullGCPrepareTask.cpp
! src/hotspot/share/gc/g1/g1FullGCPrepareTask.hpp
! src/hotspot/share/gc/g1/g1FullGCPrepareTask.inline.hpp
! src/hotspot/share/gc/g1/g1FullGCResetMetadataTask.hpp
! src/hotspot/share/gc/g1/g1HRPrinter.cpp
! src/hotspot/share/gc/g1/g1HRPrinter.hpp
= src/hotspot/share/gc/g1/g1HeapRegion.cpp
= src/hotspot/share/gc/g1/g1HeapRegion.hpp
= src/hotspot/share/gc/g1/g1HeapRegion.inline.hpp
! src/hotspot/share/gc/g1/g1HeapRegionAttr.hpp
= src/hotspot/share/gc/g1/g1HeapRegionBounds.hpp
+ src/hotspot/share/gc/g1/g1HeapRegionBounds.inline.hpp
! src/hotspot/share/gc/g1/g1HeapRegionEventSender.cpp
= src/hotspot/share/gc/g1/g1HeapRegionManager.cpp
= src/hotspot/share/gc/g1/g1HeapRegionManager.hpp
= src/hotspot/share/gc/g1/g1HeapRegionManager.inline.hpp
= src/hotspot/share/gc/g1/g1HeapRegionRemSet.cpp
= src/hotspot/share/gc/g1/g1HeapRegionRemSet.hpp
= src/hotspot/share/gc/g1/g1HeapRegionRemSet.inline.hpp
= src/hotspot/share/gc/g1/g1HeapRegionSet.cpp
= src/hotspot/share/gc/g1/g1HeapRegionSet.hpp
= src/hotspot/share/gc/g1/g1HeapRegionSet.inline.hpp
= src/hotspot/share/gc/g1/g1HeapRegionTracer.cpp
= src/hotspot/share/gc/g1/g1HeapRegionTracer.hpp
= src/hotspot/share/gc/g1/g1HeapRegionType.cpp
= src/hotspot/share/gc/g1/g1HeapRegionType.hpp
! src/hotspot/share/gc/g1/g1HeapVerifier.cpp
! src/hotspot/share/gc/g1/g1HeapVerifier.hpp
! src/hotspot/share/gc/g1/g1MemoryPool.cpp
! src/hotspot/share/gc/g1/g1MonotonicArenaFreeMemoryTask.cpp
! src/hotspot/share/gc/g1/g1MonotonicArenaFreeMemoryTask.hpp
! src/hotspot/share/gc/g1/g1NUMA.hpp
! src/hotspot/share/gc/g1/g1OldGenAllocationTracker.hpp
! src/hotspot/share/gc/g1/g1OopClosures.inline.hpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/g1RegionPinCache.hpp
! src/hotspot/share/gc/g1/g1RegionsOnNodes.cpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/g1/g1RemSet.hpp
! src/hotspot/share/gc/g1/g1RemSetSummary.cpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.hpp
! src/hotspot/share/gc/g1/g1RootProcessor.cpp
! src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp
! src/hotspot/share/gc/g1/g1SurvRateGroup.cpp
! src/hotspot/share/gc/g1/g1SurvivorRegions.cpp
! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp
! src/hotspot/share/gc/g1/g1YoungGenSizer.cpp
- src/hotspot/share/gc/g1/heapRegionBounds.inline.hpp
! src/hotspot/share/gc/g1/jvmFlagConstraintsG1.cpp
! src/hotspot/share/gc/g1/vmStructs_g1.hpp
! src/hotspot/share/jvmci/vmStructs_jvmci.cpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/prims/whitebox.cpp
! test/hotspot/gtest/gc/g1/test_freeRegionList.cpp
! test/hotspot/gtest/gc/g1/test_g1CardSet.cpp
! test/hotspot/gtest/gc/g1/test_g1CardSetContainers.cpp
! test/hotspot/gtest/gc/g1/test_heapRegion.cpp
Changeset: 7583419d
Author: Afshin Zafari <azafari at openjdk.org>
Date: 2024-02-27 08:59:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7583419d88d7a61007951d5abdff4ac8e620c7d8
8324828: Avoid multiple search of reserved regions during splitting
Reviewed-by: stuefe, jsjolen
! src/hotspot/share/cds/metaspaceShared.cpp
! src/hotspot/share/nmt/memTracker.hpp
! src/hotspot/share/nmt/virtualMemoryTracker.cpp
! src/hotspot/share/nmt/virtualMemoryTracker.hpp
Changeset: 5d3d40d9
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-02-27 09:12:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5d3d40d962ece0395d1da233e1f8db3de826cb93
8326659: Serial: Remove redundant TenuredSpace::print_on
Reviewed-by: tschatzl
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
Changeset: e85355ad
Author: Suchismith Roy <sroy at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-02-27 09:15:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e85355ada4ac1061c49ee9f1247d37a437c7b5ab
8320005: Allow loading of shared objects with .a extension on AIX
Reviewed-by: amitkumar, stuefe, jkern, mdoerr
! src/hotspot/os/aix/os_aix.cpp
Changeset: d482c1af
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-02-27 10:26:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d482c1af28cacd60cc05fe3f975a00a0c68c72b7
8326524: Rename agent_common.h
Reviewed-by: coleenp, sspitsyn, jwaters, dlong, lmesnik
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload002/agentonload002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload003/agentonload003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/classfloadhk003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/classfloadhk004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/classfloadhk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/classfloadhk006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/classfloadhk007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/classfloadhk008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/classfloadhk009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/clrbrk001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/clrbrk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/clrbrk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/clrfldw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/clrfldw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/clrfmodw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/clrfmodw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/compmethload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/compmethunload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/crrawmon001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/crrawmon002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/datadumpreq001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/dealloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/drrawmon001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/drrawmon003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/drrawmon004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/disposeenv001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/disposeenv002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/dyncodgen001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/ForceEarlyReturn001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/forcegc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/forcegc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/gcfinish001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/gcstart001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/gcstart002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/genevents001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/argsize001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/argsize002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/getavailproc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/bytecodes001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/bytecodes002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/bytecodes003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/getcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/getcaps002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/getclfld005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/getclfld006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/getclfld007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/getclsldr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/getclsldr002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/getclsldr003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/clsldrclss001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/clsldrclss002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/getclmthd005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/getclmthd006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/getclmthd007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/getclmdf004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/getclmdf005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/getclmdf006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/getclmdf007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/getclsig004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/getclsig005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/getclsig006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/getclstat005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/getclstat006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/getclstat007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/curthrcputime001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/curthrtimerinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/GetEnv001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/getenvstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/geterrname001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/geterrname002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/extevents001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/extfuncs001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/getfldecl001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/getfldecl002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/getfldecl004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/getfldmdf003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/getfldmdf004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/getfldnm003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/getfldnm004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/getfldnm005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/getintrf005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/getintrf006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/getintrf007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/getjlocfmt001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/getjlocfmt002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/linetab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/linetab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/linetab003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/loadedclss001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/loadedclss002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/getlocal001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/getlocal002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/localtab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/localtab003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/localtab005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/maxloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/maxloc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/declcls002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/declcls003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc001/methloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/methloc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/methmod001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/methmod002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/methname001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/methname002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/methname003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/objhashcode001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/objmonusage002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/objmonusage004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/objmonusage005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/objmonusage006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/objsize001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/objwithtags001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/ownmoninf001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/ownmoninf002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/ownmoninf003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/getphase001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/getphase002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/getpotcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/srcdebugex001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/srcdebugex002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/getsrcfn004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/getsrcfn005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/getsrcfn006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/getsysprops001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/getsysprops002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/getsysprop001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/getsysprop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/gettag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/thrcputime001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/thrcputime002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/thrgrpinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/thrgrpinfo002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/getthrdstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/gettime001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/timerinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/topthrgrp001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/topthrgrp002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/getvern001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/intrpthrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/intrpthrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/intrpthrd003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/isarray004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/isarray005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/isfldsin002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/isintrf004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/isintrf005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/isnative001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/isnative002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/isobsolete001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/issynth002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/iterheap001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/iterheap002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/iterheap003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/iterheap005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/iterheap007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/iterinstcls001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/iterinstcls002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/iterinstcls003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/iterinstcls004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/iterinstcls005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/iterinstcls007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/iterobjreachobj001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/iterobjreachobj002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/iterobjreachobj003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/iterobjreachobj004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/iterobjreachobj005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/iterreachobj001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/iterreachobj002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/iterreachobj003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/iterreachobj004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/iterreachobj005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/ConcreteKlassFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/HeapFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/NonConcreteKlassFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/nframepop001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/nframepop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/nframepop003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/objfree001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/objfree002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/popframe001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/popframe002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/popframe003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/popframe004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/popframe005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/popframe006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/popframe007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/popframe008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/popframe009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/popframe010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/popframe011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/rawmonenter001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/rawmonenter002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/rawmonenter003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/rawmonenter004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/rawmonexit001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/rawmonexit002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/rawmonexit003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/rawmonexit005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/rawmnntfy001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/rawmnntfy002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/rawmnntfy003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/rawmnntfy004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/rawmnntfyall001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/rawmnntfyall002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/rawmnntfyall003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/rawmnntfyall004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/rawmnwait001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/rawmnwait002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/rawmnwait003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/rawmnwait004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/rawmnwait005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/stressRedefine.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/redefclass001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/redefclass002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/redefclass003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/redefclass004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/redefclass005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/redefclass006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/redefclass008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/redefclass009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/redefclass010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/redefclass011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/redefclass012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/redefclass013.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/redefclass014.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/redefclass015.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/redefclass016.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/redefclass017.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/redefclass018.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/redefclass019.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/redefclass020.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/redefclass021.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/redefclass022.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/redefclass023.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/redefclass024.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/redefclass025.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/redefclass026.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/redefclass027.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/redefclass031.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/relcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/relcaps002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/resumethrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/resumethrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/resumethrdlst001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/resumethrdlst002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/retransform002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/retransform003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/retransform004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/agentthr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/agentthr002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/agentthr003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/setbrk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/setbrk003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/setbrk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/setbrk007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/setbrk008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/setenvstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/setenvstor002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/setenvstor003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/setevntcallb001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/setevntcallb002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/setevntcallb003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/setnotif001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/setfldw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/setfldw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/setfldw003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/setfldw004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/setfmodw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/setfmodw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/setfmodw003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/setfmodw004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/setfmodw005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/setjniftab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/SetNativeMethodPrefix001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/setsysprop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/settag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/setthrdstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/setthrdstor002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/setthrdstor003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/setvrbflag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/stopthrd006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/stopthrd007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/suspendthrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/suspendthrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/suspendthrdlst001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/suspendthrdlst002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/vmdeath001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/vminit001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/ap01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/ap02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/ap03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/ap04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/ap04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/ap04t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/ap05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/ap05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/ap06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/ap07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/ap07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/ap09t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/ap10t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/ap11t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/ap12t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/bi01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/bi01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/bi04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/cm01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/cm01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/cm01t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/cm01t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/cm01t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/cm01t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/cm01t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/cm01t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/cm01t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/cm01t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/cm01t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/cm01t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/cm01t013.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/cm01t014.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/cm01t015.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/cm01t016.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/cm01t017.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/cm01t018.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/cm01t019.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/cm01t020.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/cm01t021.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/cm02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/cm03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/tc01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/tc02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/tc03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/tc03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/em01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/em01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/em02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/em02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/em02t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/em02t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/em02t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/em02t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/em02t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/em02t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/em02t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/em02t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/em05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/em05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/em07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/ex03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/gf01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/gf04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/gf06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/gf08t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/gf08t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/gf08t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/ji01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/ji03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/ji03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/ji03t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/ji03t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/sp01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/sp01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/sp01t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/sp02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/sp03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/sp04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/sp04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/sp05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/sp06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/sp06t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/sp06t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/sp07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/sp07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/followref001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/followref004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/followref005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/followref006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/earlyretbase.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/earlyretfp.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/earlyretint.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/earlyretlong.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/earlyretobj.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/earlyretstr.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/earlyretvoid.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/getallstktr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/getcpool001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/linetab004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/getlocal003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/getlocal004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/issynth001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/MethodBind/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/OnUnload/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/StackTrace/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/agentthr.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/clsldrclss00x.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/extmech/extmech.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/AddToBootstrapClassLoaderSearch/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/Dispose/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/gc/gc.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/environment/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendMonitorInfo/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/nosuspendStackTrace/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/rawmonitor/rawmonitor.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/heapref.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/refignore.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/systemclssearch_agent.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.cpp
= test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.hpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/HotSwap.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/unit/Heap.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.cpp
Changeset: da14aa46
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-27 10:26:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/da14aa463b8fcd56ba1f1a4cdb3e3f7b19f78964
8017234: Hotspot should stop using mapfiles
Reviewed-by: djelinski, erikj, dholmes
- make/data/hotspot-symbols/symbols-aix
- make/data/hotspot-symbols/symbols-aix-debug
- make/data/hotspot-symbols/symbols-linux
- make/data/hotspot-symbols/symbols-macosx
- make/data/hotspot-symbols/symbols-shared
- make/data/hotspot-symbols/symbols-unix
+ make/data/hotspot-symbols/version-script.txt
! make/hotspot/lib/CompileGtest.gmk
! make/hotspot/lib/CompileJvm.gmk
- make/hotspot/lib/JvmMapfile.gmk
! src/hotspot/cpu/aarch64/assembler_aarch64.cpp
! src/hotspot/os_cpu/bsd_aarch64/copy_bsd_aarch64.S
! src/hotspot/os_cpu/bsd_aarch64/safefetch_bsd_aarch64.S
! src/hotspot/os_cpu/bsd_x86/bsd_x86_32.S
! src/hotspot/os_cpu/bsd_x86/bsd_x86_64.S
! src/hotspot/os_cpu/bsd_x86/safefetch_bsd_x86_64.S
! src/hotspot/os_cpu/linux_aarch64/atomic_linux_aarch64.S
! src/hotspot/os_cpu/linux_aarch64/copy_linux_aarch64.S
! src/hotspot/os_cpu/linux_aarch64/safefetch_linux_aarch64.S
! src/hotspot/os_cpu/linux_aarch64/threadLS_linux_aarch64.S
! src/hotspot/os_cpu/linux_arm/linux_arm_32.S
! src/hotspot/os_cpu/linux_arm/safefetch_linux_arm.S
! src/hotspot/os_cpu/linux_ppc/safefetch_linux_ppc.S
! src/hotspot/os_cpu/linux_riscv/safefetch_linux_riscv.S
! src/hotspot/os_cpu/linux_s390/safefetch_linux_s390.S
! src/hotspot/os_cpu/linux_x86/linux_x86_32.S
! src/hotspot/os_cpu/linux_x86/linux_x86_64.S
! src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_32.S
! src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_64.S
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/vmStructs_jvmci.cpp
! src/hotspot/share/oops/accessBackend.cpp
! src/hotspot/share/utilities/debug.cpp
Changeset: 60cbf292
Author: Viktor Klang <vklang at openjdk.org>
Date: 2024-02-27 10:38:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/60cbf2925024b1c2253256688ae41741fff0a860
8325754: Dead AbstractQueuedSynchronizer$ConditionNodes survive minor garbage collections
Reviewed-by: alanb
! src/java.base/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java
! src/java.base/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java
Changeset: 16d917a8
Author: Taizo Kurashige <103394724+kurashige23 at users.noreply.github.com>
Committer: Erik Gahlin <egahlin at openjdk.org>
Date: 2024-02-27 10:39:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/16d917a85f9311611a14a63f1e53afae970efc73
8313710: jcmd: typo in the documentation of JFR.start and JFR.dump
Reviewed-by: dholmes, egahlin
! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdDump.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStart.java
Changeset: bceaed6d
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-27 10:54:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bceaed6d4de391d1fdac0d35384c415a7c484d28
8326406: Remove mapfile support from makefiles
Reviewed-by: jwaters, erikj
! make/autoconf/flags-cflags.m4
! make/autoconf/spec.gmk.template
! make/common/NativeCompilation.gmk
! make/common/native/Link.gmk
! make/common/native/LinkMicrosoft.gmk
Changeset: ac3ce2aa
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-27 11:14:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ac3ce2aa156332fc4e6f33018ff669657ab4b797
8326583: Remove over-generalized DefineNativeToolchain solution
Reviewed-by: erikj
! make/Hsdis.gmk
! make/common/NativeCompilation.gmk
! make/common/TestFilesCompilation.gmk
- make/common/native/ToolchainDefinitions.gmk
! make/hotspot/gensrc/GensrcAdlc.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/hotspot/lib/CompileJvm.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.desktop/Lib.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! make/modules/jdk.hotspot.agent/Lib.gmk
! make/modules/jdk.internal.le/Lib.gmk
! make/modules/jdk.jpackage/Lib.gmk
Changeset: c5c866aa
Author: Markus Grönlund <mgronlun at openjdk.org>
Date: 2024-02-27 11:41:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c5c866aafe76f51cd5386bf5052c06691c1a0e8c
8326219: applications/kitchensink/Kitchensink8H.java timed out
Reviewed-by: egahlin
! src/hotspot/share/jfr/jni/jfrJniMethod.cpp
! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp
Changeset: 4fcae1ae
Author: Zhengyu Gu <zgu at openjdk.org>
Date: 2024-02-27 15:09:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4fcae1aef52c7e5b8a76e07adcb2a3dbc5bb215d
8326722: Cleanup unnecessary forward declaration in collectedHeap.hpp
Reviewed-by: tschatzl
! src/hotspot/share/gc/shared/collectedHeap.hpp
Changeset: 81b065a9
Author: Jiangli Zhou <jiangli at openjdk.org>
Date: 2024-02-27 16:43:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/81b065a95d670ef357c36239d8c408cd72a5c48c
8326714: Make file-local functions static in src/java.base/unix/native/libjava/childproc.c
Reviewed-by: djelinski, rriggs
! src/java.base/unix/native/libjava/childproc.c
! src/java.base/unix/native/libjava/childproc.h
Changeset: 9f0e7da6
Author: Tobias Hartmann <thartmann at openjdk.org>
Date: 2024-02-27 16:58:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9f0e7da64e21237322e55ca4f0e3639fa5d1c4ed
8326638: Crash in PhaseIdealLoop::remix_address_expressions due to unexpected Region instead of Loop
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestRemixAddressExpressionsWithIrreducibleLoop.java
Changeset: 552411f8
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-02-27 20:08:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/552411f832eb35d739c7978b8c1f8d0dfd4b2161
8326824: Test: remove redundant test in compiler/vectorapi/reshape/utils/TestCastMethods.java
Reviewed-by: kvn
! test/hotspot/jtreg/compiler/vectorapi/reshape/utils/TestCastMethods.java
Changeset: 349df0a0
Author: SendaoYan <syan at openjdk.org>
Committer: Jonathan Gibbons <jjg at openjdk.org>
Date: 2024-02-27 22:19:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/349df0a0e550599cc4a9cde8bef00e138671b472
8326726: Problem list Exhaustiveness.java due to 8326616
Reviewed-by: jlahoda
! test/langtools/ProblemList.txt
Changeset: 419191c6
Author: Weijun Wang <weijun at openjdk.org>
Date: 2024-02-27 22:26:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/419191c653f787b5dc3032f9da31d8c9b9a08235
8325680: Uninitialised memory in deleteGSSCB of GSSLibStub.c:179
Reviewed-by: valeriep, djelinski
! src/java.security.jgss/share/native/libj2gss/GSSLibStub.c
Changeset: 33f23827
Author: William Kemper <wkemper at openjdk.org>
Date: 2024-02-27 23:06:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/33f23827676dc9ff12bd5c0891170cd813b93b96
8325807: Shenandoah: Refactor full gc in preparation for generational mode changes
Reviewed-by: shade, ysr, kdnilsen
! src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp
! src/hotspot/share/gc/shenandoah/shenandoahFullGC.hpp
Changeset: 4dd6c44c
Author: Robert Toyonaga <rtoyonag at redhat.com>
Committer: Erik Gahlin <egahlin at openjdk.org>
Date: 2024-02-28 00:50:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4dd6c44cbdb0b5957414fa87b6c559fa4d6f2fa8
8326529: JFR: Test for CompilerCompile events fails due to time out
Reviewed-by: egahlin
! test/jdk/jdk/jfr/event/compiler/TestCompilerCompile.java
Changeset: 6cad07c2
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2024-02-28 07:03:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6cad07c23b16aa9eb5a5a0674344d494843601dc
8325746: Refactor Loop Unswitching code
Reviewed-by: epeter, kvn
! src/hotspot/share/opto/cfgnode.hpp
! src/hotspot/share/opto/ifnode.cpp
! src/hotspot/share/opto/loopUnswitch.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestBaseCountedEndLoopUnswitchCandidate.java
Changeset: 9b1f1e52
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-02-28 08:37:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9b1f1e5294e130ec444b08af1f73d08e86fd91ee
8326389: [test] improve assertEquals failure output
Reviewed-by: clanger, jpai
! test/lib/jdk/test/lib/Asserts.java
Changeset: 3b90ddfe
Author: Andrew Leonard <aleonard at openjdk.org>
Date: 2024-02-28 08:37:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3b90ddfefea36d9f7f08ff11cd0cb099aa32b02b
8326685: Linux builds not reproducible if two builds configured in different build folders
Reviewed-by: ihse, erikj
! make/autoconf/flags-cflags.m4
Changeset: 1ab6bd43
Author: Kuai Wei <kuaiwei.kw at alibaba-inc.com>
Committer: Julian Waters <jwaters at openjdk.org>
Date: 2024-02-28 08:44:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1ab6bd434f560e0cc34a85079949e3839c59568f
8326135: Enhance adlc to report unused operands
Reviewed-by: kvn, vlivanov
! src/hotspot/share/adlc/archDesc.cpp
! src/hotspot/share/adlc/archDesc.hpp
! src/hotspot/share/adlc/forms.cpp
! src/hotspot/share/adlc/forms.hpp
! src/hotspot/share/adlc/formsopt.cpp
! src/hotspot/share/adlc/formsopt.hpp
! src/hotspot/share/adlc/formssel.cpp
! src/hotspot/share/adlc/formssel.hpp
! src/hotspot/share/adlc/main.cpp
Changeset: e6b3bda2
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-28 10:31:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e6b3bda2c30ea7932a8a20027e1ef2e805610f14
8326509: Clean up JNIEXPORT in Hotspot after JDK-8017234
Reviewed-by: djelinski, jwaters, dholmes
! src/hotspot/cpu/aarch64/assembler_aarch64.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/vmStructs_jvmci.cpp
! src/hotspot/share/utilities/debug.cpp
Changeset: e7e80831
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-02-28 10:37:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e7e8083139f2cf7aa3e49dd1d72335ccb4ff00af
8326781: G1ConcurrentMark::top_at_rebuild_start() should take a HeapRegion* not an uint
Reviewed-by: iwalulya, ayang
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp
! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp
Changeset: eb4b6fa6
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-02-28 10:42:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/eb4b6fa6212380c9b6d3c94f5aa3384f12a0c125
8326590: Improve description of MarkStackSize[Max] flags
Reviewed-by: iwalulya
! src/hotspot/share/gc/shared/gc_globals.hpp
Changeset: 5db50aca
Author: Zhengyu Gu <zgu at openjdk.org>
Date: 2024-02-28 13:55:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5db50aca6925b3922bbd030cf981c5befb3df1e0
8326892: Remove unused PSAdaptiveSizePolicyResizeVirtualSpaceAlot develop flag
Reviewed-by: gli, tschatzl
! src/hotspot/share/gc/shared/gc_globals.hpp
Changeset: 41242cbe
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-02-28 14:42:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/41242cbe5d01fc6e19859626dd08f6191e7486fb
8325762: Use PassFailJFrame.Builder.splitUI() in PrintLatinCJKTest.java
Reviewed-by: honkar, dmarkov
! test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java
Changeset: a93605f7
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-02-28 15:14:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a93605f7fb0fbe22c7bdffc8eb6db4d660eec3d1
8326763: Consolidate print methods in ContiguousSpace
Reviewed-by: stefank, gli
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
Changeset: b938a5c9
Author: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-02-28 16:04:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b938a5c9edd53821a52b43a8e342b76adb341a3f
8324969: C2: prevent elimination of unbalanced coarsened locking regions
Reviewed-by: epeter, vlivanov, dlong
! src/hotspot/share/opto/callnode.cpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/escape.cpp
! src/hotspot/share/opto/escape.hpp
! src/hotspot/share/opto/locknode.cpp
! src/hotspot/share/opto/locknode.hpp
! src/hotspot/share/opto/macro.cpp
+ test/hotspot/jtreg/compiler/locks/TestCoarsenedAndNestedLocksElimination.java
Changeset: 38ad5145
Author: Lance Andersen <lancea at openjdk.org>
Date: 2024-02-28 17:14:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/38ad514589764d16b312152474e2446c3339da39
8326687: Inconsistent use of "ZIP", "Zip" and "zip" in java.util.zip/jar zipfs javadoc
Reviewed-by: dfuchs, jpai, gli
! src/java.base/share/classes/java/util/jar/JarFile.java
! src/java.base/share/classes/java/util/zip/ZipCoder.java
! src/java.base/share/classes/java/util/zip/ZipConstants.java
! src/java.base/share/classes/java/util/zip/ZipEntry.java
! src/java.base/share/classes/java/util/zip/ZipException.java
! src/java.base/share/classes/java/util/zip/ZipFile.java
! src/java.base/share/classes/java/util/zip/ZipInputStream.java
! src/java.base/share/classes/java/util/zip/ZipOutputStream.java
! src/java.base/share/classes/java/util/zip/ZipUtils.java
! src/java.base/share/classes/java/util/zip/package-info.java
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipCoder.java
! src/jdk.zipfs/share/classes/module-info.java
Changeset: be2b92bd
Author: Hannes Wallnöfer <hannesw at openjdk.org>
Date: 2024-02-28 18:13:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/be2b92bd8b43841cc2b9c22ed4fde29be30d47bb
8326694: Defer setting of autocapitalize attribute
Reviewed-by: jjg
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Navigation.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SearchWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TableOfContents.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlAttr.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/search-page.js
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/search.js.template
! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
! test/langtools/jdk/javadoc/doclet/testSpecTag/TestSpecTag.java
Changeset: 5fa2bdc6
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-02-28 22:48:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5fa2bdc6c76d8f70c8d8582889e96b9c0d2b86b5
8326953: Race in creation of win-exports.def with static-libs
Reviewed-by: jwaters, erikj, dholmes
! make/hotspot/lib/CompileJvm.gmk
Changeset: 0735c8ab
Author: David Holmes <dholmes at openjdk.org>
Date: 2024-02-29 05:28:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0735c8ab266be9c580bd4434305ee1decfe8b589
8318302: ThreadCountLimit.java failed with "Native memory allocation (mprotect) failed to protect 16384 bytes for memory to guard stack pages"
Co-authored-by: Stefan Karlsson <stefank at openjdk.org>
Reviewed-by: shade, stefank
! src/hotspot/share/utilities/vmError.cpp
! test/hotspot/jtreg/runtime/Thread/ThreadCountLimit.java
Changeset: 998d0baa
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-02-29 06:24:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/998d0baab0fd051c38d9fd6021628eb863b80554
8324799: Use correct extension for C++ test headers
Reviewed-by: jwaters, gli, coleenp, lmesnik
! test/hotspot/jtreg/serviceability/jvmti/DynamicCodeGenerated/libDynamicCodeGenerated.cpp
! test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/GetClassFields/FilteredFields/libFilteredFieldsTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/GetLocalVariable/libGetSetLocalUnsuspended.cpp
! test/hotspot/jtreg/serviceability/jvmti/SuspendWithCurrentThread/libSuspendWithCurrentThread.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/Breakpoint/breakpoint01/libbreakpoint01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ClassLoad/classload01/libclassload01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ClassPrepare/classprep01/libclassprep01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/Exception/exception01/libexception01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ExceptionCatch/excatch01/libexcatch01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc01/libfieldacc01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc02/libfieldacc02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc03/libfieldacc03.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/FieldAccess/fieldacc04/libfieldacc04.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/FieldModification/fieldmod01/libfieldmod01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/FieldModification/fieldmod02/libfieldmod02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/FramePop/framepop01/libframepop01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/FramePop/framepop02/libframepop02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/MethodEntry/mentry01/libmentry01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/MethodEntry/mentry02/libmentry02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/mexit01/libmexit01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/MethodExit/mexit02/libmexit02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/MonitorContendedEnter/mcontenter01/libmcontenter01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/MonitorContendedEntered/mcontentered01/libmcontentered01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/MonitorWait/monitorwait01/libmonitorwait01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/MonitorWaited/monitorwaited01/libmonitorwaited01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind01/libnativemethbind01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind02/libnativemethbind02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind03/libnativemethbind03.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/NativeMethodBind/nativemethbind04/libnativemethbind04.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep01/libsinglestep01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep02/libsinglestep02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/SingleStep/singlestep03/libsinglestep03.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ThreadEnd/threadend01/libthreadend01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ThreadEnd/threadend02/libthreadend02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart01/libthreadstart01.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart02/libthreadstart02.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/ThreadStart/threadstart03/libthreadstart03.cpp
! test/hotspot/jtreg/serviceability/jvmti/events/VMObjectAlloc/vmobjalloc01/libvmobjalloc01.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/GetAllThreadsNullTest/libGetAllThreadsNullTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/contmon03/libcontmon03.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/framecnt02/libframecnt02.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/framecnt03/libframecnt03.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/frameloc03/libframeloc03.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/getstacktr02/libgetstacktr02.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/getstacktr09/libgetstacktr09.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/thrinfo02/libthrinfo02.cpp
! test/hotspot/jtreg/serviceability/jvmti/negative/thrstat04/libthrstat04.cpp
! test/hotspot/jtreg/serviceability/jvmti/stress/StackTrace/NotSuspended/libGetStackTraceNotSuspendedStress.cpp
! test/hotspot/jtreg/serviceability/jvmti/stress/StackTrace/Suspended/libGetStackTraceSuspendedStress.cpp
! test/hotspot/jtreg/serviceability/jvmti/stress/ThreadLocalStorage/SetGetThreadLocalStorageStressTest/libSetGetThreadLocalStorageStress.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetAllThreads/allthr01/liballthr01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon01/libcontmon01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon02/libcontmon02.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameCount/framecnt01/libframecnt01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc01/libframeloc01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetFrameLocation/frameloc02/libframeloc02.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/libGetStackTraceAndRetransformTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/GetStackTraceCurrentThreadTest/libGetStackTraceCurrentThreadTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr03/libgetstacktr03.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr04/libgetstacktr04.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr05/libgetstacktr05.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr06/libgetstacktr06.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr07/libgetstacktr07.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetStackTrace/getstacktr08/libgetstacktr08.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadInfo/thrinfo01/libthrinfo01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat01/libthrstat01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat02/libthrstat02.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat03/libthrstat03.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/GetThreadState/thrstat05/libthrstat05.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd01/libresumethrd01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThread/resumethrd02/libresumethrd02.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst01/libresumethrdlst01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/ResumeThreadList/resumethrdlst02/libresumethrdlst02.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd01/libsuspendthrd01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThread/suspendthrd02/libsuspendthrd02.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst01/libsuspendthrdlst01.cpp
! test/hotspot/jtreg/serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst02/libsuspendthrdlst02.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/BoundVThreadTest/libBoundVThreadTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/BreakpointInYieldTest/libBreakpointInYieldTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/ContFramePopTest/libContFramePopTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/ContStackDepthTest/libContStackDepthTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/ContYieldBreakPointTest/libContYieldBreakPointTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/ContinuationTest/libContinuationTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/FollowReferences/libVThreadStackRefTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/ForceEarlyReturnTest/libForceEarlyReturnTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/GetSetLocalTest/libGetSetLocalTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/GetThreadStateMountedTest/libGetThreadStateMountedTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptThreadTest/libInterruptThreadTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/MethodExitTest/libMethodExitTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/NullAsCurrentThreadTest/libNullAsCurrentThreadTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/PinnedTaskTest/libPinnedTaskTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/PopFrameTest/libPopFrameTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/RawMonitorTest/libRawMonitorTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/SelfSuspendDisablerTest/libSelfSuspendDisablerTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/StopThreadTest/libStopThreadTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResume1/libSuspendResume1.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResume2/libSuspendResume2.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/SuspendResumeAll/libSuspendResumeAll.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/ThreadListStackTracesTest/libThreadListStackTracesTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/ThreadStateTest/libThreadStateTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/ToggleNotifyJvmtiTest/libToggleNotifyJvmtiTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadEventTest/libVThreadEventTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadMonitorTest/libVThreadMonitorTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadNotifyFramePopTest/libVThreadNotifyFramePopTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTLSTest/libVThreadTLSTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadTest/libVThreadTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VThreadUnsupportedTest/libVThreadUnsupportedTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VirtualStackTraceTest/libVirtualStackTraceTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/VirtualThreadStartTest/libVirtualThreadStartTest.cpp
! test/hotspot/jtreg/serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/libWaitNotifySuspendedVThread.cpp
! test/hotspot/jtreg/testlibrary/jvmti/libJvmtiUtils.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent01.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent02.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine07/agent03.cpp
! test/hotspot/jtreg/vmTestbase/nsk/aod/VirtualMachine/VirtualMachine09/agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps001/addcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps002/addcaps002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AddCapabilities/addcaps003/addcaps003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnLoad/agentonload001/agentonload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Agent_OnUnload/agentonunload001/agentonunload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002/attach002Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/attach002aAgent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach008/attach008Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach009/attach009Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach012/attach012Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach014/attach014Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Agent01.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach015/attach015Target.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach020/attach020Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach021/attach021Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach022/attach022Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach037/attach037Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach038/attach038Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach039/attach039Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach040/attach040Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach041/attach041Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach042/attach042Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent01.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent02.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach045/attach045Agent03.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach046/attach046Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/attach050/attach050Agent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/AttachOnDemand/sharedAgents/simpleAgent00.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk001/classfloadhk001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk002/classfloadhk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk003/classfloadhk003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk004/classfloadhk004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk005/classfloadhk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk006/classfloadhk006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk007/classfloadhk007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk008/classfloadhk008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClassFileLoadHook/classfloadhk009/classfloadhk009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/clrbrk001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk002/clrbrk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk005/clrbrk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw001/clrfldw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldAccessWatch/clrfldw002/clrfldw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw001/clrfmodw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ClearFieldModificationWatch/clrfmodw002/clrfmodw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodLoad/compmethload001/compmethload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/compmethunload001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon001/crrawmon001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/CreateRawMonitor/crrawmon002/crrawmon002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DataDumpRequest/datadumpreq001/datadumpreq001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Deallocate/dealloc001/dealloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon001/drrawmon001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon003/drrawmon003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DestroyRawMonitor/drrawmon004/drrawmon004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv001/disposeenv001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DisposeEnvironment/disposeenv002/disposeenv002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/DynamicCodeGenerated/dyncodgen001/dyncodgen001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceEarlyReturn/ForceEarlyReturn001/ForceEarlyReturn001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc001/forcegc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ForceGarbageCollection/forcegc002/forcegc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionFinish/gcfinish001/gcfinish001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart001/gcstart001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GarbageCollectionStart/gcstart002/gcstart002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GenerateEvents/genevents001/genevents001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize001/argsize001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetArgumentsSize/argsize002/argsize002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetAvailableProcessors/getavailproc001/getavailproc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes001/bytecodes001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes002/bytecodes002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetBytecodes/bytecodes003/bytecodes003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps001/getcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCapabilities/getcaps002/getcaps002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld005/getclfld005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld006/getclfld006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassFields/getclfld007/getclfld007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr001/getclsldr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr002/getclsldr002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoader/getclsldr003/getclsldr003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss001/clsldrclss001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassLoaderClasses/clsldrclss002/clsldrclss002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd005/getclmthd005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd006/getclmthd006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassMethods/getclmthd007/getclmthd007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf004/getclmdf004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf005/getclmdf005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf006/getclmdf006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassModifiers/getclmdf007/getclmdf007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig004/getclsig004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig005/getclsig005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassSignature/getclsig006/getclsig006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat005/getclstat005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat006/getclstat006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetClassStatus/getclstat007/getclstat007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/curthrcputime001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetCurrentThreadCpuTimerInfo/curthrtimerinfo001/curthrtimerinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnv/GetEnv001/GetEnv001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetEnvironmentLocalStorage/getenvstor001/getenvstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname001/geterrname001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetErrorName/geterrname002/geterrname002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionEvents/extevents001/extevents001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetExtensionFunctions/extfuncs001/extfuncs001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl001/getfldecl001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl002/getfldecl002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldDeclaringClass/getfldecl004/getfldecl004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf003/getfldmdf003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldModifiers/getfldmdf004/getfldmdf004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm003/getfldnm003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm004/getfldnm004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetFieldName/getfldnm005/getfldnm005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf005/getintrf005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf006/getintrf006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetImplementedInterfaces/getintrf007/getintrf007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt001/getjlocfmt001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJLocationFormat/getjlocfmt002/getjlocfmt002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab001/getjniftab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetJNIFunctionTable/getjniftab002/getjniftab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab001/linetab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab002/linetab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLineNumberTable/linetab003/linetab003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss001/loadedclss001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLoadedClasses/loadedclss002/loadedclss002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/getlocal001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal002/getlocal002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab001/localtab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab002/localtab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab003/localtab003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab004/localtab004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariableTable/localtab005/localtab005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc001/maxloc001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMaxLocals/maxloc002/maxloc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls001/declcls001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls002/declcls002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodDeclaringClass/declcls003/declcls003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodLocation/methloc002/methloc002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod001/methmod001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodModifiers/methmod002/methmod002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname001/methname001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname002/methname002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetMethodName/methname003/methname003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectHashCode/objhashcode001/objhashcode001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage002/objmonusage002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage004/objmonusage004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage005/objmonusage005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/objmonusage006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectSize/objsize001/objsize001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectsWithTags/objwithtags001/objwithtags001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf001/ownmoninf001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf002/ownmoninf002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetOwnedMonitorInfo/ownmoninf003/ownmoninf003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase001/getphase001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPhase/getphase002/getphase002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetPotentialCapabilities/getpotcaps001/getpotcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex001/srcdebugex001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex002/srcdebugex002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceDebugExtension/srcdebugex003/srcdebugex003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn004/getsrcfn004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn005/getsrcfn005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSourceFileName/getsrcfn006/getsrcfn006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops001/getsysprops001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperties/getsysprops002/getsysprops002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop001/getsysprop001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetSystemProperty/getsysprop002/getsysprop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTag/gettag001/gettag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/thrcputime001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/thrcputime002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadCpuTimerInfo/thrtimerinfo001/thrtimerinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001/getthrdgrpchld001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo001/thrgrpinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadGroupInfo/thrgrpinfo002/thrgrpinfo002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadLocalStorage/getthrdstor001/getthrdstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTime/gettime001/gettime001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTimerInfo/timerinfo001/timerinfo001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp001/topthrgrp001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetTopThreadGroups/topthrgrp002/topthrgrp002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetVersionNumber/getvern001/getvern001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd001/intrpthrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd002/intrpthrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/intrpthrd003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray004/isarray004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsArrayClass/isarray005/isarray005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin002/isfldsin002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsFieldSynthetic/isfldsin003/isfldsin003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf004/isintrf004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsInterface/isintrf005/isintrf005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative001/isnative001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodNative/isnative002/isnative002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodObsolete/isobsolete001/isobsolete001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth001/issynth001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IsMethodSynthetic/issynth002/issynth002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap001/iterheap001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap002/iterheap002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap003/iterheap003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/iterheap004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap005/iterheap005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap006/iterheap006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap007/iterheap007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls001/iterinstcls001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls002/iterinstcls002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls003/iterinstcls003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls004/iterinstcls004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls005/iterinstcls005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls006/iterinstcls006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverInstancesOfClass/iterinstcls007/iterinstcls007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/iterobjreachobj001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj002/iterobjreachobj002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj003/iterobjreachobj003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj004/iterobjreachobj004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj005/iterobjreachobj005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj001/iterreachobj001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/iterreachobj002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj003/iterreachobj003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj004/iterreachobj004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj005/iterreachobj005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/abort/Abort.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/callbacks/Callbacks.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/concrete-klass-filter/ConcreteKlassFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter-tagged/HeapFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/non-concrete-klass-filter/NonConcreteKlassFilter.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop001/nframepop001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/nframepop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/nframepop003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree001/objfree001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ObjectFree/objfree002/objfree002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe001/popframe001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe002/popframe002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe003/popframe003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe004/popframe004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005/popframe005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe006/popframe006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe007/popframe007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe008/popframe008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe009/popframe009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe010/popframe010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe011/popframe011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter001/rawmonenter001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter002/rawmonenter002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/rawmonenter003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter004/rawmonenter004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit001/rawmonexit001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit002/rawmonexit002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/rawmonexit003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit005/rawmonexit005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy001/rawmnntfy001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy002/rawmnntfy002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/rawmnntfy003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy004/rawmnntfy004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall001/rawmnntfyall001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall002/rawmnntfyall002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/rawmnntfyall003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall004/rawmnntfyall004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait001/rawmnwait001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait002/rawmnwait002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/rawmnwait003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait004/rawmnwait004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait005/rawmnwait005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/StressRedefine/stressRedefine.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass001/redefclass001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass002/redefclass002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass003/redefclass003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass004/redefclass004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass005/redefclass005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass006/redefclass006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass008/redefclass008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass009/redefclass009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass010/redefclass010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass011/redefclass011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass012/redefclass012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass013/redefclass013.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass014/redefclass014.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass015/redefclass015.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass016/redefclass016.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass017/redefclass017.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass018/redefclass018.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass019/redefclass019.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass020/redefclass020.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass021/redefclass021.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass022/redefclass022.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass023/redefclass023.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass024/redefclass024.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass025/redefclass025.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass026/redefclass026.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass027/redefclass027.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass028/redefclass028.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass029/redefclass029.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass030/redefclass030.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RedefineClasses/redefclass031/redefclass031.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps001/relcaps001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RelinquishCapabilities/relcaps002/relcaps002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd001/resumethrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThread/resumethrd002/resumethrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst001/resumethrdlst001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResumeThreadList/resumethrdlst002/resumethrdlst002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform002/retransform002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/retransform003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform004/retransform004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr001/agentthr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr002/agentthr002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RunAgentThread/agentthr003/agentthr003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk002/setbrk002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk003/setbrk003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk005/setbrk005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk007/setbrk007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetBreakpoint/setbrk008/setbrk008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor001/setenvstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor002/setenvstor002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEnvironmentLocalStorage/setenvstor003/setenvstor003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb001/setevntcallb001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb002/setevntcallb002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventCallbacks/setevntcallb003/setevntcallb003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetEventNotificationMode/setnotif001/setnotif001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetExtensionEventCallback/setextevent001/setextevent001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/setfldw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw002/setfldw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw003/setfldw003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw004/setfldw004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw005/setfldw005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw006/setfldw006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/setfmodw001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw002/setfmodw002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw003/setfmodw003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw004/setfmodw004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw005/setfmodw005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw006/setfmodw006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/setjniftab001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab002/setjniftab002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/setlocal002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix001/SetNativeMethodPrefix001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/SetNativeMethodPrefix002Main.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop002/setsysprop002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetSystemProperty/setsysprop003/setsysprop003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetTag/settag001/settag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor001/setthrdstor001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor002/setthrdstor002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetThreadLocalStorage/setthrdstor003/setthrdstor003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag001/setvrbflag001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetVerboseFlag/setvrbflag002/setvrbflag002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd006/stopthrd006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/StopThread/stopthrd007/stopthrd007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd001/suspendthrd001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd002/suspendthrd002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst001/suspendthrdlst001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThreadList/suspendthrdlst002/suspendthrdlst002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMDeath/vmdeath001/vmdeath001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/VMInit/vminit001/vminit001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP01/ap01t001/ap01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP02/ap02t001/ap02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP03/ap03t001/ap03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/ap04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/ap04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t003/ap04t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t001/ap05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP05/ap05t002/ap05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP06/ap06t001/ap06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t001/ap07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP07/ap07t002/ap07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP09/ap09t001/ap09t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/ap10t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/ap11t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/allocation/AP12/ap12t001/ap12t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t001/bi01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI01/bi01t002/bi01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/bi04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t001/cm01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t002/cm01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t003/cm01t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t004/cm01t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t005/cm01t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t006/cm01t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t007/cm01t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t008/cm01t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t009/cm01t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t010/cm01t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t011/cm01t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t012/cm01t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t013/cm01t013.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t014/cm01t014.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t015/cm01t015.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t016/cm01t016.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t017/cm01t017.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t018/cm01t018.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t019/cm01t019.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t020/cm01t020.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM01/cm01t021/cm01t021.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM02/cm02t001/cm02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/cm03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC01/tc01t001/tc01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/tc02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t001/tc03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC03/tc03t002/tc03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC05/tc05t001/tc05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t001/em01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM01/em01t002/em01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t001/em02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t002/em02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/em02t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t004/em02t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t005/em02t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t006/em02t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t007/em02t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t008/em02t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t009/em02t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t010/em02t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t011/em02t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/em02t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM04/em04t001/em04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/em05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/em05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t001/em07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/extension/EX03/ex03t001/ex03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF01/gf01t001/gf01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF04/gf04t001/gf04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF06/gf06t001/gf06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t001/gf08t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t002/gf08t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/general_functions/GF08/gf08t003/gf08t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS103/hs103t002/hs103t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t001/hs104t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS104/hs104t002/hs104t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t003/hs201t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t001/hs203t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t002/hs203t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t004/hs203t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t002/hs204t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t003/hs204t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t004/hs204t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t001/hs301t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t002/hs301t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t003/hs301t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t004/hs301t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS301/hs301t005/hs301t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t001/hs302t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t002/hs302t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t003/hs302t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t004/hs302t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t005/hs302t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t006/hs302t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t007/hs302t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t008/hs302t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t009/hs302t009.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t010/hs302t010.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t011/hs302t011.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS302/hs302t012/hs302t012.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI01/ji01t001/ji01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t001/ji03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t002/ji03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t003/ji03t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI03/ji03t004/ji03t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/ji05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/ji06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA01/ma01t001/ma01t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA02/ma02t001/ma02t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA03/ma03t001/ma03t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t001/ma04t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t002/ma04t002a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA04/ma04t003/ma04t003a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA05/ma05t001/ma05t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA06/ma06t001/ma06t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA07/ma07t001/ma07t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA08/ma08t001/ma08t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t001/ma10t001a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t002/ma10t002a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t003/ma10t003a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t004/ma10t004a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t005/ma10t005a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t006/ma10t006a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t007/ma10t007a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/multienv/MA10/ma10t008/ma10t008a.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t001/sp01t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t002/sp01t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP01/sp01t003/sp01t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t001/sp02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t002/sp02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP02/sp02t003/sp02t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t001/sp03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP03/sp03t002/sp03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t001/sp04t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP04/sp04t002/sp04t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t002/sp05t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/sp06t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/sp06t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/sp06t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t001/sp07t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/sp07t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref001/followref001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref002/followref002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref004/followref004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref005/followref005.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref006/followref006.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretbase/earlyretbase.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretfp/earlyretfp.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretint/earlyretint.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretlong/earlyretlong.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretobj/earlyretobj.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretstr/earlyretstr.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/ForceEarlyReturn/earlyretvoid/earlyretvoid.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetAllStackTraces/getallstktr001/getallstktr001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetConstantPool/getcpool001/getcpool001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLineNumberTable/linetab004/linetab004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/getlocal003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/getlocal004.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/IsSynthetic/issynth001/issynth001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/agentthr/agentthr.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/clsldrclss00x/clsldrclss00x.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/events/redefineCFLH/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/heapref/heapref.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/refignore/refignore.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/setNullVMInit/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/timers/JvmtiTest/JvmtiTest.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/StackTraceController.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/ThreadController.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/Deadlock.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/LockingThreads.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/thread/RecursiveMonitoringThread.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/JVMTIagent.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/aod/aod.cpp
= test/hotspot/jtreg/vmTestbase/nsk/share/aod/aod.hpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/BooleanArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ByteArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/CharArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/DoubleArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/FloatArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/IntArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/LongArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/ShortArrayCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jni/StringCriticalLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIGlobalRefLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNILocalRefLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIRefLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/gc/lock/jniref/JNIWeakGlobalRefLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/MonitorEnterExecutor.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jni/ExceptionCheckingJniEnv.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jni/JNIreferences.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jni/README
! test/hotspot/jtreg/vmTestbase/nsk/share/jni/jni_tools.cpp
= test/hotspot/jtreg/vmTestbase/nsk/share/jni/jni_tools.hpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToBootstrapClassLoaderSearch/bootclssearch_agent.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/AddToSystemClassLoaderSearch/systemclssearch_agent.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/Injector.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.cpp
- test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.h
+ test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITools.hpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/README
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_common/agent_common.hpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/agent_tools.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.hpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/hotswap/HotSwap.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_FollowRefObjects.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.cpp
= test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/jvmti_tools.hpp
! test/hotspot/jtreg/vmTestbase/nsk/share/locks/JNIMonitorLocker.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/locks/LockingThread.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/native/README
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.cpp
= test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/nsk_strace.hpp
! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace005.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/share/IndyRedefineClass.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jni/nativeAndMH/nativeAndMH.cpp
! test/hotspot/jtreg/vmTestbase/vm/mlvm/share/mlvmJvmtiUtils.cpp
! test/hotspot/jtreg/vmTestbase/vm/runtime/defmeth/shared/redefineClasses.cpp
! test/hotspot/jtreg/vmTestbase/vm/share/ProcessUtils.cpp
! test/jdk/java/foreign/enablenativeaccess/org/openjdk/foreigntest/unnamed/libLinkerInvokerUnnamed.cpp
! test/jdk/java/foreign/enablenativeaccess/panama_module/org/openjdk/foreigntest/libLinkerInvokerModule.cpp
! test/jdk/java/foreign/libAsyncInvokers.cpp
! test/jdk/java/foreign/loaderLookup/libLoaderLookupInvoker.cpp
! test/jdk/java/foreign/stackwalk/libAsyncStackWalk.cpp
= test/lib/jdk/test/lib/jvmti/jvmti_common.hpp
= test/lib/jdk/test/lib/jvmti/jvmti_thread.hpp
- test/lib/native/testlib_threads.h
+ test/lib/native/testlib_threads.hpp
Changeset: d9ef16db
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-02-29 08:15:46 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d9ef16dbb6917a4fff7711b32f3dd87611560dd1
8326140: src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns
Reviewed-by: clanger, prr
! src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp
Changeset: e772e781
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-02-29 09:55:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e772e7817981b7b5c01b95245cf2022372494619
8326948: Force English locale for timeout formatting
Reviewed-by: honkar, prr, gli
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: 7c649098
Author: Michael-Mc-Mahon <michael.x.mcmahon at oracle.com>
Date: 2024-02-29 11:34:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7c6490989a1defc4c08751b044176ccf12ad7dc5
Merge branch 'master' into iouring
Changeset: 43029006
Author: Matthew Donovan <mdonovan at openjdk.org>
Date: 2024-02-29 12:08:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/430290066c23d09166a84f2f6f89e770c6ba04ff
8319673: Few security tests ignore VM flags
Reviewed-by: weijun, hchao
! test/jdk/com/sun/crypto/provider/KeyProtector/IterationCount.java
! test/jdk/java/security/Security/ConfigFileTest.java
! test/jdk/sun/security/provider/KeyStore/DKSTest.java
Changeset: 8f6edd8d
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-02-29 14:36:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8f6edd8dc866bf970b7e7b8358f62832887e6e8b
8326975: Parallel: Remove redundant PSOldGen::is_allocated
Reviewed-by: gli, tschatzl
! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp
! src/hotspot/share/gc/parallel/psOldGen.cpp
! src/hotspot/share/gc/parallel/psOldGen.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
Changeset: db0e2b8f
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2024-02-29 16:47:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/db0e2b8faf41b1dcf3cb8e637e213f50ced92584
8326944: (ch) Minor typo in the ScatteringByteChannel.read(ByteBuffer[] dsts,int offset,int length) javadoc
Reviewed-by: naoto, iris, coffeys, gli
! src/java.base/share/classes/java/nio/channels/ScatteringByteChannel.java
Changeset: bbfda659
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2024-02-29 16:47:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bbfda6599a878746cd0bab72952deae95e9f5dea
8326897: (fs) The utility TestUtil.supportsLinks is wrongly used to check for hard link support
Reviewed-by: gli, alanb
! test/jdk/java/nio/file/DirectoryStream/SecureDS.java
! test/jdk/java/nio/file/Files/CheckPermissions.java
! test/jdk/java/nio/file/Files/CopyAndMove.java
! test/jdk/java/nio/file/Files/CopyInterference.java
! test/jdk/java/nio/file/Files/CreateDirectories.java
! test/jdk/java/nio/file/Files/DeleteOnClose.java
! test/jdk/java/nio/file/Files/Misc.java
! test/jdk/java/nio/file/Files/SBC.java
! test/jdk/java/nio/file/Files/SetLastModifiedTime.java
! test/jdk/java/nio/file/Files/StreamTest.java
! test/jdk/java/nio/file/Files/SubstDrive.java
! test/jdk/java/nio/file/Files/SymlinkTime.java
! test/jdk/java/nio/file/Files/walkFileTree/CreateFileTree.java
! test/jdk/java/nio/file/Path/ToRealPath.java
! test/jdk/java/nio/file/TestUtil.java
! test/jdk/java/nio/file/attribute/DosFileAttributeView/Basic.java
! test/jdk/java/nio/file/attribute/PosixFileAttributeView/Basic.java
! test/jdk/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java
Changeset: d9aa1dea
Author: Elif Aslan <elifasln at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2024-02-29 16:56:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d9aa1deac8474f87dd867809f7265b9496917c6f
8318605: Enable parallelism in vmTestbase/nsk/stress/stack tests
Reviewed-by: gli, shade, lmesnik
- test/hotspot/jtreg/vmTestbase/nsk/stress/stack/TEST.properties
Changeset: b8fc4186
Author: Alex Menkov <amenkov at openjdk.org>
Date: 2024-02-29 17:51:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b8fc4186d59ce21e878c4de30983d7cacf69b7a5
8326525: com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case
Reviewed-by: cjplummer, lmesnik, sspitsyn
! test/jdk/com/sun/tools/attach/BasicTests.java
Changeset: d29cefb6
Author: Erik Gahlin <egahlin at openjdk.org>
Date: 2024-02-29 20:18:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d29cefb6ebfd03638e1ca880ff20a0489e4e4fa5
8326838: JFR: Native mirror events
Reviewed-by: mgronlun
! src/jdk.jfr/share/classes/jdk/jfr/internal/MetadataRepository.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/Type.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/TypeLibrary.java
! src/jdk.jfr/share/classes/jdk/jfr/internal/util/Utils.java
Changeset: 742c776a
Author: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-02-29 20:20:46 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/742c776a922bc226a3beaa9e219ff0bd2baf7bc4
8322743: C2: prevent lock region elimination in OSR compilation
Reviewed-by: epeter, dlong, vlivanov
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/parse1.cpp
+ test/hotspot/jtreg/compiler/locks/TestLocksInOSR.java
Changeset: 43af1203
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-02-29 22:11:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/43af12039f13b884ab632ab403691530996e961c
8326959: Improve JVMCI option help
Reviewed-by: never
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java
! test/hotspot/jtreg/compiler/jvmci/TestJVMCIPrintProperties.java
Changeset: 8d6f7849
Author: Denghui Dong <ddong at openjdk.org>
Date: 2024-02-29 23:46:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8d6f7849ff870e87c088ba38c21a8207d6883a2f
8327056: Remove unused static char array in JvmtiAgentList::lookup
Reviewed-by: amenkov, sspitsyn
! src/hotspot/share/prims/jvmtiAgentList.cpp
Changeset: 0d354503
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-01 03:09:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0d354503620eb7f6da7b1b8aa6143ba18ced8f12
8327040: Problemlist ActionListenerCalledTwiceTest.java test failing in macos14
Reviewed-by: prr, gli
! test/jdk/ProblemList.txt
Changeset: 12404a5e
Author: Joshua Cao <joshcao at amazon.com>
Committer: Emanuel Peter <epeter at openjdk.org>
Date: 2024-03-01 05:35:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/12404a5efb3c45f72f54fda3238c72d5d15a30ee
8324790: ifnode::fold_compares_helper cleanup
Reviewed-by: chagedorn, epeter
! src/hotspot/share/opto/ifnode.cpp
Changeset: 0899b3b5
Author: Richard Reingruber <rrich at openjdk.org>
Date: 2024-03-01 07:12:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0899b3b5e5c949e4eef2cc20ae38ab136fccb5bb
8326612: Parallel: remove redundant assertion from ScavengeRootsTask
Reviewed-by: tschatzl, ayang
! src/hotspot/share/gc/parallel/psScavenge.cpp
Changeset: a065eba5
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-01 07:37:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a065eba56de01f4492123c6663ec0c3108d907a1
8326496: [test] checkHsErrFileContent support printing hserr in error case
Reviewed-by: clanger, lucy
! test/hotspot/jtreg/runtime/ErrorHandling/HsErrFileUtils.java
! test/hotspot/jtreg/runtime/ErrorHandling/SecondaryErrorTest.java
Changeset: 5b751997
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-03-01 10:51:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5b75199769c5af2c904f0ff4ef5288e90bab33db
8327022: Parallel: Remove experimental dense prefix calculation
Reviewed-by: shade, ayang, gli
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
Changeset: e85265ab
Author: Korov <korov at korov-win-laptop>
Committer: Daniel Fuchs <dfuchs at openjdk.org>
Date: 2024-03-01 10:58:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e85265abc2426ff30031b1528cf1c6b4ecb5e11b
8325361: Make sun.net.www.MessageHeader final
Reviewed-by: dfuchs
! src/java.base/share/classes/sun/net/www/MessageHeader.java
Changeset: 437cf354
Author: Matthew Donovan <mdonovan at openjdk.org>
Date: 2024-03-01 12:23:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/437cf354e2d1f7df79fa32265ccf86a0e84257b5
8319648: java/lang/SecurityManager tests ignore vm flags
Reviewed-by: mullan
! test/jdk/java/lang/SecurityManager/modules/CustomSecurityManagerTest.java
! test/jdk/java/lang/System/SecurityManagerWarnings.java
Changeset: b972997a
Author: Andrew Haley <aph at openjdk.org>
Date: 2024-03-01 12:39:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b972997af76a506ffd79ee8c6043e7a8db836b33
8326974: ODR violation in macroAssembler_aarch64.cpp
Reviewed-by: adinn, shade, gli
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
Changeset: c02e7f4b
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-03-01 13:33:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c02e7f4bb5ebd4765f0b58586932d75cba1144b4
8327058: RISC-V: make Zcb experimental
Reviewed-by: fyang, gli
! src/hotspot/cpu/riscv/assembler_riscv.hpp
! src/hotspot/cpu/riscv/globals_riscv.hpp
! src/hotspot/cpu/riscv/vm_version_riscv.hpp
Changeset: 98434d61
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-01 13:45:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/98434d61051ddc5a6aa0ed94a6c5dd5b718f812a
8322170: Update deprecated/obsolete/expired flags table for GC
Co-authored-by: Lei Zaakjyu <leiz at openjdk.org>
Reviewed-by: dholmes, tschatzl
! src/hotspot/share/runtime/arguments.cpp
Changeset: 012411ad
Author: Pavel Rappo <prappo at openjdk.org>
Date: 2024-03-01 13:48:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/012411ad8dced3cd1f4ec6e002ebd2d84d2461f5
8327046: (fs) Files.walk should be clear that depth-first traversal is pre-order
Reviewed-by: alanb, gli
! src/java.base/share/classes/java/nio/file/Files.java
! test/jdk/java/nio/file/Files/StreamTest.java
Changeset: acc0a743
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-01 14:28:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/acc0a7436f5345dddff0b14f0098a5423b85e614
8327126: Parallel: Remove unused ParMarkBitMapClosure::_initial_words_remaining
Reviewed-by: tschatzl
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
Changeset: b38a6c57
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-01 15:09:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b38a6c5780611f02d02215c65340b725e4c18929
8327049: Only export debug.cpp functions on Windows
Reviewed-by: jwaters, dholmes, epeter
! src/hotspot/share/utilities/debug.cpp
Changeset: 8f0fb27d
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-01 18:54:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8f0fb27decec28f32e4d88341237189ba4a340fb
8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java fails on libgraal
Reviewed-by: never, kevinw
! test/jdk/javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java
Changeset: 7f02f07f
Author: Joe Darcy <darcy at openjdk.org>
Date: 2024-03-01 19:30:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7f02f07f754c942735ba15d70858cd1661a658c0
8316708: Augment WorstCaseTests with more cases
Reviewed-by: rgiulietti
! test/jdk/java/lang/Math/Tests.java
! test/jdk/java/lang/Math/WorstCaseTests.java
! test/jdk/java/lang/StrictMath/Atan2Tests.java
! test/jdk/java/lang/StrictMath/CubeRootTests.java
! test/jdk/java/lang/StrictMath/ExpTests.java
! test/jdk/java/lang/StrictMath/Expm1Tests.java
! test/jdk/java/lang/StrictMath/HyperbolicTests.java
! test/jdk/java/lang/StrictMath/HypotTests.java
! test/jdk/java/lang/StrictMath/InverseTrigTests.java
! test/jdk/java/lang/StrictMath/Log10Tests.java
! test/jdk/java/lang/StrictMath/Log1pTests.java
! test/jdk/java/lang/StrictMath/LogTests.java
! test/jdk/java/lang/StrictMath/TrigTests.java
Changeset: a9c17a22
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-03-02 01:44:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a9c17a22ca8e64d12e28e272e3f4845297290854
8327108: compiler.lib.ir_framework.shared.TestFrameworkSocket should listen on loopback address only
Reviewed-by: chagedorn, kvn
! test/hotspot/jtreg/compiler/lib/ir_framework/shared/TestFrameworkSocket.java
Changeset: f68a4b9f
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-03-02 01:45:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f68a4b9fc4b0add186754465bbeb908b8362be8d
8327105: compiler.compilercontrol.share.scenario.Executor should listen on loopback address only
Reviewed-by: chagedorn, kvn
! test/hotspot/jtreg/compiler/compilercontrol/share/actions/BaseAction.java
! test/hotspot/jtreg/compiler/compilercontrol/share/scenario/Executor.java
Changeset: f62f2adb
Author: Y. Srinivas Ramakrishna <ysr at openjdk.org>
Date: 2024-03-02 02:02:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f62f2adbc3ec3cf8a9a59d3d766c60d11ebd77e2
8325671: Shenandoah: Introduce a ShenandoahGenerationType and templatize certain marking closures with it
In support of eventually supporting a generational version of Shenandoah, we introduce a ShenandoahGenerationType enum which currently has a single NON_GEN value for Shenandoah. The generational extension of Shenandoah will introduce additional enum values when GenShen is integrated. These will be used to specialize certain marking closures via templatization, such that suitable variations of the marking (and in the future other) closures can be used for the generational and non-generational variants of the collector while minimizing interference between the two variants while maximizing code-sharing without affecting correctness or performance.
This ticket introduces the new enum type and templatizes certain existing marking closures.
In effect, this should be semantically a no-op for current (non-generational) Shenandoah and ideally completely performance-neutral (to be established via measurements).
**Testing:**
- [x] jtreg hotspot_gc
- [x] github actions
- [ ] codepipeline perf & stress: in progress
**Performance:**
- [ ] specjbb w/shenandoah
- [ ] codepipeline perf: in progress
Reviewed-by: kdnilsen, shade
! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp
! src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.hpp
+ src/hotspot/share/gc/shenandoah/shenandoahGenerationType.hpp
! src/hotspot/share/gc/shenandoah/shenandoahMark.cpp
! src/hotspot/share/gc/shenandoah/shenandoahMark.hpp
! src/hotspot/share/gc/shenandoah/shenandoahMark.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahOopClosures.hpp
! src/hotspot/share/gc/shenandoah/shenandoahOopClosures.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahSTWMark.cpp
Changeset: a3d51d20
Author: Joe Wang <joehw at openjdk.org>
Date: 2024-03-02 04:46:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a3d51d2027c18e88703022d1c65a3048b9f2967e
8326915: NPE when a validating parser is restricted
Reviewed-by: lancea, naoto
! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/XMLEntityManager.java
! src/java.xml/share/classes/jdk/xml/internal/SecuritySupport.java
+ test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.java
+ test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.xml
+ test/jaxp/javax/xml/jaxp/unittest/sbd/test/ExternalRefTest.xsd
Changeset: 37e01efb
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-03-02 08:13:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/37e01efb7831e29068f834fe0629595cb721b90d
8326586: Improve Speed of System.map
Reviewed-by: jsjolen, gziemski
! src/hotspot/share/nmt/memMapPrinter.cpp
Changeset: 31ac8714
Author: Gilles Duboscq <gdub at openjdk.org>
Date: 2024-03-03 11:05:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/31ac8714e0593f2feaa8e9ebaf32bab904ba6d11
8326692: JVMCI Local.endBci is off-by-one
Reviewed-by: dnsimon, never, gli
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotResolvedJavaMethodImpl.java
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/meta/Local.java
! test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java
Changeset: f3b15abc
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-04 07:40:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f3b15abcb7dcd00158df84818965fc1282dcc1d9
8327059: os::Linux::print_proc_sys_info add swappiness information
Reviewed-by: mdoerr, dholmes
! src/hotspot/os/linux/os_linux.cpp
Changeset: 97dc0edd
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-03-04 08:06:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/97dc0edde01454041df41988538abbd53ad6503d
8327171: Fix more NULL usage backsliding
Reviewed-by: gli, jwaters, dholmes
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! test/hotspot/gtest/runtime/test_os_linux.cpp
Changeset: 7c71f188
Author: Afshin Zafari <azafari at openjdk.org>
Date: 2024-03-04 08:18:27 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7c71f188a3a98e47ee363c532bd75937e69869a7
8324829: Uniform use of synchronizations in NMT
Reviewed-by: stuefe, jsjolen
! src/hotspot/os/posix/perfMemory_posix.cpp
! src/hotspot/os/windows/perfMemory_windows.cpp
! src/hotspot/share/gc/x/xPhysicalMemory.cpp
! src/hotspot/share/gc/z/zNMT.cpp
! src/hotspot/share/nmt/memTracker.cpp
! src/hotspot/share/nmt/memTracker.hpp
! src/hotspot/share/runtime/os.cpp
Changeset: e889b460
Author: Arno Zeller <azeller at openjdk.org>
Committer: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-04 08:40:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e889b460c03b3887ec5477fa734c430d3c3a41c8
8327071: [Testbug] g-tests for cgroup leave files in /tmp on linux
Reviewed-by: mbaesken, gli, stuefe
! test/hotspot/gtest/os/linux/test_cgroupSubsystem_linux.cpp
Changeset: b69d1b51
Author: Ivan Walulya <iwalulya at openjdk.org>
Date: 2024-03-04 15:17:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b69d1b51c77ceda2fae3402418f4afcae2a735a8
8327042: G1: Parallelism used for redirty logged cards needs better control.
Co-authored-by: Thomas Schatzl <tschatzl at openjdk.org>
Reviewed-by: tschatzl, ayang
! src/hotspot/share/gc/g1/g1ParScanThreadState.cpp
! src/hotspot/share/gc/g1/g1ParScanThreadState.hpp
! src/hotspot/share/gc/g1/g1RedirtyCardsQueue.cpp
! src/hotspot/share/gc/g1/g1RedirtyCardsQueue.hpp
! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp
Changeset: 0583f735
Author: Adam Sotona <asotona at openjdk.org>
Date: 2024-03-04 15:26:27 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0583f7357480c0500daa82f490b2fcc05f2fb65a
8323183: ClassFile API performance improvements
Reviewed-by: redestad
! src/java.base/share/classes/jdk/internal/classfile/impl/SplitConstantPool.java
! src/java.base/share/classes/jdk/internal/classfile/impl/StackCounter.java
! src/java.base/share/classes/jdk/internal/classfile/impl/StackMapDecoder.java
+ test/micro/org/openjdk/bench/jdk/classfile/CodeAttributeTools.java
- test/micro/org/openjdk/bench/jdk/classfile/GenerateStackMaps.java
Changeset: b5cd7efc
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-03-04 16:01:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b5cd7efcebe0daaf8a85f0f32b65a3bd446674ef
8319901: Recursive lightweight locking: ppc64le implementation
Co-authored-by: Martin Doerr <mdoerr at openjdk.org>
Reviewed-by: mdoerr, rrich
! src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c2_MacroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/c2_MacroAssembler_ppc.hpp
! src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.hpp
! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp
! src/hotspot/cpu/ppc/vm_version_ppc.hpp
Changeset: 43c6f0b5
Author: Christoph Langer <clanger at openjdk.org>
Date: 2024-03-04 16:32:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/43c6f0b5880899b797fab2f851bd35be1c342439
8326591: New test JmodExcludedFiles.java fails on Windows when --with-external-symbols-in-bundles=public is used
Reviewed-by: mbaesken
! test/jdk/jdk/modules/etc/JmodExcludedFiles.java
Changeset: 59529a92
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-04 16:47:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/59529a92ca33a59636cfc2175fb8ffeb1d67a29f
8326688: Parallel: Remove unnecessary BOT update in UpdateOnlyClosure::do_addr
Reviewed-by: tschatzl, iwalulya
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
Changeset: 8cfacebd
Author: Elif Aslan <elifasln at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-04 17:50:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8cfacebd06da3a45d119b5378ce0c2dd591d2442
8327125: SpinYield.report should report microseconds
Reviewed-by: gli, dholmes, shade
! src/hotspot/share/utilities/spinYield.cpp
Changeset: 6f8d351e
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-04 17:54:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6f8d351e8678be9183628f2691ae18e4016c6cb3
8325725: Parallel: Refactor PSParallelCompact::fill_dense_prefix_end
Reviewed-by: tschatzl, iwalulya
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.inline.hpp
Changeset: f615ac4b
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-03-04 18:40:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f615ac4bdf94750390d18aa954d41f72eb4ef4d2
8309622: Re-examine the cache mechanism in BaseLocale
Reviewed-by: dfuchs, rriggs
! src/java.base/share/classes/java/util/Locale.java
! src/java.base/share/classes/java/util/ResourceBundle.java
! src/java.base/share/classes/sun/util/locale/BaseLocale.java
- src/java.base/share/classes/sun/util/locale/LocaleObjectCache.java
Changeset: 045eea11
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-04 18:50:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/045eea11307f5df89071c7c7e366effdc23a22db
8327057: Parallel: Refactor ParMarkBitMap::iterate
Reviewed-by: tschatzl, iwalulya
! src/hotspot/share/gc/parallel/parMarkBitMap.cpp
! src/hotspot/share/gc/parallel/parMarkBitMap.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
Changeset: e1b661f8
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-03-05 02:04:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e1b661f8c1df780cce28fe76d257b44e2fe44058
8319900: Recursive lightweight locking: riscv64 implementation
Co-authored-by: Axel Boldt-Christmas <aboldtch at openjdk.org>
Reviewed-by: fyang
! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/interp_masm_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/riscv.ad
! src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp
! src/hotspot/cpu/riscv/vm_version_riscv.hpp
Changeset: b7540df6
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-05 02:34:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b7540df6a4279c63e69d32b9d9834f7a427478d1
8327007: javax/swing/JSpinner/8008657/bug8008657.java fails
Reviewed-by: prr
! test/jdk/javax/swing/JSpinner/8008657/bug8008657.java
Changeset: c5895558
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-03-05 06:35:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c589555845e61cdde5340aaa76fcc36b2753240d
8325095: C2: bailout message broken: ResourceArea allocated string used after free
Reviewed-by: kvn, dlong
! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/ci/ciEnv.hpp
+ src/hotspot/share/compiler/cHeapStringHolder.cpp
+ src/hotspot/share/compiler/cHeapStringHolder.hpp
! src/hotspot/share/compiler/compilationMemoryStatistic.cpp
! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/runtime/vmStructs.cpp
Changeset: 0b959098
Author: Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
Date: 2024-03-05 06:56:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0b959098be452aa2c9b461c921e11b19678138c7
8327224: G1: comment in G1BarrierSetC2::post_barrier() refers to nonexistent new_deferred_store_barrier()
Reviewed-by: kbarrett
! src/hotspot/share/gc/g1/c2/g1BarrierSetC2.cpp
Changeset: d6f2a174
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-03-05 07:16:34 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d6f2a174fcf41f0b091ef7eabea5d06fae90e0b2
8325881: Require minimum gcc version 10
Reviewed-by: ihse, shade
! doc/building.html
! doc/building.md
! make/autoconf/toolchain.m4
Changeset: e9adceba
Author: Eirik Bjørsnøs <eirbjo at openjdk.org>
Date: 2024-03-05 08:39:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e9adcebaf242843fe2004b01747b5a930b62b291
8327208: Remove unused method java.util.jar.Manifest.make72Safe
Reviewed-by: lancea, iris, jpai
! src/java.base/share/classes/java/util/jar/Manifest.java
! test/jdk/java/util/jar/Manifest/LineBreakLineWidth.java
! test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java
Changeset: fec51d4c
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-05 11:18:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fec51d4c46a2cdd2eae148478831677c9b558a5e
8327130: Serial: Remove Generation::record_spaces_top
Reviewed-by: gli, kbarrett
! src/hotspot/share/gc/serial/defNewGeneration.hpp
! src/hotspot/share/gc/serial/generation.hpp
! src/hotspot/share/gc/serial/tenuredGeneration.hpp
Changeset: 560cf596
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-03-05 11:31:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/560cf59626188d7582f601b29d9e2d5bfd0fac7d
8327287: Remove unused FLSVerifyDictionary debug option
Reviewed-by: ayang, kbarrett
! src/hotspot/share/runtime/globals.hpp
Changeset: a089ed2b
Author: MaxXSoft <xingqizheng.xqz at alibaba-inc.com>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-03-05 11:42:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a089ed2b9289eeda73bba47ac87e5bc81a4af9dc
8326936: RISC-V: Shenandoah GC crashes due to incorrect atomic memory operations
Reviewed-by: fyang, rehn
! src/hotspot/os_cpu/linux_riscv/atomic_linux_riscv.hpp
Changeset: c653e67c
Author: Claes Redestad <redestad at openjdk.org>
Date: 2024-03-05 13:31:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c653e67c0f6ce7a023a5ea079d8872b1eeb8eba7
8327225: Revert DataInputStream.readUTF to static final
Reviewed-by: rriggs, bpb, gli
! src/java.base/share/classes/java/io/DataInputStream.java
Changeset: 2372aba6
Author: Jorn Vernee <jvernee at openjdk.org>
Date: 2024-03-05 13:32:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2372aba6a21c569d4d724396e59b9fd1bec90682
8326172: Dubious claim on long[]/double[] alignment in MemorySegment javadoc
Reviewed-by: mcimadamore
! src/java.base/share/classes/java/lang/foreign/MemorySegment.java
! src/java.base/share/classes/java/lang/foreign/ValueLayout.java
! src/java.base/share/classes/jdk/internal/foreign/HeapMemorySegmentImpl.java
! src/java.base/share/classes/jdk/internal/foreign/abi/fallback/FallbackLinker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/fallback/LibFallback.java
! src/java.base/share/classes/jdk/internal/foreign/layout/ValueLayouts.java
! src/java.base/share/native/libfallbackLinker/fallbackLinker.c
! test/jdk/java/foreign/TestLayouts.java
! test/jdk/java/foreign/TestValueLayouts.java
! test/jdk/java/foreign/stackwalk/TestReentrantUpcalls.java
Changeset: 98f0b866
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-03-05 13:37:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/98f0b86641d84048949ed3da1cb14f3820b01c12
8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug"
Co-authored-by: Fei Gao <fgao at openjdk.org>
Reviewed-by: aph, kvn, gli
! src/hotspot/cpu/aarch64/aarch64.ad
+ test/hotspot/jtreg/compiler/c2/TestUnalignedAccess.java
Changeset: c00c939f
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-05 14:54:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c00c939f99c7dfd31733cb27d36cb92fcc52a75b
8327364: Parallel: Remove unused ParallelCompactData::add_obj
Reviewed-by: kbarrett
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
Changeset: 3d106cb0
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-05 15:34:27 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3d106cb091de6b6ef2a9bf483fb0f5c98c28263c
8325139: JFR SwapSpace event - add free swap space information on Linux when running in a container environment
Reviewed-by: lucy, sgehwolf
! src/hotspot/os/linux/cgroupSubsystem_linux.hpp
! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp
! src/hotspot/os/linux/cgroupV1Subsystem_linux.hpp
! src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp
! src/hotspot/os/linux/cgroupV2Subsystem_linux.hpp
! src/hotspot/os/linux/osContainer_linux.cpp
! src/hotspot/os/linux/osContainer_linux.hpp
! src/hotspot/os/linux/os_linux.cpp
! test/hotspot/jtreg/containers/docker/TestJFREvents.java
Changeset: c6641c7d
Author: Ludvig Janiuk <lujaniuk at openjdk.org>
Committer: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-05 16:24:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c6641c7d2d5fd3e085e39646c9a350eeb83e3c5b
8326831: Clarify test harness control variables in make help
Reviewed-by: erikj, gli, ihse
! make/Global.gmk
Changeset: 809995b5
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-03-05 19:32:29 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/809995b526ea79e4fd9fd4f911bcce811f77eb89
8174269: Remove COMPAT locale data provider from JDK
Reviewed-by: ihse, joehw
! make/jdk/src/classes/build/tools/cldrconverter/CLDRConverter.java
! make/modules/java.base/Gensrc.gmk
- make/modules/java.base/gensrc/GensrcLocaleData.gmk
! make/modules/jdk.localedata/Gensrc.gmk
! src/java.base/share/classes/java/time/format/DateTimeFormatterBuilder.java
! src/java.base/share/classes/java/util/Locale.java
! src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java
- src/java.base/share/classes/sun/text/resources/FormatData_en.java
- src/java.base/share/classes/sun/text/resources/FormatData_en_US.java
- src/java.base/share/classes/sun/text/resources/JavaTimeSupplementary_en.java
! src/java.base/share/classes/sun/util/cldr/CLDRTimeZoneNameProviderImpl.java
+ src/java.base/share/classes/sun/util/locale/provider/BaseLocaleDataMetaInfo.java
! src/java.base/share/classes/sun/util/locale/provider/CalendarNameProviderImpl.java
! src/java.base/share/classes/sun/util/locale/provider/FallbackLocaleProviderAdapter.java
! src/java.base/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.java
- src/java.base/share/classes/sun/util/locale/provider/LocaleDataMetaInfo-XLocales.java.template
! src/java.base/share/classes/sun/util/locale/provider/LocaleProviderAdapter.java
- src/java.base/share/classes/sun/util/resources/CalendarData_en.properties
- src/java.base/share/classes/sun/util/resources/CurrencyNames_en_US.properties
- src/java.base/share/classes/sun/util/resources/LocaleNames_en.properties
- src/java.base/share/classes/sun/util/resources/TimeZoneNames_en.java
! src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/IncludeLocalesPlugin.java
! src/jdk.localedata/share/classes/module-info.java
+ src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_JO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_LB.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ar_SY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_be.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_be_BY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_bg.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_bg_BG.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ca.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ca_ES.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_cs.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_cs_CZ.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_da.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_da_DK.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_AT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_CH.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_DE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_de_LU.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el_CY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_el_GR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_AU.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_CA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_GB.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_IE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_IN.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_MT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_NZ.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_PH.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_SG.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_en_ZA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_AR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_BO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CL.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_CR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_DO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_EC.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_ES.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_GT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_HN.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_MX.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_NI.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_PY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_SV.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_US.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_UY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_es_VE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_et.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_et_EE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fi.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fi_FI.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_BE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_CA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_CH.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_fr_FR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ga.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ga_IE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_he.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_he_IL.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hi_IN.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hr.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hr_HR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hu.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_hu_HU.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_id.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_id_ID.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_is.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_is_IS.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it_CH.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_it_IT.java
! src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ja.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ja_JP.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ko.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ko_KR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lt.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lt_LT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lv.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_lv_LV.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mk.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mk_MK.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ms.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ms_MY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mt.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_mt_MT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl_BE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_nl_NL.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no_NO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_no_NO_NY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pl.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pl_PL.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt_BR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_pt_PT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ro.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ro_RO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ru.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_ru_RU.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sk.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sk_SK.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sl.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sl_SI.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sq.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sq_AL.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_BA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_CS.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_Latn.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_Latn_ME.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_ME.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sr_RS.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sv.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_sv_SE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_th.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_th_TH.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_tr.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_tr_TR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_uk.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_uk_UA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_vi.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_vi_VN.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_CN.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_HK.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_SG.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/FormatData_zh_TW.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_JO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_LB.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ar_SY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_be.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_bg.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ca.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_cs.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_da.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_de.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_de_AT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_el.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_AU.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_CA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_GB.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_IE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_IN.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_MT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_NZ.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_SG.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_en_ZA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_AR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_BO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CL.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_CR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_DO.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_EC.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_GT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_HN.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_MX.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PR.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_PY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_US.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_UY.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_es_VE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_et.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fi.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_BE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_CA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_fr_CH.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ga.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_he.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hi_IN.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hr.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_hu.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_id.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_is.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_it.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_it_CH.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ja.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ko.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_lt.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_lv.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_mk.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ms.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_mt.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_nl.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_nl_BE.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_no.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pl.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pt.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_pt_PT.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ro.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_ru.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sk.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sl.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sq.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr_BA.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sr_Latn.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_sv.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_th.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_tr.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_uk.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_vi.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_HK.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_SG.java
- src/jdk.localedata/share/classes/sun/text/resources/ext/JavaTimeSupplementary_zh_TW.java
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ar.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_be.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_bg.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ca.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_cs.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_da.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_de.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_el.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_el_CY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_GB.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_IE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_en_MT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es_ES.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_es_US.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_et.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fi.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_fr_CA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_he.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hi.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_hu.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_id_ID.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_is.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_it.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ja.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ko.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_lt.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_lv.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mk.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ms_MY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mt.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_mt_MT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_nl.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_no.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pl.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt_BR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_pt_PT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ro.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_ru.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sk.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sl.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sq.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_BA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_ME.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sr_Latn_RS.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_sv.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_th.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_tr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_uk.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_vi.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CalendarData_zh.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_AE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_BH.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_DZ.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_EG.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_IQ.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_JO.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_KW.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_LB.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_LY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_MA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_OM.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_QA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SD.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_SY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_TN.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ar_YE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_be_BY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_bg_BG.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ca_ES.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_cs_CZ.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_da_DK.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_AT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_CH.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_DE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_de_LU.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_el_CY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_el_GR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_AU.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_CA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_GB.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_IE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_IN.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_MT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_NZ.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_PH.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_SG.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_en_ZA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_AR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_BO.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CL.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CO.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_CU.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_DO.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_EC.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_ES.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_GT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_HN.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_MX.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_NI.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_PY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_SV.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_US.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_UY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_es_VE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_et_EE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fi_FI.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_BE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_CA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_CH.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_FR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_fr_LU.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ga_IE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_he_IL.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hi_IN.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hr_HR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_hu_HU.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_id_ID.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_is_IS.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it_CH.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_it_IT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ja.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ja_JP.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ko.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ko_KR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_lt_LT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_lv_LV.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_mk_MK.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ms_MY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_mt_MT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_nl_BE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_nl_NL.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_no_NO.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pl_PL.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt_BR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_pt_PT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ro_RO.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_ru_RU.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sk_SK.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sl_SI.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sq_AL.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_BA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_CS.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_BA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_ME.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_Latn_RS.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_ME.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sr_RS.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sv.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_sv_SE.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_th_TH.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_tr_TR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_uk_UA.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_vi_VN.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_CN.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_HK.java
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_SG.java
- src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_TW.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ar.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_be.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_bg.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ca.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_cs.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_da.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_de.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_el.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_el_CY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_MT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_PH.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_en_SG.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_es.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_es_US.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_et.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_fi.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_fr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ga.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_he.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hi.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_hu.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_id.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_is.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_it.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ja.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ko.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_lt.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_lv.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_mk.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ms.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_mt.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_nl.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_no.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_no_NO_NY.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pl.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt_BR.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_pt_PT.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ro.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_ru.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sk.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sl.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sq.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sr_Latn.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_sv.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_th.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_tr.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_uk.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_vi.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_HK.java
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_SG.properties
- src/jdk.localedata/share/classes/sun/util/resources/ext/LocaleNames_zh_TW.properties
+ src/jdk.localedata/share/classes/sun/util/resources/ext/TimeZoneNames.java
! src/jdk.localedata/share/classes/sun/util/resources/provider/LocaleDataProvider.java
+ src/jdk.localedata/share/classes/sun/util/resources/provider/NonBaseLocaleDataMetaInfo.java
- src/jdk.localedata/share/classes/sun/util/resources/provider/SupplementaryLocaleDataProvider.java
- test/jdk/java/text/Format/CompactNumberFormat/TestWithCompatProvider.java
- test/jdk/java/text/Format/DateFormat/Bug4823811.java
! test/jdk/java/text/Format/DateFormat/Bug6530336.java
! test/jdk/java/text/Format/DateFormat/Bug6683975.java
! test/jdk/java/text/Format/DateFormat/Bug8141243.java
! test/jdk/java/text/Format/DateFormat/ContextMonthNamesTest.java
! test/jdk/java/text/Format/DateFormat/DateFormatRegression.java
! test/jdk/java/text/Format/DateFormat/DateFormatRoundTripTest.java
! test/jdk/java/text/Format/DateFormat/DateFormatTest.java
! test/jdk/java/text/Format/DateFormat/IntlTestDateFormat.java
! test/jdk/java/text/Format/DateFormat/IntlTestDateFormatAPI.java
! test/jdk/java/text/Format/DateFormat/IntlTestSimpleDateFormatAPI.java
! test/jdk/java/text/Format/DateFormat/LocaleDateFormats.java
! test/jdk/java/text/Format/DateFormat/NonGregorianFormatTest.java
! test/jdk/java/text/Format/DateFormat/TimeZoneNameTest.java
! test/jdk/java/text/Format/MessageFormat/LargeMessageFormat.java
! test/jdk/java/text/Format/NumberFormat/BigDecimalFormat.java
! test/jdk/java/text/Format/NumberFormat/BigDecimalParse.java
! test/jdk/java/text/Format/NumberFormat/Bug4838107.java
! test/jdk/java/text/Format/NumberFormat/CurrencyFormat.java
- test/jdk/java/text/Format/NumberFormat/CurrencySymbols.properties
! test/jdk/java/text/Format/NumberFormat/MultipleNumberScriptTest.java
! test/jdk/java/text/Format/NumberFormat/NumberRegression.java
! test/jdk/java/text/Format/NumberFormat/NumberTest.java
- test/jdk/java/text/Format/NumberFormat/TestPeruCurrencyFormat.java
! test/jdk/java/time/test/java/time/format/TestUTCParse.java
! test/jdk/java/time/test/java/time/format/TestZoneTextPrinterParser.java
! test/jdk/java/util/Calendar/Bug8007038.java
! test/jdk/java/util/Calendar/Bug8167273.java
! test/jdk/java/util/Calendar/CalendarDisplayNamesTest.java
- test/jdk/java/util/Calendar/JapanEraNameCompatTest.java
! test/jdk/java/util/Calendar/NarrowNamesTest.java
! test/jdk/java/util/Formatter/spi/FormatterWithProvider.java
! test/jdk/java/util/Formatter/spi/NoGroupingUsed.java
- test/jdk/java/util/Locale/CompareProviderFormats.java
! test/jdk/java/util/Locale/CompatWarning.java
! test/jdk/java/util/Locale/ExpectedAdapterTypes.java
! test/jdk/java/util/Locale/InternationalBAT.java
! test/jdk/java/util/Locale/LocaleEnhanceTest.java
! test/jdk/java/util/Locale/LocaleProviders.java
! test/jdk/java/util/Locale/LocaleProvidersFormat.java
! test/jdk/java/util/Locale/LocaleProvidersRun.java
! test/jdk/java/util/Locale/LocaleTest.java
! test/jdk/java/util/Locale/RequiredAvailableLocalesTest.java
! test/jdk/java/util/Locale/ThaiGov.java
! test/jdk/java/util/PluggableLocale/BreakIteratorProviderTest.java
! test/jdk/java/util/PluggableLocale/CalendarDataProviderTest.java
! test/jdk/java/util/PluggableLocale/CalendarNameProviderTest.java
! test/jdk/java/util/PluggableLocale/ClasspathTest.java
! test/jdk/java/util/PluggableLocale/CollatorProviderTest.java
! test/jdk/java/util/PluggableLocale/CurrencyNameProviderTest.java
! test/jdk/java/util/PluggableLocale/DateFormatProviderTest.java
! test/jdk/java/util/PluggableLocale/DateFormatSymbolsProviderTest.java
! test/jdk/java/util/PluggableLocale/DecimalFormatSymbolsProviderTest.java
! test/jdk/java/util/PluggableLocale/GenericTest.java
! test/jdk/java/util/PluggableLocale/LocaleNameProviderTest.java
! test/jdk/java/util/PluggableLocale/NumberFormatProviderTest.java
! test/jdk/java/util/PluggableLocale/PermissionTest.java
! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java
! test/jdk/java/util/Scanner/spi/UseLocaleWithProvider.java
! test/jdk/java/util/TimeZone/Bug6329116.java
! test/jdk/java/util/TimeZone/Bug8167143.java
! test/jdk/java/util/TimeZone/HongKong.java
! test/jdk/java/util/TimeZone/TimeZoneData/displaynames.txt
! test/jdk/java/util/TimeZone/TimeZoneRegression.java
! test/jdk/java/util/TimeZone/TimeZoneTest.java
! test/jdk/java/util/TimeZone/tools/share/makeZoneData.pl
! test/jdk/sun/text/resources/Format/Bug4395196.java
! test/jdk/sun/text/resources/Format/Bug4651568.java
! test/jdk/sun/text/resources/Format/Bug4762201.java
! test/jdk/sun/text/resources/Format/Bug4807540.java
! test/jdk/sun/text/resources/Format/Bug4810032.java
- test/jdk/sun/text/resources/Format/Bug4994312.java
! test/jdk/sun/text/resources/Format/Bug5096553.java
! test/jdk/sun/text/resources/Format/Bug8037343.java
! test/jdk/sun/text/resources/LocaleDataTest.java
- test/jdk/sun/util/locale/provider/Bug8024141.java
! test/jdk/sun/util/locale/provider/Bug8038436.java
! test/jdk/sun/util/locale/provider/Bug8152817.java
- test/jdk/sun/util/locale/provider/Bug8163350.java
! test/jdk/sun/util/resources/Locale/Bug4429024.java
! test/jdk/sun/util/resources/Locale/Bug4965260.java
! test/jdk/sun/util/resources/Locale/Bug6275682.java
! test/jdk/sun/util/resources/TimeZone/Bug4858517.java
! test/jdk/sun/util/resources/TimeZone/Bug4938846.java
! test/jdk/sun/util/resources/TimeZone/Bug6271396.java
! test/jdk/sun/util/resources/TimeZone/Bug6317929.java
! test/jdk/sun/util/resources/TimeZone/Bug6377794.java
! test/jdk/sun/util/resources/TimeZone/Bug6442006.java
! test/jdk/sun/util/resources/TimeZone/Bug8139107.java
! test/jdk/sun/util/resources/TimeZone/ChineseTimeZoneNameTest.java
! test/jdk/sun/util/resources/cldr/NorwegianFallbackTest.java
! test/jdk/sun/util/resources/cldr/TimeZoneNamesTest.java
! test/jdk/tools/jlink/plugins/IncludeLocalesPluginTest.java
Changeset: 721bfee5
Author: Erik Joelsson <erikj at openjdk.org>
Date: 2024-03-05 20:31:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/721bfee53af5bc2e2d67eebc7b82f09a642d5309
8326891: Prefer RPATH over RUNPATH for $ORIGIN rpaths in internal JDK binaries
Reviewed-by: ihse, dholmes
! make/autoconf/flags-cflags.m4
! test/jdk/tools/launcher/RunpathTest.java
Changeset: a7280d1b
Author: Weijun Wang <weijun at openjdk.org>
Date: 2024-03-05 20:32:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a7280d1b9657f1afd07d4a550b687f6ad3f9c885
8311002: missing @since info in 21 files in jdk.security.auth
Reviewed-by: mullan
! src/jdk.security.auth/share/classes/com/sun/security/auth/NTDomainPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/NTNumericCredential.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSid.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidDomainPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidGroupPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidPrimaryGroupPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/NTSidUserPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/NTUserPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/PrincipalComparator.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixNumericGroupPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixNumericUserPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/UnixPrincipal.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/callback/TextCallbackHandler.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/login/ConfigFile.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/module/JndiLoginModule.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/module/KeyStoreLoginModule.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/module/NTLoginModule.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/module/NTSystem.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixLoginModule.java
! src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixSystem.java
Changeset: b665fe3a
Author: Justin Lu <jlu at openjdk.org>
Date: 2024-03-05 22:37:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b665fe3ac10f4e85b91737228780b1d50ae81514
6801704: ChoiceFormat::applyPattern inconsistency for invalid patterns
Reviewed-by: naoto
! src/java.base/share/classes/java/text/ChoiceFormat.java
Changeset: fcf48ab3
Author: Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date: 2024-03-05 23:02:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fcf48ab3d36a7f8eed84e81c3e2445adcbc95374
8327391: Add SipHash attribution file
Reviewed-by: dholmes, lfoltan
+ src/hotspot/share/legal/siphash.md
Changeset: 96bfe613
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-06 05:29:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/96bfe613c31f890bc4bbe989c5348ad11c070bf6
8326458: Menu mnemonics don't toggle in Windows LAF when F10 is pressed
Reviewed-by: psadhukhan, aivanov
! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsMenuBarUI.java
+ test/jdk/javax/swing/JMenuBar/TestMenuMnemonic.java
Changeset: bee50cd3
Author: Adam Sotona <asotona at openjdk.org>
Date: 2024-03-06 06:15:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bee50cd330c9f31bf8830caf87f97cd72e7adc95
8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes
Reviewed-by: mchung
! src/java.base/share/classes/java/lang/reflect/Proxy.java
! src/java.base/share/classes/java/lang/reflect/ProxyGenerator.java
Changeset: 7d53559d
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-06 09:04:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7d53559d2f8f3c27f4d764f081fb031f7660c50b
8319932: [JVMCI] class unloading related tests can fail on libgraal
Reviewed-by: dholmes
! test/hotspot/jtreg/runtime/ClassInitErrors/InitExceptionUnloadTest.java
! test/lib/jdk/test/lib/classloader/ClassUnloadCommon.java
Changeset: fbb422ec
Author: Joshua Cao <joshcao at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-06 09:18:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fbb422ece7ff61bc10ebafe48ecb7f17ea315682
8327201: C2: Uninitialized VLoop::_pre_loop_end after JDK-8324890
Reviewed-by: chagedorn, shade
! src/hotspot/share/opto/vectorization.hpp
Changeset: 992104d4
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-03-06 11:35:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/992104d47785e6ce7c1f41ac8e2fd452022b8834
8327239: Obsolete unused GCLockerEdenExpansionPercent product option
Reviewed-by: gli, ayang
! src/hotspot/share/gc/shared/gc_globals.hpp
! src/hotspot/share/runtime/arguments.cpp
! test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestNewSizeFlags.java
! test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java
Changeset: 2bdd3871
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-03-06 11:50:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2bdd38716c396587a907e0df6fb51ceb6da598ca
8327286: Obsolete unused NUMAPageScanRate product option
Reviewed-by: kbarrett, ayang
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp
Changeset: a7461de2
Author: Jim Laskey <jlaskey at openjdk.org>
Date: 2024-03-06 12:01:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a7461de231da20ed78a7c6ad8275f1bafbfa556c
8325255: jdk.internal.util.ReferencedKeySet::add using wrong test
Reviewed-by: rriggs, liach
! src/java.base/share/classes/jdk/internal/util/ReferencedKeyMap.java
! src/java.base/share/classes/jdk/internal/util/ReferencedKeySet.java
! test/jdk/jdk/internal/util/ReferencedKeyTest.java
Changeset: 326c91e1
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-03-06 12:28:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/326c91e1a28ec70822ef927ee9ab17f79aa6d35c
8327288: Obsolete unused ProcessDistributionStride product option
Reviewed-by: kbarrett, ayang
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/globals.hpp
Changeset: ae5e3fdd
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-06 13:04:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ae5e3fdd5922a232c9b48fc846c4fcdc8f2b2645
8327365: Inline and remove GCStats
Reviewed-by: gli, tschatzl
! src/hotspot/share/gc/parallel/psAdaptiveSizePolicy.cpp
! src/hotspot/share/gc/parallel/psAdaptiveSizePolicy.hpp
! src/hotspot/share/gc/serial/generation.hpp
! src/hotspot/share/gc/serial/tenuredGeneration.cpp
! src/hotspot/share/gc/serial/tenuredGeneration.hpp
- src/hotspot/share/gc/shared/gcStats.cpp
- src/hotspot/share/gc/shared/gcStats.hpp
Changeset: 08b03a32
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-06 14:31:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/08b03a329fd1a7307242a8b1cfeda94f3338e136
8327376: Parallel: Remove unimplemented methods in psParallelCompact.hpp
Reviewed-by: gli, tschatzl
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
Changeset: 9f709407
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-03-06 16:15:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9f7094079b6eb6b60b345955dba358a2d5c90931
8327261: Parsing test for Double/Float succeeds w/o testing all bad cases
Reviewed-by: darcy, gli, joehw, jlu, bpb, lancea
! test/jdk/java/lang/Double/ParseDouble.java
! test/jdk/java/lang/Float/ParseFloat.java
Changeset: e92ecd97
Author: Kuai Wei <wei.kuai at gmail.com>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-03-06 17:02:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e92ecd9703e0a4f71d52a159516785a3eab5195a
8326983: Unused operands reported after JDK-8326135
Reviewed-by: kvn, vlivanov
! src/hotspot/cpu/aarch64/aarch64.ad
! src/hotspot/cpu/arm/arm.ad
! src/hotspot/cpu/arm/arm_32.ad
! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/cpu/riscv/riscv.ad
! src/hotspot/cpu/s390/s390.ad
! src/hotspot/cpu/x86/gc/z/z_x86_64.ad
! src/hotspot/cpu/x86/x86_32.ad
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/share/adlc/archDesc.cpp
Changeset: 4f336085
Author: Chad Rakoczy <chadrako at amazon.com>
Committer: Raffaello Giulietti <rgiulietti at openjdk.org>
Date: 2024-03-06 19:55:29 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4f336085d1098e7fba7b58f0a73c028179a2a13d
8326718: Test java/util/Formatter/Padding.java should timeout on large inputs before fix in JDK-8299677
Reviewed-by: rgiulietti
! test/jdk/java/util/Formatter/Padding.java
Changeset: 13c74535
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-03-06 20:00:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/13c74535dea99133fe71942d1ac4f6df0f742d90
8325880: Require minimum Open XL C/C++ version 17.1.1
Reviewed-by: mdoerr, jwaters, ihse
! doc/building.html
! doc/building.md
! make/autoconf/toolchain.m4
Changeset: 989fc3e6
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-03-06 20:17:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/989fc3e6ea65e530055296ac4bc181cb5c6a41ea
8325878: Require minimum Clang version 13
Reviewed-by: jwaters, ihse
! doc/building.html
! doc/building.md
! make/autoconf/toolchain.m4
Changeset: 3d37b286
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-03-06 22:42:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3d37b28642fd2715ab5c365426409c61939a1436
8327173: HotSpot Style Guide needs update regarding nullptr vs NULL
Reviewed-by: shade, dholmes, kvn
! doc/hotspot-style.html
! doc/hotspot-style.md
Changeset: ddcd6dec
Author: Chris Plummer <cjplummer at openjdk.org>
Date: 2024-03-07 00:01:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ddcd6dece9ef9c8700bc3f8f5dc7a5405fe55a70
8325532: serviceability/dcmd/compiler/PerfMapTest.java leaves created files in the /tmp dir.
Reviewed-by: amenkov, kevinw, lmesnik, sspitsyn
! test/hotspot/jtreg/serviceability/dcmd/compiler/PerfMapTest.java
Changeset: 1bd4abf9
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-03-07 00:52:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1bd4abf98e26d04076f330c0b2e44f666f8c27a1
8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out
Reviewed-by: jlu, rriggs, iris
! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java
Changeset: 40183412
Author: Denghui Dong <ddong at openjdk.org>
Date: 2024-03-07 02:57:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/401834122dc3afb3feb9f7b31fc785de82ba2e58
8327379: Make TimeLinearScan a develop flag
Reviewed-by: gli, kvn
! src/hotspot/share/c1/c1_globals.hpp
Changeset: f54e5983
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-03-07 07:48:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f54e59835492e86b9178b2050901579707f41100
8327172: C2 SuperWord: data node in loop has no input in loop: replace assert with bailout
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/superword.cpp
! src/hotspot/share/opto/vectorization.hpp
+ test/hotspot/jtreg/compiler/loopopts/superword/TestNoInputInLoop.java
Changeset: 12617405
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-03-07 09:13:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1261740521e364cf40ca7ee160fc10c608d9ab71
8327283: RISC-V: Minimal build failed after JDK-8319716
Reviewed-by: fyang, rehn
! src/hotspot/cpu/riscv/stubGenerator_riscv.cpp
Changeset: 53c4714a
Author: Viktor Klang <vklang at openjdk.org>
Date: 2024-03-07 09:44:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/53c4714aab2e072ba18631875dcaa3b2d5d22243
8327501: Common ForkJoinPool prevents class unloading in some cases
Reviewed-by: alanb
! src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java
Changeset: d7273ac8
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-03-07 12:21:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d7273ac8b1ad8bc5d0a17fff5dc941c735fdae24
8320646: RISC-V: C2 VectorCastHF2F
8320647: RISC-V: C2 VectorCastF2HF
Reviewed-by: luhenry, fyang
! src/hotspot/cpu/riscv/assembler_riscv.hpp
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/globals_riscv.hpp
! src/hotspot/cpu/riscv/riscv_v.ad
! src/hotspot/cpu/riscv/vm_version_riscv.hpp
! src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp
! test/hotspot/jtreg/compiler/vectorization/TestFloatConversionsVector.java
+ test/hotspot/jtreg/compiler/vectorization/TestFloatConversionsVectorNaN.java
Changeset: 784f11c3
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-03-07 14:00:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/784f11c35d7f8646c7354c756ac8801a3d685874
8327238: Remove MetadataAllocationFailALot* develop flags
Reviewed-by: gli, ayang
! src/hotspot/share/gc/shared/gcVMOperations.cpp
! src/hotspot/share/gc/shared/gc_globals.hpp
Changeset: 5aae8030
Author: Evgeny Nikitin <enikitin at openjdk.org>
Committer: Leonid Mesnik <lmesnik at openjdk.org>
Date: 2024-03-07 17:12:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5aae80304c0b1b49341777b9da103638183877d5
8327390: JitTester: Implement temporary folder functionality
Reviewed-by: gli, lmesnik
! test/hotspot/jtreg/testlibrary/jittester/Makefile
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java
+ test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TempDir.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java
Changeset: 972e81d1
Author: Leonid Mesnik <lmesnik at openjdk.org>
Date: 2024-03-07 20:09:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/972e81d1adb232b02114a5260d06144eb5b08849
8326611: Clean up vmTestbase/nsk/stress/stack tests
Reviewed-by: coleenp, mseledtsov
! 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: 7c5e6e74
Author: vamsi-parasa <srinivas.vamsi.parasa at intel.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
Date: 2024-03-07 21:44:46 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7c5e6e74c8f559be919cea63ebf7004cda80ae75
8327147: Improve performance of Math ceil, floor, and rint for x86
Reviewed-by: jbhateja, sviswanathan, dlong
! src/hotspot/cpu/x86/assembler_x86.cpp
! src/hotspot/cpu/x86/x86.ad
! test/micro/org/openjdk/bench/java/lang/MathBench.java
Changeset: 8dbd4b39
Author: yibo.yl <yibo.yl at alibaba-inc.com>
Committer: Denghui Dong <ddong at openjdk.org>
Date: 2024-03-08 01:59:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8dbd4b391f7deb1a46a5f07f0bc46f23d6715ddb
8326446: The User and System of jdk.CPULoad on Apple M1 are inaccurate
Reviewed-by: mgronlun, egahlin
! src/hotspot/os/bsd/os_perf_bsd.cpp
Changeset: de428daf
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-03-08 02:58:34 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/de428daf9adef5afe7347319f7a6f6732e9b6c4b
8327426: RISC-V: Move alignment shim into initialize_header() in C1_MacroAssembler::allocate_array
Reviewed-by: fyang
! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.cpp
Changeset: fb4610e6
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-08 08:31:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fb4610e6b7a339d0a95a99d6e113e3ddda291561
8327444: simplify RESTARTABLE macro usage in JDK codebase
Reviewed-by: gli, clanger, alanb, dholmes, bpb
! src/java.base/aix/native/libnio/ch/Pollset.c
! src/java.base/linux/native/libnio/fs/LinuxNativeDispatcher.c
! src/java.base/macosx/native/libnio/fs/BsdFileSystem.c
! src/java.base/share/native/libjava/jni_util.h
! src/java.base/unix/native/libjava/ProcessHandleImpl_unix.c
! src/java.base/unix/native/libjava/TimeZone_md.c
! src/java.base/unix/native/libjava/childproc.c
! src/java.base/unix/native/libjava/childproc.h
! src/java.base/unix/native/libjava/io_util_md.h
+ src/java.base/unix/native/libjava/jni_util_md.h
! src/java.base/unix/native/libnet/SdpSupport.c
! src/java.base/unix/native/libnio/ch/nio_util.h
! src/java.base/unix/native/libnio/fs/UnixFileSystem.c
! src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c
+ src/java.base/windows/native/libjava/jni_util_md.h
! src/jdk.attach/aix/native/libattach/VirtualMachineImpl.c
! src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c
! src/jdk.attach/macosx/native/libattach/VirtualMachineImpl.c
Changeset: bdd1aebe
Author: Prajwal Kumaraswamy <pkumaraswamy at openjdk.org>
Committer: Sean Coffey <coffeys at openjdk.org>
Date: 2024-03-08 09:04:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bdd1aebea379b63ae405827074530ef8e8a7c239
8312383: Log X509ExtendedKeyManager implementation class name in TLS/SSL connection
Reviewed-by: coffeys
! src/java.base/share/classes/sun/security/ssl/X509Authentication.java
Changeset: f9d479fe
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-08 09:38:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f9d479fe1efa603db45a06ac89563dd7520fc522
8327477: Parallel: Remove _data_location and _highest_ref in ParallelCompactData
Reviewed-by: gli, tschatzl
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
Changeset: c65da92a
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-08 09:38:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c65da92a804371b8a00d9b64a8250c9464198936
8327571: Parallel: Remove redundant operation in PSParallelCompact::clear_data_covering_space
Reviewed-by: gli, tschatzl
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
Changeset: d0d4912c
Author: Eirik Bjørsnøs <eirbjo at openjdk.org>
Date: 2024-03-08 09:38:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d0d4912c3bbc06e9a9c5273308d5f4ef7bac1b24
8326096: Deprecate getTotalIn, getTotalOut methods of java.util.zip.Inflater, java.util.zip.Deflater
Co-authored-by: Jaikiran Pai <jpai at openjdk.org>
Reviewed-by: lancea, alanb
! src/java.base/share/classes/java/util/zip/Deflater.java
! src/java.base/share/classes/java/util/zip/Inflater.java
Changeset: 27a03e0d
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2024-03-08 11:21:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/27a03e0dc3e08094aebc3524f68617f7e7fb5c5d
8327218: Add an ability to specify modules which should have native access enabled
Co-authored-by: Maurizio Cimadamore <mcimadamore at openjdk.org>
Reviewed-by: mcimadamore, erikj, alanb, ihse
! make/conf/module-loader-map.conf
! make/jdk/src/classes/build/tools/module/GenModuleLoaderMap.java
! make/modules/java.base/gensrc/GensrcModuleLoaderMap.gmk
! src/java.base/share/classes/java/lang/Module.java
! src/java.base/share/classes/java/lang/ModuleLayer.java
! src/java.base/share/classes/java/lang/System.java
! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java
! src/java.base/share/classes/jdk/internal/module/ModuleBootstrap.java
! src/java.base/share/classes/jdk/internal/module/ModuleLoaderMap.java
Changeset: 997e615c
Author: Joachim Kern <jkern at openjdk.org>
Committer: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-08 13:23:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/997e615c69f4445d92e164b814ea3358659e93dc
8322943: runtime/CompressedOops/CompressedClassPointers.java fails on AIX
Reviewed-by: gli, stuefe
! src/hotspot/share/memory/virtualspace.cpp
! src/hotspot/share/runtime/os.cpp
! test/hotspot/gtest/runtime/test_os_reserve_between.cpp
! test/hotspot/jtreg/ProblemList.txt
Changeset: 1877a487
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-03-08 13:27:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1877a4879598356b777742fe80bdd5fa77ca8e8d
8308745: ObjArrayKlass::allocate_objArray_klass may call into java while holding a lock
Reviewed-by: dlong, dholmes, fparain
! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/memory/metaspace.cpp
! src/hotspot/share/oops/arrayKlass.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/objArrayKlass.cpp
! src/hotspot/share/prims/jvmtiExport.cpp
! src/hotspot/share/prims/jvmtiGetLoadedClasses.cpp
! src/hotspot/share/runtime/mutex.cpp
! src/hotspot/share/runtime/mutex.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp
Changeset: 06f7bb5a
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-08 13:42:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/06f7bb5a322622b299184a5704f40417c5bf9216
8327677: Parallel: Remove unused ParallelCompactData::clear
Reviewed-by: tschatzl
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
Changeset: 585a9584
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-08 14:21:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/585a95844144da53bc43f5b6383e7c907bff7047
8327675: jspawnhelper should be built on all unix platforms
Reviewed-by: shade, stuefe, erikj
! make/modules/java.base/Launcher.gmk
Changeset: c4845f01
Author: Sean Mullan <mullan at openjdk.org>
Date: 2024-03-08 15:20:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c4845f01d236a006f3aefb7fa2e1a564673b7ff3
8317431: Implement simpler Comparator when building certification paths
Reviewed-by: kdriver, weijun
! src/java.base/share/classes/javax/security/auth/x500/X500Principal.java
+ src/java.base/share/classes/jdk/internal/access/JavaxSecurityAccess.java
! src/java.base/share/classes/jdk/internal/access/SharedSecrets.java
! src/java.base/share/classes/sun/security/provider/certpath/Builder.java
! src/java.base/share/classes/sun/security/provider/certpath/ForwardBuilder.java
! src/java.base/share/classes/sun/security/x509/X500Name.java
! test/jdk/java/security/testlibrary/CertificateBuilder.java
+ test/jdk/sun/security/provider/certpath/PKIXCertComparator/Order.java
Changeset: 6efdaf8d
Author: Justin Lu <jlu at openjdk.org>
Date: 2024-03-08 18:09:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6efdaf8ddf2940bcd5f96e114fe05b951ace313b
8326908: DecimalFormat::toPattern throws OutOfMemoryError when pattern is empty string
Reviewed-by: naoto
! src/java.base/share/classes/java/text/DecimalFormat.java
! test/jdk/java/text/Format/DecimalFormat/ToLocalizedPatternTest.java
+ test/jdk/java/text/Format/DecimalFormat/ToPatternTest.java
Changeset: 87b40c6a
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-03-08 18:38:39 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/87b40c6ad2b0fa972fa6c5699a52045e82e0c7ef
8327167: Clarify the handling of Leap year by Calendar
Reviewed-by: bpb, joehw, lancea, jlu, iris, rriggs
! src/java.base/share/classes/java/util/Calendar.java
Changeset: 33aa4b26
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-03-08 19:46:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/33aa4b26b190927241a81fd1cba6fe262a5b1da0
8256314: JVM TI GetCurrentContendedMonitor is implemented incorrectly
Reviewed-by: dholmes, lmesnik
! src/hotspot/share/prims/jvmtiEnv.cpp
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvBase.hpp
! src/java.se/share/data/jdwp/jdwp.spec
! src/jdk.jdi/share/classes/com/sun/jdi/ThreadReference.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004a.java
! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/CurrentContendedMonitor/curcontmonitor001a.java
Changeset: a6dc4bc2
Author: Hannes Wallnöfer <hannesw at openjdk.org>
Date: 2024-03-08 20:59:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a6dc4bc2b83c7240e573ac43f9b7a10191c58ed3
8326332: Unclosed inline tags cause misalignment in summary tables
Reviewed-by: gli, jjg
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
! test/langtools/jdk/javadoc/doclet/testBreakIterator/TestBreakIterator.java
! test/langtools/jdk/javadoc/doclet/testBreakIterator/pkg/BreakIteratorTest.java
Changeset: 26274709
Author: Elif Aslan <elifasln at amazon.com>
Committer: Evgeny Astigeevich <eastigeevich at openjdk.org>
Date: 2024-03-08 22:09:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/262747094670b00ac63463a059074afa9b81d8a4
8325567: jspawnhelper without args fails with segfault
Co-authored-by: Vladimir Petko <vpetko at openjdk.org>
Reviewed-by: eastigeevich, rriggs, shade, vpetko
! src/java.base/unix/native/jspawnhelper/jspawnhelper.c
+ test/jdk/java/lang/ProcessBuilder/JspawnhelperWarnings.java
Changeset: 53628f2e
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-09 01:20:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/53628f2ea9c2fb60fbdd0a03216e97e00b15fcb6
8327492: Remove applet usage and update DisposeInActionEventTest.html
Reviewed-by: dnguyen, tr, abhiscxk, honkar, aivanov
- test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.html
! test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.java
! test/jdk/java/awt/TrayIcon/ShowAfterDisposeTest/ShowAfterDisposeTest.java
Changeset: 761ed250
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-03-09 03:48:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/761ed250ec4b0d92d091a0c316b6d5028986a019
8327138: Clean up status management in cdsConfig.hpp and CDS.java
Reviewed-by: ccheung, matsaave
! src/hotspot/share/cds/archiveHeapLoader.cpp
! src/hotspot/share/cds/cdsConfig.cpp
! src/hotspot/share/cds/cdsConfig.hpp
! src/hotspot/share/cds/cdsProtectionDomain.cpp
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/cds/heapShared.cpp
! src/hotspot/share/cds/metaspaceShared.cpp
! src/hotspot/share/cds/metaspaceShared.hpp
! src/hotspot/share/classfile/classLoaderDataShared.cpp
! src/hotspot/share/classfile/modules.cpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/include/jvm.h
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/prims/jvm.cpp
! src/java.base/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java
! src/java.base/share/classes/java/lang/invoke/LambdaProxyClassArchive.java
! src/java.base/share/classes/java/lang/invoke/MethodHandleStatics.java
! src/java.base/share/classes/jdk/internal/misc/CDS.java
! src/java.base/share/native/libjava/CDS.c
Changeset: 2d4c757e
Author: Jatin Bhateja <jbhateja at openjdk.org>
Date: 2024-03-09 07:12:34 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2d4c757e2e03b753135d564e9f2761052fdcb189
8327041: Incorrect lane size references in avx512 instructions.
Reviewed-by: sviswanathan
! src/hotspot/cpu/x86/assembler_x86.cpp
Changeset: 243cb098
Author: Andrew John Hughes <andrew at openjdk.org>
Date: 2024-03-09 13:30:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/243cb098d48741e9bd6308ef7609c9a4637a5e07
8327389: Remove use of HOTSPOT_BUILD_USER
Reviewed-by: erikj, ihse
! make/hotspot/lib/CompileJvm.gmk
! make/ide/eclipse/CreateWorkspace.gmk
! make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/BuildConfig.java
! make/ide/visualstudio/hotspot/src/classes/build/tools/projectcreator/ProjectCreator.java
! src/hotspot/share/runtime/abstract_vm_version.cpp
Changeset: d451f818
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-03-10 13:48:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d451f818cf8e7cf2f619a5832c7fe5e5ed968c6a
8326381: com.sun.net.httpserver.HttpsParameters and SSLStreams incorrectly handle needClientAuth and wantClientAuth
Reviewed-by: djelinski
! src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpsParameters.java
! src/jdk.httpserver/share/classes/sun/net/httpserver/SSLStreams.java
+ test/jdk/com/sun/net/httpserver/HttpsParametersClientAuthTest.java
Changeset: ca5ca85d
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-03-11 07:12:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ca5ca85d2408abfcb8a37f16476dba13c3b474d0
8325651: C2 SuperWord: refactor the dependency graph
Reviewed-by: chagedorn, vlivanov
! src/hotspot/share/opto/superword.cpp
! src/hotspot/share/opto/superword.hpp
! src/hotspot/share/opto/traceAutoVectorizationTag.hpp
! src/hotspot/share/opto/vectorization.cpp
! src/hotspot/share/opto/vectorization.hpp
Changeset: f2b5ffdb
Author: Daniel Jeliński <djelinski at openjdk.org>
Date: 2024-03-11 07:29:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f2b5ffdb8ea3c766f14bab1dfd7c3865cffa2ce8
8326578: Clean up networking properties documentation
Reviewed-by: jwaters, dfuchs, michaelm
! src/java.base/share/classes/java/net/doc-files/net-properties.html
Changeset: 63dd6d1a
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-11 09:41:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/63dd6d1ac5b367e9c475779349581506d5c81d16
8327387: G1: Refactor region liveness processing after completion of concurrent marking
Reviewed-by: gli, tschatzl
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.hpp
Changeset: 570ad672
Author: Viktor Klang <vklang at openjdk.org>
Date: 2024-03-11 12:05:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/570ad67204a55dd4b45e04e5a91671fed2cc18d0
8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out
Reviewed-by: jpai
! test/jdk/java/util/concurrent/ConcurrentHashMap/ToArray.java
Changeset: 680ac2ce
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-03-11 12:13:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/680ac2cebecf93e5924a441a5de6918cd7adf118
8327689: RISC-V: adjust test filters of zfh extension
Reviewed-by: fyang, gli
! test/hotspot/jtreg/compiler/intrinsics/float16/Binary16Conversion.java
! test/hotspot/jtreg/compiler/intrinsics/float16/Binary16ConversionNaN.java
! test/hotspot/jtreg/compiler/intrinsics/float16/TestAllFloat16ToFloat.java
! test/hotspot/jtreg/compiler/intrinsics/float16/TestConstFloat16ToFloat.java
Changeset: ffd43c92
Author: Hai-May Chao <hchao at openjdk.org>
Date: 2024-03-11 16:33:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ffd43c922e3b8b75a00e494d5484b6a487dd5c90
8327461: KeyStore getEntry is not thread-safe
Reviewed-by: djelinski, weijun
! src/java.base/share/classes/sun/security/pkcs12/PKCS12KeyStore.java
+ test/jdk/sun/security/pkcs12/GetSetEntryTest.java
Changeset: d74b907d
Author: Matias Saavedra Silva <matsaave at openjdk.org>
Date: 2024-03-11 16:34:46 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d74b907d206073243437771486c1d62240de3d81
8327093: Add truncate function to BitMap API
Reviewed-by: aboldtch, iklam
! src/hotspot/share/utilities/bitMap.cpp
! src/hotspot/share/utilities/bitMap.hpp
! test/hotspot/gtest/utilities/test_bitMap.cpp
Changeset: 18de9321
Author: vamsi-parasa <srinivas.vamsi.parasa at intel.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
Date: 2024-03-11 16:42:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/18de9321ce8722f244594b1ed3b62cd1421a7994
8325991: Accelerate Poly1305 on x86_64 using AVX2 instructions
Reviewed-by: sviswanathan, jbhateja
! 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
! src/hotspot/cpu/x86/stubGenerator_x86_64.hpp
! src/hotspot/cpu/x86/stubGenerator_x86_64_poly.cpp
! src/hotspot/cpu/x86/vm_version_x86.cpp
! src/hotspot/cpu/x86/vm_version_x86.hpp
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/amd64/AMD64.java
! test/lib-test/jdk/test/whitebox/CPUInfoTest.java
Changeset: b9bc31f7
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-11 17:05:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b9bc31f7206bfde3d27be01adec9a658e086b86e
8327790: Improve javadoc for ResolvedJavaType.hasFinalizableSubclass
Reviewed-by: gdub, never
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/meta/ResolvedJavaType.java
Changeset: c65d3089
Author: Erik Gahlin <egahlin at openjdk.org>
Date: 2024-03-11 17:06:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c65d308973f1e2c41b6910fd844223597e70972f
8327812: JFR: Remove debug message in Function.Maximum
Reviewed-by: gli, mgronlun
! src/jdk.jfr/share/classes/jdk/jfr/internal/query/Function.java
Changeset: 0a6e64e2
Author: Chris Plummer <cjplummer at openjdk.org>
Date: 2024-03-11 18:10:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0a6e64e2f50cb5eb969dbd0807ad3edc1c353923
8327424: ProblemList serviceability/sa/TestJmapCore.java on all platforms with ZGC
Reviewed-by: gli, kevinw
! test/hotspot/jtreg/ProblemList-zgc.txt
Changeset: 41450e94
Author: Calvin Cheung <ccheung at openjdk.org>
Date: 2024-03-11 20:49:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/41450e94059bbdf9ee798a1fc78ef14602319567
8314250: CDS dump error message: Invoker type parameter must start and end with Object: L3I_L
Reviewed-by: iklam, matsaave
! src/java.base/share/classes/java/lang/invoke/GenerateJLIClassesHelper.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/CDSMHTest_generate.sh
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesAsCollectorTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesCastFailureTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesGeneralTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesInvokersTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesPermuteArgumentsTest.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/methodHandles/MethodHandlesSpreadArgumentsTest.java
! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/CDSMHTest_generate.sh
! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesAsCollectorTest.java
! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesCastFailureTest.java
! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesGeneralTest.java
! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesInvokersTest.java
! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesPermuteArgumentsTest.java
! test/hotspot/jtreg/runtime/cds/appcds/methodHandles/MethodHandlesSpreadArgumentsTest.java
Changeset: 586396cb
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-03-11 21:23:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/586396cbb55a318fd6a2b4f1d8738258c6f8deff
8327705: Remove mention of "applet" from java.text package description
Reviewed-by: bpb, rriggs, iris, jlu, gli, alanb
! src/java.base/share/classes/java/text/package-info.java
Changeset: 4d6235ed
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-03-12 01:29:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4d6235ed111178d31814763b0d23e372db2b3e1b
8327716: RISC-V: Change type of vector_length param of several assembler functions from int to uint
Reviewed-by: fyang
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/riscv_v.ad
Changeset: e21da4ca
Author: SendaoYan <syan at openjdk.org>
Committer: Jie Fu <jiefu at openjdk.org>
Date: 2024-03-12 01:38:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e21da4caacb464827270d20b8fc62a50a1706316
8327486: java/util/Properties/PropertiesStoreTest.java fails "Text 'xxx' could not be parsed at index 20" after 8174269
Reviewed-by: naoto
! test/jdk/java/util/Properties/PropertiesStoreTest.java
Changeset: 251347bd
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-03-12 07:27:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/251347bd7e589b51354a2318bfac0c71cd71bf5f
8326139: C2 SuperWord: split packs (match use/def packs, implemented, mutual independence)
Reviewed-by: kvn, vlivanov, chagedorn
! src/hotspot/share/opto/superword.cpp
! src/hotspot/share/opto/superword.hpp
! test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java
+ test/hotspot/jtreg/compiler/loopopts/superword/TestSplitPacks.java
! test/hotspot/jtreg/compiler/vectorization/runner/LoopArrayIndexComputeTest.java
Changeset: 9f7aff4e
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-12 08:08:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9f7aff4e4c1cc2de996630668b7e89ddd3aabd7d
8327788: G1: Improve concurrent reference processing documentation
Reviewed-by: kbarrett, gli
! src/hotspot/share/gc/shared/referenceProcessor.cpp
Changeset: 139681a7
Author: Maxim Kartashev <mkartashev at openjdk.org>
Committer: Alexey Ushakov <avu at openjdk.org>
Date: 2024-03-12 08:15:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/139681a7eb7a0a1207f66e72095766983e7b717b
8326497: Window.toFront() fails for iconified windows on Linux
Reviewed-by: tr, prr
! src/java.desktop/unix/classes/sun/awt/X11/XFramePeer.java
! src/java.desktop/windows/classes/sun/awt/windows/WFramePeer.java
+ test/jdk/java/awt/Frame/Iconify/IconifiedToFront.java
Changeset: b92440f9
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-03-12 08:55:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b92440f9b1f41643bf9649ca192e405a9d6c026a
8247972: incorrect implementation of JVM TI GetObjectMonitorUsage
Reviewed-by: dcubed, lmesnik
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/runtime/threads.cpp
! src/hotspot/share/runtime/threads.hpp
! src/java.se/share/data/jdwp/jdwp.spec
! src/jdk.jdwp.agent/share/native/libjdwp/ObjectReferenceImpl.c
! test/hotspot/jtreg/TEST.quick-groups
+ test/hotspot/jtreg/serviceability/jvmti/ObjectMonitorUsage/ObjectMonitorUsage.java
+ test/hotspot/jtreg/serviceability/jvmti/ObjectMonitorUsage/libObjectMonitorUsage.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage001/objmonusage001.cpp
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/TestDescription.java
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/libobjmonusage003.cpp
- test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage003/objmonusage003.cpp
Changeset: 013aff87
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-12 09:52:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/013aff87ce7ece5cd4676aa452557ea3f222cede
8326606: Test javax/swing/text/BoxView/6494356/bug6494356.java performs a synchronization on a value based class
Reviewed-by: tr, aivanov
+ test/jdk/javax/swing/text/BoxView/bug6494356.java
Changeset: 1f43fa0f
Author: Dmitry Markov <dmarkov at openjdk.org>
Date: 2024-03-12 10:09:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1f43fa0f8b0f956b41015e0ebc257e15a11ad99b
8326661: sun/java2d/cmm/ColorConvertOp/ColConvTest.java assumes profiles were generated by LCMS
Reviewed-by: aivanov, serb
! test/jdk/sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java
Changeset: 78beb031
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-12 10:45:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/78beb031c75d2435c3543a0edc2335b92e115858
8327750: Convert javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java applet test to main
Reviewed-by: aivanov
- test/jdk/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.html
! test/jdk/javax/swing/JFileChooser/FileFilterDescription/FileFilterDescription.java
Changeset: 5056902e
Author: Roman Kennke <rkennke at openjdk.org>
Date: 2024-03-12 12:07:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5056902e767d7f8485f9ff54f26df725f437fb0b
8327361: Update some comments after JDK-8139457
Reviewed-by: galder, shade
! src/hotspot/cpu/aarch64/c1_MacroAssembler_aarch64.hpp
! src/hotspot/cpu/riscv/c1_MacroAssembler_riscv.hpp
! src/hotspot/cpu/x86/c1_MacroAssembler_x86.hpp
Changeset: 2cf35246
Author: Chen Liang <liach at openjdk.org>
Committer: Pavel Rappo <prappo at openjdk.org>
Date: 2024-03-12 12:12:39 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2cf35246e6041e3c721efc24441545deb7a671a8
8325433: Type annotations on primitive types are not linked
Reviewed-by: gli, prappo
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlLinkFactory.java
! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java
! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/Fields.java
! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/MethodReturnType.java
! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/Parameters.java
Changeset: cfd9209e
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-12 12:22:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cfd9209e03176bd8e02acd74b51a16f3113fbd21
8327751: Convert javax/swing/JInternalFrame/6726866/bug6726866.java applet test to main
Reviewed-by: aivanov
- test/jdk/javax/swing/JInternalFrame/6726866/bug6726866.html
! test/jdk/javax/swing/JInternalFrame/6726866/bug6726866.java
Changeset: 0776fff0
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-03-12 13:23:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0776fff0e321c3f541354404b3ec0aa1992923a0
8327794: RISC-V: enable extension features based on impid (Rivos specific change)
Reviewed-by: rehn, luhenry, gli, tonyp
! src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp
Changeset: 782206bc
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-12 15:16:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/782206bc97dc6ae953b0c3ce01f8b6edab4ad30b
8327748: Convert javax/swing/JFileChooser/6798062/bug6798062.java applet test to main
Reviewed-by: aivanov
- test/jdk/javax/swing/JFileChooser/6798062/bug6798062.html
! test/jdk/javax/swing/JFileChooser/6798062/bug6798062.java
Changeset: 379ad1fb
Author: Korov <korov9 at 163.com>
Committer: Daniel Fuchs <dfuchs at openjdk.org>
Date: 2024-03-12 15:55:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/379ad1fbb4432c044912139e3d4e897988a341fa
8312444: Delete unused parameters and variables in SocketPermission
Reviewed-by: gli, aturbanov, dfuchs
! src/java.base/share/classes/java/net/SocketPermission.java
Changeset: 201042fd
Author: Joe Darcy <darcy at openjdk.org>
Date: 2024-03-12 16:46:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/201042fd96c73b9026c063122d5580fc4ed9c22c
8327487: Further augment WorstCaseTests with more cases
Reviewed-by: rgiulietti
! test/jdk/java/lang/Math/WorstCaseTests.java
Changeset: 8a3bdd5c
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-12 17:12:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8a3bdd5c4dc1849f5cfbdf65cc35823ff551c0b5
8327995: Remove unused Unused_Variable
Reviewed-by: kbarrett
! src/hotspot/share/utilities/globalDefinitions.hpp
Changeset: 313e814b
Author: Suchismith Roy <sroy at openjdk.org>
Committer: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-03-12 17:19:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/313e814bc924c53f03052dde2ac33e74f28a82ca
8324682: Remove redefinition of NULL for XLC compiler
Reviewed-by: kbarrett, mbaesken
! src/hotspot/share/utilities/globalDefinitions.cpp
! src/hotspot/share/utilities/globalDefinitions_xlc.hpp
Changeset: 5b414662
Author: Eirik Bjørsnøs <eirbjo at openjdk.org>
Date: 2024-03-12 17:37:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5b4146627580834bcd3ad0962d07d0d374fe3cce
8327729: Remove deprecated xxxObject methods from jdk.internal.misc.Unsafe
Reviewed-by: martin, alanb, mchung
! src/java.base/share/classes/java/io/BufferedInputStream.java
! src/java.base/share/classes/jdk/internal/misc/Unsafe.java
! test/hotspot/jtreg/compiler/stable/TestUnstableStable.java
! test/hotspot/jtreg/gc/shenandoah/compiler/TestUnsafeLoadStoreMergedHeapStableTests.java
Changeset: b9c3dc3b
Author: Eirik Bjørsnøs <eirbjo at openjdk.org>
Date: 2024-03-12 17:38:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b9c3dc3b47459890f4abdea2f3367662d3467289
8327738: Remove unused internal method sun.n.w.p.h.HttpURLConnection.setDefaultAuthenticator
Reviewed-by: djelinski, dfuchs
- src/java.base/share/classes/sun/net/www/protocol/http/HttpAuthenticator.java
! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
Changeset: 94b4ed57
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2024-03-12 18:06:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/94b4ed5766381fdb922f9aaba02201a7fb735cb3
8327096: (fc) java/nio/channels/FileChannel/Size.java fails on partition incapable of creating large files
Reviewed-by: djelinski
! test/jdk/java/nio/channels/FileChannel/Size.java
Changeset: 30249c4c
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-12 18:23:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/30249c4cca51dccd24d5f8f58c7a34c27948a295
8327838: Convert java/awt/FileDialog/MultipleMode/MultipleMode.html applet test to main
Reviewed-by: aivanov, tr
+ test/jdk/java/awt/FileDialog/MultipleMode.java
- test/jdk/java/awt/FileDialog/MultipleMode/MultipleMode.html
- test/jdk/java/awt/FileDialog/MultipleMode/MultipleMode.java
Changeset: 7283c8b0
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-12 18:24:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7283c8b075aa289dbb9cb80f6937b3349c8d4769
8327972: Convert java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.html applet test to main
Reviewed-by: aivanov, prr
+ test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest.java
- test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.html
- test/jdk/java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.java
Changeset: 22f10e04
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-12 18:27:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/22f10e045b3decdb51a3cc7644c47f911aec753d
8327856: Convert applet test SpanishDiacriticsTest.java to a main program
Reviewed-by: dmarkov, aivanov
+ test/jdk/java/awt/InputMethods/SpanishDiacriticsTest.java
- test/jdk/java/awt/InputMethods/SpanishDiacriticsTest/SpanishDiacriticsTest.html
- test/jdk/java/awt/InputMethods/SpanishDiacriticsTest/SpanishDiacriticsTest.java
Changeset: 966a42f9
Author: Chris Plummer <cjplummer at openjdk.org>
Date: 2024-03-12 20:54:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/966a42f9b39840ab9eab6dc3cdc6fdd69abf9873
8324868: debug agent does not properly handle interrupts of a virtual thread
Reviewed-by: sspitsyn, amenkov
! src/jdk.jdwp.agent/share/native/libjdwp/threadControl.c
! test/jdk/ProblemList-Xcomp.txt
! test/jdk/com/sun/jdi/InterruptHangTest.java
Changeset: d5b95a0e
Author: Justin Lu <jlu at openjdk.org>
Date: 2024-03-12 21:10:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d5b95a0ed38b10ed9f51d20255e06eb38fdd8b82
8327631: Update IANA Language Subtag Registry to Version 2024-03-07
Reviewed-by: naoto, iris
! src/java.base/share/data/lsrdata/language-subtag-registry.txt
! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java
Changeset: f3d0c45c
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-12 22:40:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f3d0c45cbb29dbaba7b9b7360b0152d901e68f68
8327829: [JVMCI] runtime/ClassUnload/ConstantPoolDependsTest.java fails on libgraal
Reviewed-by: dholmes, never
! test/hotspot/jtreg/runtime/ClassUnload/ConstantPoolDependsTest.java
Changeset: 5d4bfad1
Author: Denghui Dong <ddong at openjdk.org>
Date: 2024-03-13 00:00:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5d4bfad12b650b9f7c512a071830c58b8f1d020b
8327693: C1: LIRGenerator::_instruction_for_operand is only read by assertion code
Reviewed-by: gli, chagedorn
! src/hotspot/share/c1/c1_LIRGenerator.cpp
! src/hotspot/share/c1/c1_LIRGenerator.hpp
Changeset: 3b18c5dc
Author: Christian Stein <cstein at openjdk.org>
Date: 2024-03-13 06:44:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3b18c5dc5d5885fe5ebaabd9cd74f033a584e4ae
8323605: Java source launcher should not require `--source ...` to enable preview
Reviewed-by: mcimadamore, dholmes
! src/java.base/share/man/java.1
! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/RelevantJavacOptions.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/launcher.properties
! test/langtools/tools/javac/launcher/BasicSourceLauncherTests.java
! test/langtools/tools/javac/launcher/SourceLauncherTest.java
Changeset: cc9a8aba
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-13 08:09:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cc9a8aba67f4e240c8de2d1ae15d1b80bfa446a0
8327460: Compile tests with the same visibility rules as product code
Reviewed-by: erikj, jvernee, dholmes, alanb
! make/common/TestFilesCompilation.gmk
! make/test/JtregNativeJdk.gmk
! src/jdk.jpackage/macosx/native/applauncher/MacLauncher.cpp
! test/hotspot/jtreg/gc/shenandoah/compiler/libLinkToNativeRBP.c
! test/hotspot/jtreg/runtime/ErrorHandling/TestDwarf.java
! test/hotspot/jtreg/runtime/ErrorHandling/libTestDwarfHelper.h
! test/jdk/java/foreign/CallGeneratorHelper.java
! test/jdk/java/foreign/arraystructs/libArrayStructs.c
! test/jdk/java/foreign/capturecallstate/libCaptureCallState.c
! test/jdk/java/foreign/critical/libCritical.c
! test/jdk/java/foreign/dontrelease/libDontRelease.c
! test/jdk/java/foreign/libAddressDereference.c
! test/jdk/java/foreign/libIntrinsics.c
! test/jdk/java/foreign/libLibraryLookup.c
! test/jdk/java/foreign/libLookupTest.c
! test/jdk/java/foreign/libNull.c
! test/jdk/java/foreign/libSafeAccess.c
! test/jdk/java/foreign/libTestUpcallHighArity.c
! test/jdk/java/foreign/libTestUpcallStructScope.c
! test/jdk/java/foreign/loaderLookup/lookup/libFoo.c
! test/jdk/java/foreign/nested/libNested.c
! test/jdk/java/foreign/normalize/libNormalize.c
! test/jdk/java/foreign/passheapsegment/libPassHeapSegment.c
! test/jdk/java/foreign/shared.h
! test/jdk/java/foreign/stackwalk/libAsyncStackWalk.cpp
! test/jdk/java/foreign/stackwalk/libReentrantUpcalls.c
! test/jdk/java/foreign/stackwalk/libStackWalk.c
! test/jdk/java/foreign/upcalldeopt/libUpcallDeopt.c
! test/jdk/java/foreign/virtual/libVirtual.c
! test/jdk/java/lang/Thread/jni/AttachCurrentThread/libImplicitAttach.c
! test/jdk/tools/launcher/exeJliLaunchTest.c
! test/lib/jdk/test/lib/thread/libVThreadPinner.c
+ test/lib/native/export.h
! test/micro/org/openjdk/bench/java/lang/foreign/libCallOverhead.c
! test/micro/org/openjdk/bench/java/lang/foreign/libCriticalCalls.c
! test/micro/org/openjdk/bench/java/lang/foreign/libPtr.c
! test/micro/org/openjdk/bench/java/lang/foreign/libQSort.c
! test/micro/org/openjdk/bench/java/lang/foreign/libUpcalls.c
! test/micro/org/openjdk/bench/java/lang/foreign/points/support/libPoint.c
Changeset: 07acc0bb
Author: Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
Date: 2024-03-13 08:14:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/07acc0bbad2cd5b37013d17785ca466429966a0d
8326385: [aarch64] C2: lightweight locking nodes kill the box register without specifying this effect
Reviewed-by: aboldtch, dlong
! src/hotspot/cpu/aarch64/aarch64.ad
Changeset: 107cb536
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-13 08:42:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/107cb536e75509ad63b245d20772eb2c3f73d595
8327701: Remove the xlc toolchain
Reviewed-by: jwaters, erikj
! doc/building.html
! doc/building.md
! make/autoconf/build-performance.m4
! make/autoconf/flags-cflags.m4
! make/autoconf/flags-ldflags.m4
! make/autoconf/flags.m4
! make/autoconf/spec.gmk.template
! make/autoconf/toolchain.m4
! make/common/modules/LauncherCommon.gmk
! make/common/modules/LibCommon.gmk
! make/common/native/Link.gmk
! make/common/native/Paths.gmk
! make/hotspot/lib/CompileJvm.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/share/utilities/debug.hpp
! src/hotspot/share/utilities/globalDefinitions_xlc.hpp
Changeset: 0ae4fa71
Author: Joachim Kern <jkern at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-03-13 10:12:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0ae4fa71e425316a695cfd7e14835effd0cf23b9
8327210: AIX: Delete obsolete parameter Use64KPagesThreshold
Reviewed-by: gli, stuefe, mdoerr
! src/hotspot/os/aix/globals_aix.hpp
! src/hotspot/os/aix/os_aix.cpp
! test/hotspot/gtest/runtime/test_os.cpp
Changeset: 49d80089
Author: Ivan Walulya <iwalulya at openjdk.org>
Date: 2024-03-13 10:15:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/49d8008947534898e2ba36e2d81d87d6ae4b4c02
8327452: G1: Improve scalability of Merge Log Buffers
Reviewed-by: kbarrett, tschatzl
! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
Changeset: da4dd7c0
Author: Daniel Fuchs <dfuchs at openjdk.org>
Date: 2024-03-13 11:22:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/da4dd7c008da4be54ee5f58d1ac19f440fd2a74e
8327989: java/net/httpclient/ManyRequest.java should not use "localhost" in URIs
Reviewed-by: jpai, djelinski, gli
! test/jdk/java/net/httpclient/ManyRequests.java
Changeset: a4a51963
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-13 11:40:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a4a5196351a3c8ce45e2e36d27842194cbfcc5ff
8327872: Convert javax/swing/JToolTip/4644444/bug4644444.java applet test to main
Reviewed-by: prr, tr
- test/jdk/javax/swing/JToolTip/4644444/bug4644444.html
- test/jdk/javax/swing/JToolTip/4644444/bug4644444.java
+ test/jdk/javax/swing/JToolTip/bug4644444.java
Changeset: 7d8561d5
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2024-03-13 13:58:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7d8561d56bf064e388417530b9b71755e4ac3f76
8327109: Refactor data graph cloning used in create_new_if_for_predicate() into separate class
Reviewed-by: epeter, thartmann
! src/hotspot/share/opto/loopPredicate.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/node.hpp
! src/hotspot/share/opto/replacednodes.cpp
Changeset: 7e05a703
Author: Matias Saavedra Silva <matsaave at openjdk.org>
Date: 2024-03-13 14:00:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7e05a70301796288cb3bcc6be8fb619b6ce600bc
8251330: Reorder CDS archived heap to speed up relocation
Reviewed-by: iklam, ccheung
! src/hotspot/share/cds/archiveHeapLoader.cpp
! src/hotspot/share/cds/archiveHeapWriter.cpp
! src/hotspot/share/cds/archiveHeapWriter.hpp
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/cds/filemap.hpp
! src/hotspot/share/cds/heapShared.cpp
! src/hotspot/share/cds/heapShared.hpp
! src/hotspot/share/cds/metaspaceShared.cpp
! src/hotspot/share/cds/metaspaceShared.hpp
Changeset: 4d644674
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-13 14:17:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4d644674442e491b477bdbb5469a58aa9151d573
8328079: JDK-8326583 broke ccache compilation
Reviewed-by: erikj, jwaters
! make/common/NativeCompilation.gmk
Changeset: 03532450
Author: Hannes Wallnöfer <hannesw at openjdk.org>
Date: 2024-03-13 15:13:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/035324503f5e04b53d99573a664fd1367b7ccf30
8325874: Improve checkbox-based interface in summary pages
Reviewed-by: prappo
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DeprecatedListWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/NewAPIListWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PreviewListWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SummaryListWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Table.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
! test/langtools/jdk/javadoc/doclet/testNewApiList/TestNewApiList.java
! test/langtools/jdk/javadoc/doclet/testPreview/TestPreview.java
Changeset: 0db62311
Author: Fredrik Bredberg <fbredberg at openjdk.org>
Committer: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-03-13 15:15:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0db62311980cd045e5a9e2c030b653aacf104825
8314508: Improve how relativized pointers are printed by frame::describe
Reviewed-by: coleenp, pchilanomate
! src/hotspot/share/runtime/frame.cpp
Changeset: be344e44
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-03-13 15:31:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/be344e442b26c6c4c9cc66a0074e6e42379e1155
8327475: Add analysis code for JDK-8327169
Reviewed-by: mbaesken
! src/hotspot/share/nmt/memMapPrinter.cpp
Changeset: 35b00e64
Author: Chen Liang <liach at openjdk.org>
Committer: Pavel Rappo <prappo at openjdk.org>
Date: 2024-03-13 16:45:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/35b00e640b7b3f29796433aee86838ae46167419
8327824: Type annotation placed on incorrect array nesting levels
Reviewed-by: prappo
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlLinkFactory.java
! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java
+ test/langtools/jdk/javadoc/doclet/testTypeAnnotations/typeannos/DeepArrays.java
Changeset: 5cae7d20
Author: Matias Saavedra Silva <matsaave at openjdk.org>
Date: 2024-03-13 16:54:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5cae7d20adf9828e05d3cd2823c6b95ee1ab6db4
8321299: runtime/logging/ClassLoadUnloadTest.java doesn't reliably trigger class unloading
Reviewed-by: coleenp, dholmes
! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java
Changeset: eb45d5bd
Author: vamsi-parasa <srinivas.vamsi.parasa at intel.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
Date: 2024-03-13 18:34:34 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/eb45d5bd644771887fc31a7abc2851c7dd37b3f4
8327999: Remove copy of unused registers for cpu features check in x86_64 AVX2 Poly1305 implementation
Reviewed-by: jbhateja, sviswanathan
! src/hotspot/cpu/x86/vm_version_x86.cpp
Changeset: 8f9899b2
Author: Daniel Jeliński <djelinski at openjdk.org>
Date: 2024-03-13 19:09:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8f9899b23ee46ad986bc719d3e2eec722d8d6bf8
8325164: Named groups and signature schemes unavailable with SunPKCS11 in FIPS mode
Reviewed-by: valeriep
! src/java.base/share/classes/sun/security/ec/ECKeyPairGenerator.java
! src/java.base/share/classes/sun/security/util/ECUtil.java
! src/java.base/share/classes/sun/security/util/KeyUtil.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11ECKeyFactory.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11KeyStore.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11PSSSignature.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java
! test/jdk/sun/security/pkcs11/Signature/SigInteropPSS2.java
! test/jdk/sun/security/pkcs11/tls/tls12/FipsModeTLS12.java
! test/jdk/sun/security/tools/keytool/fakegen/java.base/sun/security/ec/ECKeyPairGenerator.java
Changeset: 7f6b7ebb
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-03-13 20:27:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7f6b7ebbcc49d8023e669568c38cd301bb795983
8327242: Document supported CLDR versions in the javadoc
Reviewed-by: joehw, iris, jlu
! src/java.base/share/classes/java/util/spi/LocaleServiceProvider.java
Changeset: 1ad3ebcf
Author: Christoph Langer <clanger at openjdk.org>
Date: 2024-03-13 21:09:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1ad3ebcf11834ec1d119ee95c858d98fb7bc6e68
8185862: AWT Assertion Failure in ::GetDIBits(hBMDC, hBM, 0, 1, 0, gpBitmapInfo, 0) 'awt_Win32GraphicsDevice.cpp', at line 185
Reviewed-by: aivanov, prr
! src/java.desktop/share/classes/java/awt/GraphicsEnvironment.java
! src/java.desktop/windows/classes/sun/awt/PlatformGraphicsInfo.java
! src/java.desktop/windows/classes/sun/awt/Win32GraphicsEnvironment.java
! src/java.desktop/windows/native/libawt/windows/Devices.cpp
! src/java.desktop/windows/native/libawt/windows/Devices.h
+ src/java.desktop/windows/native/libawt/windows/awt_PlatformGraphicsInfo.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsEnv.cpp
! test/jdk/javax/swing/reliability/HangDuringStaticInitialization.java
Changeset: 2edf4081
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-13 23:47:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2edf4081af727c197c0f158beb4b392bb4e70318
8328004: Minor updates to TrayIcon test DisposeInActionEventTest.java
Reviewed-by: azvegint
+ test/jdk/java/awt/TrayIcon/DisposeInActionEventTest.java
- test/jdk/java/awt/TrayIcon/DisposeInActionEventTest/DisposeInActionEventTest.java
Changeset: 7858138a
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-14 02:32:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7858138ad212bb4dec0b30e7235b72fe74cdb960
8327752: Convert javax/swing/JOptionPane/4174551/bug4174551.java applet to main
Reviewed-by: prr
- test/jdk/javax/swing/JOptionPane/4174551/bug4174551.html
- test/jdk/javax/swing/JOptionPane/4174551/bug4174551.java
+ test/jdk/javax/swing/JOptionPane/bug4174551.java
Changeset: 092a7343
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-14 02:38:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/092a7343a45297e481f9facb3420b2e91af5699d
8327753: Convert javax/swing/JOptionPane/8024926/bug8024926.java applet to main
Reviewed-by: prr
- test/jdk/javax/swing/JOptionPane/8024926/bug8024926.html
- test/jdk/javax/swing/JOptionPane/8024926/bug8024926.java
+ test/jdk/javax/swing/JOptionPane/bug8024926.java
Changeset: 628e7702
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-14 02:50:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/628e7702746ed4cc899d9727432b64c701533eb3
8327754: Convert javax/swing/JPopupMenu/7160604/bug7160604.java applet to main
Reviewed-by: prr
- test/jdk/javax/swing/JPopupMenu/7160604/bug7160604.html
- test/jdk/javax/swing/JPopupMenu/7160604/bug7160604.java
+ test/jdk/javax/swing/JPopupMenu/bug7160604.java
Changeset: 98e4b753
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-14 02:51:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/98e4b753e8d7fbbf651c866901734d4f6a7d1680
8327755: Convert javax/swing/JScrollBar/8039464/Test8039464.java applet to main
Reviewed-by: prr
- test/jdk/javax/swing/JScrollBar/8039464/Test8039464.html
- test/jdk/javax/swing/JScrollBar/8039464/Test8039464.java
+ test/jdk/javax/swing/JScrollBar/Test8039464.java
Changeset: 357c912b
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-14 03:24:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/357c912be51aadf7cc23eb4c2bc4279eac8b2b4b
8325897: Parallel: Remove PSYoungGen::is_maximal_no_gc
Reviewed-by: ayang
! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp
! src/hotspot/share/gc/parallel/psYoungGen.hpp
Changeset: 7502dc99
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-14 05:10:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7502dc99bf23109ef16fb99de25b09bab51e4978
8328030: Convert javax/swing/text/GlyphView/4984669/bug4984669.java applet test to main
Reviewed-by: azvegint, prr
- test/jdk/javax/swing/text/GlyphView/4984669/bug4984669.html
- test/jdk/javax/swing/text/GlyphView/4984669/bug4984669.java
+ test/jdk/javax/swing/text/GlyphView/htmlUnderliningTest.java
Changeset: 6f2676dc
Author: Yude Lin <yude.lyd at alibaba-inc.com>
Committer: Denghui Dong <ddong at openjdk.org>
Date: 2024-03-14 06:20:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6f2676dc5f09d350c359f906b07f6f6d0d17f030
8328064: Remove obsolete comments in constantPool and metadataFactory
Reviewed-by: coleenp
! src/hotspot/share/memory/metadataFactory.hpp
! src/hotspot/share/oops/constantPool.cpp
Changeset: cff0747d
Author: Aggelos Biboudis <abimpoudis at openjdk.org>
Date: 2024-03-14 07:01:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cff0747d7f62efc3dafcd259ef2b15cd13bafbeb
8326204: yield statements doesn't allow cast expressions with more than 1 type arguments
Reviewed-by: jlahoda
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
+ test/langtools/tools/javac/T8326204a.java
+ test/langtools/tools/javac/T8326204b.java
+ test/langtools/tools/javac/T8326204b.out
Changeset: fadc4b19
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-03-14 07:12:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fadc4b197e927cfa1814fe6cb65ee04b3bd4b0c2
8327423: C2 remove_main_post_loops: check if main-loop belongs to pre-loop, not just assert
Reviewed-by: kvn, chagedorn, roland
! src/hotspot/share/opto/loopTransform.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestEmptyPreLoopForDifferentMainLoop.java
Changeset: fcf746de
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-14 07:30:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fcf746dede159905f7038d82d67806aa8afe0705
8328106: COMPARE_BUILD improvements
Reviewed-by: erikj
! make/Images.gmk
! make/InitSupport.gmk
! make/autoconf/compare.sh.template
! make/scripts/compare.sh
- make/scripts/compare_exceptions.sh.incl
Changeset: 44aef386
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-14 07:30:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/44aef386238977a960093027d9784c667550aae4
8327045: Consolidate -fvisibility=hidden as a basic flag for all compilation
Reviewed-by: erikj
! make/autoconf/flags-cflags.m4
! make/autoconf/flags-ldflags.m4
! make/common/TestFilesCompilation.gmk
! make/common/modules/LauncherCommon.gmk
! make/common/modules/LibCommon.gmk
! make/hotspot/lib/CompileJvm.gmk
Changeset: 481c866d
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-14 08:01:39 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/481c866df87c693a90a1da20e131e5654b084ddd
8327468: Do not restart close if errno is EINTR [macOS/linux]
Reviewed-by: dholmes, sspitsyn
! src/jdk.attach/linux/native/libattach/VirtualMachineImpl.c
! src/jdk.attach/macosx/native/libattach/VirtualMachineImpl.c
Changeset: 49ce85fa
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-14 09:07:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/49ce85fae9f06d05367c94615532f6ff87952c79
8327874: Convert javax/swing/JTree/4314199/bug4314199.java applet test to main
Reviewed-by: prr, tr
- test/jdk/javax/swing/JTree/4314199/bug4314199.html
- test/jdk/javax/swing/JTree/4314199/bug4314199.java
+ test/jdk/javax/swing/JTree/bug4314199.java
Changeset: 1281e18f
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-14 10:26:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1281e18f1447848d7eb5e3bde508ac002b4c390d
8325613: CTW: Stale method cleanup requires GC after Sweeper removal
Reviewed-by: roland, chagedorn
! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/Compiler.java
! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java
Changeset: 11a3673d
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-14 10:41:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/11a3673d42edbefef70228b4d14595aab11fdac4
8328110: Allow simultaneous use of PassFailJFrame with split UI and additional windows
Reviewed-by: aivanov, honkar
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: a43c3cc3
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-14 10:50:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a43c3cc3476f18c048809bcd08f81fc4288ca399
8327826: Convert javax/swing/border/Test4243289.java applet test to main
Reviewed-by: aivanov, abhiscxk
- test/jdk/javax/swing/border/Test4243289.html
! test/jdk/javax/swing/border/Test4243289.java
Changeset: ad0f3294
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-14 10:54:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ad0f329493a73020899640b0815e33ee6d3ea78d
8327787: Convert javax/swing/border/Test4129681.java applet test to main
Reviewed-by: aivanov, abhiscxk
- test/jdk/javax/swing/border/Test4129681.html
! test/jdk/javax/swing/border/Test4129681.java
Changeset: 3b9255eb
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-03-14 10:57:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3b9255eb663b4c90aa5cec89f0d9380ef8eba49e
8325851: Hide PassFailJFrame.Builder constructor
Reviewed-by: honkar, prr
! test/jdk/java/awt/Frame/DefaultSizeTest.java
! test/jdk/java/awt/Frame/FrameRepackTest.java
! test/jdk/java/awt/Frame/FrameResizeTest/FrameResizeTest_1.java
! test/jdk/java/awt/Frame/FrameResizeTest/FrameResizeTest_2.java
! test/jdk/java/awt/LightweightComponent/LightweightCliprect.java
! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_1.java
! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_2.java
! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_3.java
! test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_4.java
! test/jdk/java/awt/TrayIcon/TrayIconScalingTest.java
! test/jdk/java/awt/event/KeyEvent/AcceleratorTest/AcceleratorTest.java
! test/jdk/java/awt/geom/HitTest/PathHitTest.java
! test/jdk/java/awt/print/PageFormat/CustomPaper.java
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
! test/jdk/javax/accessibility/JComboBox/TestJComboBoxScreenMagnifier.java
! test/jdk/javax/swing/JComboBox/ComboPopupBug.java
! test/jdk/javax/swing/JFrame/DefaultCloseOperation.java
! test/jdk/javax/swing/JTabbedPane/TestJTabbedPaneArrowDirection.java
! test/jdk/javax/swing/JToolBar/bug4203039.java
! test/jdk/javax/swing/MultiMonitor/MultimonVImage.java
! test/jdk/sun/awt/PaletteTester.java
Changeset: 1d34b74a
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-03-14 11:23:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1d34b74a64fba8d0d58dcbccc416379a4c915738
8321021: RISC-V: C2 VectorUCastB2X
8321023: RISC-V: C2 VectorUCastS2X
8321024: RISC-V: C2 VectorUCastI2X
Reviewed-by: fyang
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/riscv_v.ad
+ test/hotspot/jtreg/compiler/vectorapi/reshape/TestVectorCastRVV.java
! test/hotspot/jtreg/compiler/vectorapi/reshape/utils/TestCastMethods.java
Changeset: 6f8b0a33
Author: Long Yang <lyang at openjdk.org>
Committer: Denghui Dong <ddong at openjdk.org>
Date: 2024-03-14 11:25:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6f8b0a33fa15f1dfc8b0c116375df0f90d9d8759
8327799: JFR view: the "Park Until" field of jdk.ThreadPark is invalid if the parking method is not absolute
Reviewed-by: egahlin
! src/jdk.jfr/share/classes/jdk/jfr/internal/util/ValueFormatter.java
Changeset: 954c50ed
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-14 11:44:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/954c50ed88f5daa13d6c7d3cb5910e813c30315c
8327997: G1: Move G1ScanClosureBase::reference_iteration_mode to subclass
Reviewed-by: gli, tschatzl, sjohanss
! src/hotspot/share/gc/g1/g1OopClosures.hpp
Changeset: c879627d
Author: Dmitry Chuyko <dchuyko at openjdk.org>
Date: 2024-03-14 12:38:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c879627dbd7e9295d44f19ef237edb5de10805d5
8309271: A way to align already compiled methods with compiler directives
Reviewed-by: apangin, sspitsyn, tholenstein
! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/code/codeCache.hpp
! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/compiler/compileTask.hpp
! src/hotspot/share/compiler/compilerDirectives.cpp
! src/hotspot/share/compiler/compilerDirectives.hpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/oops/methodFlags.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/services/diagnosticCommand.cpp
! src/hotspot/share/services/diagnosticCommand.hpp
! test/hotspot/jtreg/serviceability/dcmd/compiler/CompilerDirectivesDCMDTest.java
+ test/hotspot/jtreg/serviceability/dcmd/compiler/DirectivesRefreshTest.java
+ test/hotspot/jtreg/serviceability/dcmd/compiler/refresh_control.txt
Changeset: a232e8fb
Author: Chad Rakoczy <chadrako at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-14 13:26:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a232e8fb4e6e9e2e9a5285bf01c93b8d1d995f04
8325621: Improve jspawnhelper version checks
Reviewed-by: erikj, shade, rriggs, ihse
! make/modules/java.base/Launcher.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! src/java.base/unix/native/jspawnhelper/jspawnhelper.c
! src/java.base/unix/native/libjava/ProcessImpl_md.c
! test/jdk/java/lang/ProcessBuilder/JspawnhelperWarnings.java
Changeset: 792fc9d1
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-03-14 14:01:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/792fc9d114977664da0b3bebf0f1d82360d375b6
8320079: The ArabicBox.java test has no control buttons
Reviewed-by: prr, honkar, dmarkov
+ test/jdk/java/awt/font/TextLayout/ArabicBox.java
Changeset: 51381bb1
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-14 15:01:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/51381bb13c80916d0a0c431f3c30ba11c9ad60d1
8328139: Prefer 'override' to 'virtual' in subclasses of 'GCInitLogger'
Reviewed-by: kbarrett, jsjolen
! src/hotspot/share/gc/epsilon/epsilonInitLogger.hpp
! src/hotspot/share/gc/g1/g1InitLogger.hpp
! src/hotspot/share/gc/parallel/parallelInitLogger.hpp
Changeset: 759cc675
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-14 15:40:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/759cc675915c551cc1d6899eedb95900752f2703
8327969: Convert javax/swing/border/Test6910490.java applet test to main
Reviewed-by: dnguyen, honkar
- test/jdk/javax/swing/border/Test6910490.html
! test/jdk/javax/swing/border/Test6910490.java
Changeset: d25c452f
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-14 15:45:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d25c452f0c4a2106a1fa06b56039f0f0b5d6e952
8327835: Convert java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest applet test to main
Reviewed-by: aivanov, abhiscxk
! test/jdk/ProblemList.txt
+ test/jdk/java/awt/FileDialog/RegexpFilterTest.java
- test/jdk/java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest.html
- test/jdk/java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest.java
Changeset: 0c3998d2
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-03-14 15:46:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0c3998d2c6dd735d356bfe26662c93d97364b2ad
8286759: TextComponentPrintable: consequent -> consecutive positions
Reviewed-by: gli, prr
! src/java.desktop/share/classes/sun/swing/text/TextComponentPrintable.java
Changeset: acfefc6c
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-14 15:47:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/acfefc6c7aea6903bd575c2cb6edddbd88b112bf
8327876: Convert javax/swing/border/Test4252164.java applet test to main
Reviewed-by: prr, abhiscxk
- test/jdk/javax/swing/border/Test4252164.html
! test/jdk/javax/swing/border/Test4252164.java
Changeset: debd5973
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2024-03-14 15:50:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/debd59732de2b865bbe81710debcae237e3f135b
8327095: (ch) java/nio/channels/AsyncCloseAndInterrupt.java: improve error message when mkfifo fails
Reviewed-by: alanb
! test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java
Changeset: d4ec7831
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-14 15:54:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d4ec783108828efd158c749f37e4220bb1df86fc
8327873: Convert javax/swing/border/Test4247606.java applet test to main
Reviewed-by: prr, abhiscxk
- test/jdk/javax/swing/border/Test4247606.html
! test/jdk/javax/swing/border/Test4247606.java
Changeset: 7cc1965a
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-14 16:03:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7cc1965a252347f37dca69859d5ecaf2b55020c6
8328124: Convert java/awt/Frame/ShownOnPack/ShownOnPack.html applet test to main
Reviewed-by: honkar, abhiscxk
- test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.html
! test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.java
Changeset: e6a8fdd8
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-14 16:11:29 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e6a8fdd82c2b97f7ae74dfe8fbd3402718c9161c
8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal
Reviewed-by: kevinw, never
! test/jdk/javax/management/remote/mandatory/loading/MissingClassTest.java
Changeset: 2482a505
Author: Alex Menkov <amenkov at openjdk.org>
Date: 2024-03-14 18:03:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2482a505e5c898cc6365aa4fb8ca3e8b758b3a97
8326898: NSK tests should listen on loopback addresses only
Reviewed-by: sspitsyn, cjplummer, dholmes, lmesnik
! 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: 87bd6cac
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-14 19:21:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/87bd6caca03745c21172c3b5e8b0d28724810352
8328021: Convert applet test java/awt/List/SetFontTest/SetFontTest.html to main program
Reviewed-by: honkar, abhiscxk
+ test/jdk/java/awt/List/SetFontTest.java
- test/jdk/java/awt/List/SetFontTest/SetFontTest.html
- test/jdk/java/awt/List/SetFontTest/SetFontTest.java
Changeset: df909e2f
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-14 21:42:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/df909e2f9c83d6de119ae20edf57e604644e0441
8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main
Reviewed-by: honkar, aivanov
+ test/jdk/java/awt/Frame/GetBoundsResizeTest.java
- test/jdk/java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java
Changeset: 89fb0f83
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-14 22:53:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/89fb0f837b7dbeed581f5db79d915cf405afda31
8327859: Remove applet usage from JColorChooser tests Test4319113
Reviewed-by: prr, tr
- test/jdk/javax/swing/JColorChooser/Test4319113.html
! test/jdk/javax/swing/JColorChooser/Test4319113.java
Changeset: 7c6fd337
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-14 22:53:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7c6fd337d00d4bdeaac724a6ea26fac3654846e0
8327857: Remove applet usage from JColorChooser tests Test4222508
Reviewed-by: prr, tr
- test/jdk/javax/swing/JColorChooser/Test4222508.html
! test/jdk/javax/swing/JColorChooser/Test4222508.java
Changeset: fab0edc9
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-14 22:53:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fab0edc9e636c69d7012e476e97661ddae993a03
8328121: Remove applet usage from JColorChooser tests Test4759306
Reviewed-by: azvegint
- test/jdk/javax/swing/JColorChooser/Test4759306.html
! test/jdk/javax/swing/JColorChooser/Test4759306.java
Changeset: be1dd275
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-14 22:54:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/be1dd275a4b4fcae00e4c3c48b3e8e4b1d84ba2b
8328130: Remove applet usage from JColorChooser tests Test4759934
Reviewed-by: prr
- test/jdk/javax/swing/JColorChooser/Test4759934.html
! test/jdk/javax/swing/JColorChooser/Test4759934.java
Changeset: e8d1ba33
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-15 00:34:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e8d1ba33b48dc8e6b937258c3765b91426c5b6f1
8328228: Missing comma in copyright year for a few JColorChooser tests
Reviewed-by: jpai
! test/jdk/javax/swing/JColorChooser/Test4222508.java
! test/jdk/javax/swing/JColorChooser/Test4319113.java
! test/jdk/javax/swing/JColorChooser/Test4759306.java
! test/jdk/javax/swing/JColorChooser/Test4759934.java
Changeset: f6390e5f
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-15 04:14:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f6390e5f801a3e25bda591e30e49db86519bf028
8328089: Automate javax/swing/JTable/4222153/bug4222153.java applet test
Reviewed-by: honkar, tr
- test/jdk/javax/swing/JTable/4222153/bug4222153.html
- test/jdk/javax/swing/JTable/4222153/bug4222153.java
+ test/jdk/javax/swing/JTable/bug4222153.java
Changeset: 09439374
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-15 04:36:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/09439374edec8178fc2a0494bb96a8a24384c2a3
8328218: Delete test java/awt/Window/FindOwner/FindOwner.html
Reviewed-by: psadhukhan
- test/jdk/java/awt/Window/FindOwner/FindOwnerTest.html
- test/jdk/java/awt/Window/FindOwner/FindOwnerTest.java
Changeset: 605800e5
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-15 05:33:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/605800e5abd244c57a421f3a511a79c531583471
8203867: Delete test java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html
Reviewed-by: honkar, azvegint
! test/jdk/ProblemList.txt
- test/jdk/java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.html
- test/jdk/java/awt/TrayIcon/DblClickActionEventTest/DblClickActionEventTest.java
Changeset: 06f4b7f5
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-15 05:44:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/06f4b7f54da03e57abfe8958e4354c1ecb7e3039
8327756: Convert javax/swing/JSlider/4987336/bug4987336.java applet to main
Reviewed-by: prr
- test/jdk/javax/swing/JSlider/4987336/bug4987336.html
! test/jdk/javax/swing/JSlider/4987336/bug4987336.java
Changeset: 128e60a2
Author: Christoph Langer <clanger at openjdk.org>
Date: 2024-03-15 06:41:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/128e60a29f1bd1e1fbe165ac382107070858ecc6
8328037: Test java/util/Formatter/Padding.java has unnecessary high heap requirement after JDK-8326718
Reviewed-by: rgiulietti
! test/jdk/java/util/Formatter/Padding.java
Changeset: d57bdd85
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-15 08:11:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d57bdd85ab5e45a2ecfce0c022da067ac30bb80d
8328165: improve assert(idx < _maxlrg) failed: oob
Reviewed-by: mdoerr, chagedorn
! src/hotspot/share/opto/chaitin.hpp
Changeset: b8dfeafd
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-15 09:00:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b8dfeafdfd9ca024c92c9a73b59e6e71c0551985
8328158: Convert java/awt/Choice/NonFocusablePopupMenuTest to automatic main test
Reviewed-by: abhiscxk, honkar
+ test/jdk/java/awt/Choice/NonFocusablePopupMenuTest.java
- test/jdk/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.html
- test/jdk/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.java
Changeset: c05f8c72
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-15 09:13:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c05f8c72239ed3f16ff0d13f4dba795731f9559f
8316388: Opensource five Swing component related regression tests
Reviewed-by: aivanov
+ test/jdk/javax/swing/JDesktopPane/bug4132993.java
+ test/jdk/javax/swing/JDesktopPane/bug4773378.java
+ test/jdk/javax/swing/JEditorPane/bug4325606.java
+ test/jdk/javax/swing/JEditorPane/bug4330998.java
+ test/jdk/javax/swing/JEditorPane/bug4694598.java
Changeset: 5249cc0a
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-15 10:49:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5249cc0a79f05b71f4c31bb6b02775976eef77aa
8328087: Automate javax/swing/JTable/TAB/TAB.java applet test
Reviewed-by: honkar, tr
- test/jdk/javax/swing/JTable/TAB/TAB.html
- test/jdk/javax/swing/JTable/TAB/TAB.java
+ test/jdk/javax/swing/JTable/Tab.java
Changeset: 80ccc989
Author: Roman Kennke <rkennke at openjdk.org>
Date: 2024-03-15 11:08:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/80ccc989a892e4d9f4e2c9395a100cfabbdcda64
8328075: Shenandoah: Avoid forwarding when objects don't move in full-GC
Reviewed-by: wkemper, shade, kdnilsen, ysr
! src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp
Changeset: dde519dc
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-03-15 12:00:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dde519dc2180742c119ac07221c2a149b9f06c18
8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap
Reviewed-by: dfuchs, aph, msheppar
! test/jdk/java/util/HashMap/WhiteBoxResizeTest.java
Changeset: 80b98c86
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-03-15 12:25:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/80b98c86b82eb9ffd5aee67a92daa31c8b649cc6
8320503: Print warning if VM reaches MallocLimit during error reporting
Reviewed-by: jsjolen
! src/hotspot/share/nmt/mallocTracker.cpp
Changeset: bf990c8b
Author: Jie Fu <jiefu at openjdk.org>
Date: 2024-03-15 12:40:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bf990c8b32f1ce050450d94f4f8706e5a01aa3ec
8328269: NonFocusablePopupMenuTest.java should be marked as headful
Reviewed-by: azvegint
! test/jdk/java/awt/Choice/NonFocusablePopupMenuTest.java
Changeset: 90ab52e5
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-15 13:06:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/90ab52e598f74ed872fe404130d57f6596430727
8328166: Epsilon: 'EpsilonHeap::allocate_work' misuses the parameter 'size' as size in bytes
Reviewed-by: shade, tschatzl
! src/hotspot/share/gc/epsilon/epsilonHeap.cpp
Changeset: 42aec8c5
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-15 13:23:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/42aec8c5e72837400818d931855bade8acad8e9d
8328146: Set LIBCXX automatically
Reviewed-by: erikj
! make/common/JdkNativeCompilation.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.desktop/Lib.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! make/modules/jdk.hotspot.agent/Lib.gmk
! make/modules/jdk.internal.le/Lib.gmk
! make/modules/jdk.jpackage/Lib.gmk
Changeset: bfba4894
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-15 14:36:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bfba4894e14c9547735a6b4ae73ed423af09f0d4
8328157: Move C[XX]FLAGS_JDK[LIB/EXE] to JdkNativeCompilation.gmk
Reviewed-by: erikj
! make/Hsdis.gmk
! make/common/JdkNativeCompilation.gmk
! make/common/modules/LauncherCommon.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/hotspot/lib/CompileJvm.gmk
! make/modules/java.base/Launcher.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.desktop/Lib.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! make/modules/java.instrument/Lib.gmk
! make/modules/java.management/Lib.gmk
! make/modules/java.prefs/Lib.gmk
! make/modules/java.rmi/Lib.gmk
! make/modules/java.security.jgss/Lib.gmk
! make/modules/java.smartcardio/Lib.gmk
! make/modules/jdk.accessibility/Launcher.gmk
! make/modules/jdk.accessibility/Lib.gmk
! make/modules/jdk.attach/Lib.gmk
! make/modules/jdk.crypto.cryptoki/Lib.gmk
! make/modules/jdk.crypto.mscapi/Lib.gmk
! make/modules/jdk.hotspot.agent/Lib.gmk
! make/modules/jdk.incubator.vector/Lib.gmk
! make/modules/jdk.internal.le/Lib.gmk
! make/modules/jdk.jdi/Lib.gmk
! make/modules/jdk.jdwp.agent/Lib.gmk
! make/modules/jdk.jpackage/Lib.gmk
! make/modules/jdk.management.agent/Lib.gmk
! make/modules/jdk.net/Lib.gmk
! make/modules/jdk.sctp/Lib.gmk
! make/modules/jdk.security.auth/Lib.gmk
Changeset: 71f9c4e7
Author: Afshin Zafari <azafari at openjdk.org>
Date: 2024-03-15 14:52:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/71f9c4e7fd5818be6e79dead3caa02d738456ad6
8320534: fatal error for the NMTBenchmark test run for the mainline build
Reviewed-by: stuefe, aboldtch
! test/micro/org/openjdk/bench/vm/runtime/NMTBenchmark.java
Changeset: 044f4ed5
Author: Mandy Chung <mchung at openjdk.org>
Date: 2024-03-15 16:48:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/044f4ed55dfce7f1aed9e10accf459b4af9b975e
8326979: (jdeps) improve the error message for FindException caused by InvalidModuleDescriptorException
Reviewed-by: jpai, alanb
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java
+ test/langtools/tools/jdeps/modules/InvalidModuleDescriptor.java
Changeset: 65a84c26
Author: Jonathan Gibbons <jjg at openjdk.org>
Date: 2024-03-15 17:26:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/65a84c2642822862fa186f290f8d6e83537bea06
8328006: refactor large anonymous inner class in HtmlDocletWriter
Reviewed-by: hannesw
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
Changeset: 9bc1b065
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-15 17:54:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9bc1b065db238b7c9d0562f9bd55d2f338c6ff3d
8328242: Add a log area to the PassFailJFrame
Reviewed-by: prr, aivanov, honkar
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: 0204aacb
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-03-15 18:56:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0204aacb0305e94a7d6d5299a5ae835f3f71b030
8328115: Convert java/awt/font/TextLayout/TestJustification.html applet test to main
Reviewed-by: aivanov
! test/jdk/ProblemList.txt
- test/jdk/java/awt/font/TextLayout/TestJustification.html
! test/jdk/java/awt/font/TextLayout/TestJustification.java
Changeset: 07194195
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-03-16 05:16:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/07194195cefc568048fa639b6f8534ce3718c8d2
8328236: module_entry in CDS map file has stale value
Reviewed-by: ccheung, matsaave
! src/hotspot/share/cds/archiveBuilder.cpp
! test/hotspot/jtreg/runtime/cds/CDSMapReader.java
Changeset: d32ce657
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-03-17 05:57:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d32ce65781c1d7815a69ceac720cdf3ae39caa9e
8327651: Rename DictionaryEntry members related to protection domain
Reviewed-by: coleenp, dholmes
! src/hotspot/share/classfile/dictionary.cpp
! src/hotspot/share/classfile/dictionary.hpp
! src/hotspot/share/classfile/protectionDomainCache.cpp
! src/hotspot/share/classfile/protectionDomainCache.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! test/hotspot/jtreg/runtime/logging/ProtectionDomainVerificationTest.java
Changeset: ece4124f
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-18 06:59:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ece4124f25f676da9bf2d1b7fd8e4394dd7d31af
8328247: Remove redundant dir for tests converted from applet to main
Reviewed-by: tr, jdv
= test/jdk/javax/swing/JFileChooser/FileFilterDescription.java
= test/jdk/javax/swing/JFileChooser/bug6798062.java
= test/jdk/javax/swing/JInternalFrame/bug6726866.java
Changeset: 48717d63
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2024-03-18 08:25:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/48717d63cc58f693f0917e61eafd672cd6af02ed
8326333: jshell <TAB> completion on arrays is incomplete
Reviewed-by: vromero
! src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysisImpl.java
! test/langtools/jdk/jshell/CompletionSuggestionTest.java
Changeset: 3c70f26b
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-18 08:34:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3c70f26b2f3fa9bc143e2506af30f9b1daf20022
8328112: Remove CardTable::_guard_region
Reviewed-by: tschatzl, ayang
! src/hotspot/share/gc/shared/cardTable.cpp
! src/hotspot/share/gc/shared/cardTable.hpp
! src/hotspot/share/gc/shared/vmStructs_gc.hpp
Changeset: c342188f
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-18 09:12:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c342188fd978dd94e7788fb0fb0345fd8c0eaa9a
8328074: Add jcheck whitespace checking for assembly files
Reviewed-by: erikj, sviswanathan
! .jcheck/conf
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_acos_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_asin_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_atan2_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_atan_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cbrt_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cos_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_cosh_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_exp_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_expm1_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_hypot_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log10_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log1p_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_log_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_pow_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_sin_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_sinh_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_tan_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_d_tanh_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_acos_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_asin_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_atan2_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_atan_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cbrt_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cos_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_cosh_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_exp_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_expm1_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_hypot_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log10_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log1p_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_log_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_pow_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_sin_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_sinh_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_tan_linux_x86.S
! src/jdk.incubator.vector/linux/native/libjsvml/jsvml_s_tanh_linux_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_acos_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_asin_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_atan2_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_atan_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cbrt_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cos_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_cosh_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_exp_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_expm1_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_hypot_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log10_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log1p_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_log_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_pow_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_sin_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_sinh_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_tan_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_d_tanh_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_acos_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_asin_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_atan2_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_atan_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cbrt_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cos_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_cosh_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_exp_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_expm1_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_hypot_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log10_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log1p_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_log_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_pow_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_sin_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_sinh_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_tan_windows_x86.S
! src/jdk.incubator.vector/windows/native/libjsvml/jsvml_s_tanh_windows_x86.S
Changeset: 7baec662
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-18 11:27:27 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7baec6622254fc21e315b974a213605a7605daac
8328168: Epsilon: Premature OOM when allocating object larger than uncommitted heap size
Reviewed-by: shade, tschatzl
! src/hotspot/share/gc/epsilon/epsilonHeap.cpp
+ test/hotspot/jtreg/gc/epsilon/TestEnoughUnusedSpace.java
Changeset: 86f17447
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-18 11:49:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/86f17447362483162a5983c270e0b530d8d99354
8328248: Convert javax/swing/JSlider/6587742/bug6587742.java applet test to main
Reviewed-by: azvegint, tr
- test/jdk/javax/swing/JSlider/6587742/bug6587742.html
- test/jdk/javax/swing/JSlider/6587742/bug6587742.java
+ test/jdk/javax/swing/JSlider/bug6587742.java
Changeset: fb390d20
Author: Aggelos Biboudis <abimpoudis at openjdk.org>
Date: 2024-03-18 13:16:29 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fb390d202c8bbbbb87ba48fd01387feb35a1b768
8327839: Crash with unboxing and widening primitive conversion in switch
Reviewed-by: jlahoda
! src/java.base/share/classes/java/lang/runtime/SwitchBootstraps.java
! test/langtools/tools/javac/patterns/PrimitiveInstanceOfComboTest.java
! test/langtools/tools/javac/patterns/PrimitivePatternsSwitch.java
! test/langtools/tools/javac/patterns/PrimitivePatternsSwitchErrors.java
! test/langtools/tools/javac/patterns/PrimitivePatternsSwitchErrors.out
Changeset: f3af9181
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-18 13:58:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f3af91815a662b195938b26962a8670a4a692220
8327945: Inline HasScavengableOops
Reviewed-by: gli, aboldtch
! src/hotspot/share/gc/shared/scavengableNMethods.cpp
Changeset: 9e98118f
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-18 14:41:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9e98118f289e98ca9f3be2a274e0ddf8822aaa7c
8328177: Move LDFLAGS_JDK[LIB/EXE] to JdkNativeCompilation.gmk
Reviewed-by: erikj
! make/Hsdis.gmk
! make/common/JdkNativeCompilation.gmk
! make/common/modules/LauncherCommon.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/hotspot/lib/CompileJvm.gmk
! make/modules/java.base/Launcher.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.desktop/Lib.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! make/modules/java.instrument/Lib.gmk
! make/modules/java.management/Lib.gmk
! make/modules/java.prefs/Lib.gmk
! make/modules/java.rmi/Lib.gmk
! make/modules/java.security.jgss/Lib.gmk
! make/modules/java.smartcardio/Lib.gmk
! make/modules/jdk.accessibility/Launcher.gmk
! make/modules/jdk.accessibility/Lib.gmk
! make/modules/jdk.attach/Lib.gmk
! make/modules/jdk.crypto.cryptoki/Lib.gmk
! make/modules/jdk.crypto.mscapi/Lib.gmk
! make/modules/jdk.hotspot.agent/Lib.gmk
! make/modules/jdk.incubator.vector/Lib.gmk
! make/modules/jdk.internal.le/Lib.gmk
! make/modules/jdk.jdi/Lib.gmk
! make/modules/jdk.jdwp.agent/Lib.gmk
! make/modules/jdk.jpackage/Lib.gmk
! make/modules/jdk.management.agent/Lib.gmk
! make/modules/jdk.management/Lib.gmk
! make/modules/jdk.net/Lib.gmk
! make/modules/jdk.sctp/Lib.gmk
! make/modules/jdk.security.auth/Lib.gmk
Changeset: 7734466c
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-03-18 14:42:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7734466c4627c51b2c24b4b4dbf6db4184607aa3
8325871: Move StringTable and SymbolTable rehashing calls
Reviewed-by: eosterlund, aboldtch
! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/classfile/stringTable.hpp
! src/hotspot/share/classfile/symbolTable.cpp
! src/hotspot/share/classfile/symbolTable.hpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/safepoint.hpp
! src/hotspot/share/runtime/vmOperation.hpp
! src/hotspot/share/runtime/vmOperations.cpp
! src/hotspot/share/runtime/vmOperations.hpp
! src/hotspot/share/runtime/vmThread.cpp
! src/hotspot/share/utilities/concurrentHashTable.hpp
! src/hotspot/share/utilities/concurrentHashTable.inline.hpp
! test/hotspot/gtest/utilities/test_concurrentHashtable.cpp
Changeset: dec68d7e
Author: Leonid Mesnik <lmesnik at openjdk.org>
Date: 2024-03-18 14:45:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dec68d7e36a9436468594416272c44a2afbece8d
8328234: Remove unused nativeUtils files
Reviewed-by: dholmes
- test/hotspot/jtreg/vmTestbase/nsk/share/NativeUtils.java
- test/hotspot/jtreg/vmTestbase/nsk/share/native/native_utils.cpp
Changeset: 569b05ad
Author: Weijun Wang <weijun at openjdk.org>
Date: 2024-03-18 15:36:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/569b05addf69698fc93026b4dca69bc6ca0920b6
8327818: Implement Kerberos debug with sun.security.util.Debug
Reviewed-by: coffeys, ssahoo
! src/java.base/share/classes/sun/security/util/Debug.java
! src/java.security.jgss/macosx/native/libosxkrb5/nativeccache.c
! src/java.security.jgss/share/classes/javax/security/auth/kerberos/ServicePermission.java
! src/java.security.jgss/share/classes/sun/net/www/protocol/http/spnego/NegotiatorImpl.java
! src/java.security.jgss/share/classes/sun/security/jgss/GSSCredentialImpl.java
! src/java.security.jgss/share/classes/sun/security/jgss/GSSHeader.java
! src/java.security.jgss/share/classes/sun/security/jgss/GSSManagerImpl.java
! src/java.security.jgss/share/classes/sun/security/jgss/GSSUtil.java
! src/java.security.jgss/share/classes/sun/security/jgss/ProviderList.java
! src/java.security.jgss/share/classes/sun/security/jgss/krb5/CipherHelper.java
! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java
! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5MechFactory.java
! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Util.java
! src/java.security.jgss/share/classes/sun/security/jgss/krb5/SubjectComber.java
! src/java.security.jgss/share/classes/sun/security/jgss/spnego/NegTokenInit.java
! src/java.security.jgss/share/classes/sun/security/jgss/spnego/NegTokenTarg.java
! src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoContext.java
! src/java.security.jgss/share/classes/sun/security/jgss/spnego/SpNegoToken.java
! src/java.security.jgss/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java
! src/java.security.jgss/share/classes/sun/security/krb5/Checksum.java
! src/java.security.jgss/share/classes/sun/security/krb5/Config.java
! src/java.security.jgss/share/classes/sun/security/krb5/Credentials.java
! src/java.security.jgss/share/classes/sun/security/krb5/EncryptionKey.java
! src/java.security.jgss/share/classes/sun/security/krb5/KdcComm.java
! src/java.security.jgss/share/classes/sun/security/krb5/KrbApReq.java
! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsRep.java
! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsReq.java
! src/java.security.jgss/share/classes/sun/security/krb5/KrbAsReqBuilder.java
! src/java.security.jgss/share/classes/sun/security/krb5/KrbCred.java
! src/java.security.jgss/share/classes/sun/security/krb5/KrbKdcRep.java
! src/java.security.jgss/share/classes/sun/security/krb5/SCDynamicStoreConfig.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/CredentialsUtil.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddress.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/HostAddresses.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/KDCOptions.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/KDCRep.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBError.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/KerberosTime.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/Krb5.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/NetClient.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/CCacheInputStream.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/CksumType.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/EType.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/crc32.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/crypto/dk/ArcFourCrypto.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTab.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTabEntry.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/ktab/KeyTabInputStream.java
! src/java.security.jgss/share/classes/sun/security/krb5/internal/rcache/MemoryCache.java
! src/java.security.jgss/share/native/libj2gss/GSSLibStub.c
! src/java.security.jgss/share/native/libj2gss/NativeUtil.c
! src/java.security.jgss/share/native/libj2gss/NativeUtil.h
! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Kinit.java
! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java
! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java
! src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c
! src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java
! test/jdk/sun/security/krb5/IPv6.java
! test/jdk/sun/security/krb5/auto/Cleaners.java
! test/jdk/sun/security/krb5/auto/KdcPolicy.java
+ test/jdk/sun/security/krb5/auto/LoginModuleDebug.java
Changeset: 85fc47c8
Author: Roger Riggs <rriggs at openjdk.org>
Date: 2024-03-18 16:07:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/85fc47c81af81a595dc88e61454d8ba2d860f301
8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1
Reviewed-by: iris, stefank
! test/jdk/java/io/ObjectStreamClass/ObjectStreamClassCaching.java
Changeset: fc0472ba
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-03-18 16:56:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fc0472baf9bad298e853bf2ca3d10dc9415272cd
8328000: Convert /java/awt/im/8154816/bug8154816.java applet test to main
Reviewed-by: tr, azvegint
- test/jdk/java/awt/im/8154816/bug8154816.html
- test/jdk/java/awt/im/8154816/bug8154816.java
+ test/jdk/java/awt/im/PinyinIMCapsTest.java
Changeset: 9e32db26
Author: Jatin Bhateja <jbhateja at openjdk.org>
Date: 2024-03-18 17:21:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9e32db266e4c3cc9be273fa6b77112832a43ba4a
8328309: Remove malformed masked shift instruction selection patterns
Reviewed-by: sviswanathan
! src/hotspot/cpu/x86/x86.ad
Changeset: c901da48
Author: Kelvin Nilsen <kdnilsen at openjdk.org>
Committer: Y. Srinivas Ramakrishna <ysr at openjdk.org>
Date: 2024-03-18 17:53:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c901da48e30d53cb8e4e3c1f0584c5f2d3d095f1
8327098: GTest needs larger combination limit
Reviewed-by: shade, phh
! src/hotspot/share/logging/logSelectionList.hpp
Changeset: 3f2e849c
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-18 19:57:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3f2e849c54c2a9c55e3b5c9f5a6d3478b83144e3
8280392: java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java failed with "RuntimeException: Test failed."
Reviewed-by: tr, aivanov, prr
! test/jdk/ProblemList.txt
! test/jdk/java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java
Changeset: 2dd5fba3
Author: Jatin Bhateja <jbhateja at openjdk.org>
Date: 2024-03-19 01:14:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2dd5fba3bd37c577b8442b67a67dbcb22b9a530e
8319889: Vector API tests trigger VM crashes with -XX:+StressIncrementalInlining
Reviewed-by: vlivanov, sviswanathan
! src/hotspot/share/opto/vectorIntrinsics.cpp
Changeset: 9059727d
Author: John Jiang <jjiang at openjdk.org>
Date: 2024-03-19 02:03:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9059727df135dc90311bd476124f090b5766092b
8327182: Move serverAlias into the loop
Reviewed-by: gli, mullan
! src/java.base/share/classes/sun/security/ssl/X509Authentication.java
Changeset: 652fb3aa
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-19 04:38:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/652fb3aa48fdfe09e827c2a06f76b3a69c711b74
8328154: Convert sun/java2d/loops/CopyAreaSpeed.java applet test to main
Reviewed-by: kizune, abhiscxk
- test/jdk/sun/java2d/loops/CopyAreaSpeed.html
! test/jdk/sun/java2d/loops/CopyAreaSpeed.java
Changeset: ac5b6cb2
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-19 06:22:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ac5b6cb2d42bdb8fb1a110ad33411b50cff4ea61
8327757: Convert javax/swing/JSlider/6524424/bug6524424.java applet to main
Reviewed-by: abhiscxk, jdv
- test/jdk/javax/swing/JSlider/6524424/bug6524424.html
- test/jdk/javax/swing/JSlider/6524424/bug6524424.java
+ test/jdk/javax/swing/JSlider/bug6524424.java
Changeset: 4ef591f7
Author: Julian Waters <jwaters at openjdk.org>
Date: 2024-03-19 06:27:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4ef591f71f62ee6ea8a603ed7a3e568b348b2c16
8326964: Remove Eclipse Shared Workspaces
Reviewed-by: erikj, ihse
! .gitignore
! doc/ide.html
! doc/ide.md
! make/Main.gmk
! make/ide/eclipse/CreateWorkspace.gmk
Changeset: c0fc9563
Author: Daniel Jeliński <djelinski at openjdk.org>
Date: 2024-03-19 06:40:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c0fc9563a707cb01db4baf3aebede5f6b3ea08d1
8328275: CodeCache::print_internals should not be called in PRODUCT code
Reviewed-by: ihse, jwaters, dholmes
! src/hotspot/share/runtime/java.cpp
Changeset: e1b0af29
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-03-19 07:56:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e1b0af29e47b46879defce1fc44c30d4d50d0c31
8323972: C2 compilation fails with assert(!x->as_Loop()->is_loop_nest_inner_loop()) failed: loop was transformed
Reviewed-by: chagedorn, epeter
! src/hotspot/share/opto/loopnode.cpp
+ test/hotspot/jtreg/compiler/longcountedloops/TestInaccurateInnerLoopLimit.java
Changeset: 053ff76e
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-03-19 07:57:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/053ff76e14046f796f6e10a9cb2ede1f1ae22ed6
8308660: C2 compilation hits 'node must be dead' assert
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/ifnode.cpp
+ test/hotspot/jtreg/compiler/c2/TestFoldIfRemovesTopNode.java
Changeset: 6eea5d67
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-03-19 08:27:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6eea5d675566adca3fca88639008c6c0221450a4
8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is
Reviewed-by: dholmes, alanb
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/javaClasses.hpp
! src/hotspot/share/prims/jvmtiRawMonitor.cpp
! src/hotspot/share/runtime/javaThread.cpp
! src/hotspot/share/runtime/javaThread.hpp
+ test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptRawMonitor/InterruptRawMonitor.java
+ test/hotspot/jtreg/serviceability/jvmti/vthread/InterruptRawMonitor/libInterruptRawMonitor.cpp
Changeset: c59c41aa
Author: Per Minborg <pminborg at openjdk.org>
Date: 2024-03-19 08:46:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c59c41aa6e28ab1dc59e6051f85e3e9ade251b07
8326941: Remove StringUTF16::isBigEndian
Reviewed-by: rriggs
! src/java.base/share/classes/java/lang/StringUTF16.java
! src/java.base/share/native/libjava/String.c
Changeset: 5b6b5144
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2024-03-19 09:35:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5b6b514441fcbbaa210e2cad08ce2704fdf38191
8325362: Allow to create a simple in-memory input JavaFileObject
Reviewed-by: jlaskey, darcy
! src/java.compiler/share/classes/javax/tools/SimpleJavaFileObject.java
! test/jdk/java/lang/template/StringTemplateTest.java
! test/langtools/jdk/javadoc/tool/api/basic/APITest.java
! test/langtools/tools/doclint/tool/RunTest.java
! test/langtools/tools/javac/6902720/Test.java
! test/langtools/tools/javac/7079713/TestCircularClassfile.java
! test/langtools/tools/javac/Diagnostics/8295024/T8295024.java
! test/langtools/tools/javac/MethodParameters/LegacyOutputTest/LegacyOutputTest.java
! test/langtools/tools/javac/api/6608214/T6608214.java
! test/langtools/tools/javac/api/6733837/T6733837.java
! test/langtools/tools/javac/api/6852595/T6852595.java
! test/langtools/tools/javac/api/TestSearchPaths.java
! test/langtools/tools/javac/api/taskListeners/TestTypeElement.java
! test/langtools/tools/javac/doclint/DocLintTest.java
! test/langtools/tools/javac/lambda/abort/Abort.java
! test/langtools/tools/javac/lambda/abort/CompletionFailure.java
! test/langtools/tools/javac/lexer/JavaLexerTest.java
! test/langtools/tools/javac/main/T8239544.java
! test/langtools/tools/javac/parser/StringFoldingPosTest.java
! test/langtools/tools/javac/patterns/InferenceUnitTest.java
! test/langtools/tools/javac/records/ElementFilterRecordComponentTest.java
+ test/langtools/tools/javac/toolsapi/TestSimpleJavaFileObject.java
! test/langtools/tools/lib/snippets/SnippetUtils.java
Changeset: f1c69cca
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-03-19 10:31:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f1c69ccadb83306d1bb4860ff460a253af99643c
8289822: G1: Make concurrent mark code owner of TAMSes
Reviewed-by: ayang, iwalulya
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectionSet.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.inline.hpp
! src/hotspot/share/gc/g1/g1ConcurrentRebuildAndScrub.cpp
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
! src/hotspot/share/gc/g1/g1HeapRegion.hpp
! src/hotspot/share/gc/g1/g1HeapRegion.inline.hpp
! src/hotspot/share/gc/g1/g1HeapVerifier.cpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/g1/g1RemSetTrackingPolicy.cpp
! src/hotspot/share/gc/g1/g1SATBMarkQueueSet.cpp
! src/hotspot/share/gc/g1/g1YoungGCPostEvacuateTasks.cpp
Changeset: c01095c0
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-19 11:26:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c01095c0c9d4de1995d079be3356468196d9a25e
8328262: Convert javax/swing/JSplitPane/8132123/bug8132123.java applet test to main
Reviewed-by: psadhukhan, tr
- test/jdk/javax/swing/JSplitPane/8132123/bug8132123.html
- test/jdk/javax/swing/JSplitPane/8132123/bug8132123.java
+ test/jdk/javax/swing/JSplitPane/bug8132123.java
Changeset: db4842c9
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-19 13:38:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/db4842c9d9696af311762cb9c809952c55b34623
8328364: Remove redundant fields in 'BOTConstants'
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/parallel/objectStartArray.cpp
! src/hotspot/share/gc/parallel/objectStartArray.hpp
! src/hotspot/share/gc/parallel/objectStartArray.inline.hpp
! src/hotspot/share/gc/parallel/psOldGen.cpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.hpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.inline.hpp
- src/hotspot/share/gc/shared/blockOffsetTable.cpp
! src/hotspot/share/gc/shared/blockOffsetTable.hpp
! src/hotspot/share/gc/shared/cardTable.cpp
! src/hotspot/share/gc/shared/cardTable.hpp
! test/hotspot/gtest/gc/g1/test_freeRegionList.cpp
Changeset: 2094ff3c
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-19 13:52:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2094ff3c7ad829355bf13760d9a19b37649b3517
8328279: Convert java/awt/Cursor/CursorOverlappedPanelsTest test to main
Reviewed-by: honkar, abhiscxk
+ test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest.java
- test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest/CursorOverlappedPanelsTest.html
- test/jdk/java/awt/Cursor/CursorOverlappedPanelsTest/CursorOverlappedPanelsTest.java
Changeset: 5f2a92d9
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-19 15:06:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5f2a92d954ce485d372c3cb3e5118556b1d076c3
8328244: Convert javax/swing/JSlider/6742358/bug6742358.java applet test to main
Reviewed-by: psadhukhan, tr
- test/jdk/javax/swing/JSlider/6742358/bug6742358.html
- test/jdk/javax/swing/JSlider/6742358/bug6742358.java
+ test/jdk/javax/swing/JSlider/bug6742358.java
Changeset: f140eb4c
Author: Pavel Rappo <prappo at openjdk.org>
Date: 2024-03-19 15:23:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f140eb4c3a47e1479d62fe1eef16bbbea92892bc
8297879: javadoc link to preview JEP 1000 has grouping character comma
Reviewed-by: jjg, vromero
! src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PreviewListWriter.java
! test/langtools/jdk/javadoc/doclet/testPreview/TestPreview.java
Changeset: 3b305d50
Author: Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-03-19 15:35:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3b305d502b84b7f1cfa378a9c274ef0b9ee52524
8313306: More sensible memory reservation logging
Reviewed-by: dholmes, stuefe, coleenp
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/posix/signals_posix.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/runtime/os.hpp
! src/hotspot/share/utilities/globalDefinitions.hpp
+ test/hotspot/jtreg/runtime/os/TestMemoryAllocationLogging.java
Changeset: 13292168
Author: Mandy Chung <mchung at openjdk.org>
Date: 2024-03-19 15:55:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/132921683bc9860ce2ba89729dcd989b10b89aa2
8328261: public lookup fails with IllegalAccessException when used while module system is being initialized
Reviewed-by: rriggs, alanb
! src/java.base/share/classes/sun/invoke/util/VerifyAccess.java
Changeset: 9214a62f
Author: Eirik Bjørsnøs <eirbjo at openjdk.org>
Date: 2024-03-19 16:31:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9214a62f26917162b3ff2144a1f3f9cde3b808fa
8328341: Remove deprecated per-thread compiler stats in sun.management
Reviewed-by: kevinw
- src/java.management/share/classes/sun/management/CompilerThreadStat.java
! src/java.management/share/classes/sun/management/HotspotCompilation.java
! src/java.management/share/classes/sun/management/HotspotCompilationMBean.java
Changeset: 9ca4ae3d
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-03-19 17:23:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9ca4ae3d3b746f1d75036d189ff98f02b73b948f
8328264: AArch64: remove UseNeon condition in CRC32 intrinsic
Reviewed-by: aph
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
Changeset: 4f8f4865
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-03-19 17:55:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4f8f48654e500e875d14e6b4707ab654acc59176
8328012: Convert InputMethod (/java/awt/im) applet tests to main
Reviewed-by: azvegint, tr
- test/jdk/java/awt/im/8132503/bug8132503.html
- test/jdk/java/awt/im/8132503/bug8132503.java
- test/jdk/java/awt/im/8148984/bug8148984.html
- test/jdk/java/awt/im/8148984/bug8148984.java
+ test/jdk/java/awt/im/PinyinIMCommaTest.java
+ test/jdk/java/awt/im/PinyinIMFullstopTest.java
Changeset: 7231fd78
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-19 18:48:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7231fd78aada80946b680e10227a356714d5c34b
8328350: G1: Remove DO_DISCOVERED_AND_DISCOVERY
Reviewed-by: tschatzl, gli
! src/hotspot/share/gc/g1/g1OopClosures.hpp
! src/hotspot/share/memory/iterator.hpp
! src/hotspot/share/oops/instanceRefKlass.hpp
! src/hotspot/share/oops/instanceRefKlass.inline.hpp
Changeset: 269163d5
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-20 03:18:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/269163d509ec3c80983f55c5b47f472fa76be26c
8328387: Convert java/awt/Frame/FrameStateTest/FrameStateTest.html applet test to main
Reviewed-by: honkar
! test/jdk/ProblemList.txt
- test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.html
! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java
Changeset: a68f5d73
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-20 05:59:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a68f5d7331c2e6c4bc51eee95abcbabb5a19b484
8327879: Convert javax/swing/border/Test4760089.java applet test to main
Reviewed-by: abhiscxk, prr
- test/jdk/javax/swing/border/Test4760089.html
! test/jdk/javax/swing/border/Test4760089.java
Changeset: eebcc218
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2024-03-20 07:20:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/eebcc2181fe27f6aa10559233c7c58882a146f56
8328524: [x86] StringRepeat.java failure on linux-x86: Could not reserve enough space for 2097152KB object heap
Reviewed-by: rriggs, mdoerr, sgehwolf
! test/jdk/java/lang/String/StringRepeat.java
Changeset: 03c25b15
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-20 13:40:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/03c25b15eb73e594d1329be397cd34e206d2682b
8328367: Convert java/awt/Component/UpdatingBootTime test to main
Reviewed-by: dnguyen, psadhukhan
+ test/jdk/java/awt/Component/UpdatingBootTime.java
- test/jdk/java/awt/Component/UpdatingBootTime/UpdatingBootTime.html
- test/jdk/java/awt/Component/UpdatingBootTime/UpdatingBootTime.java
Changeset: e0373e01
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-20 13:46:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e0373e01fece310d12859207cc5e233f68b7607f
8328378: Convert java/awt/FileDialog/FileDialogForDirectories test to main
Reviewed-by: psadhukhan
+ test/jdk/java/awt/FileDialog/FileDialogForDirectories.java
- test/jdk/java/awt/FileDialog/FileDialogForDirectories/FileDialogForDirectories.html
- test/jdk/java/awt/FileDialog/FileDialogForDirectories/FileDialogForDirectories.java
Changeset: 1b68c731
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-20 13:47:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1b68c731f2461a2f26e6d967dd3f94e217b4d1f4
8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main
Reviewed-by: psadhukhan
+ test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java
- test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.html
- test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.java
Changeset: e5e7cd20
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-20 13:48:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e5e7cd20eca0e5a5f0811d304a9659961dcf11c0
8328386: Convert java/awt/FileDialog/FileNameOverrideTest test to main
Reviewed-by: azvegint
+ test/jdk/java/awt/FileDialog/FileNameOverrideTest.java
- test/jdk/java/awt/FileDialog/FileNameOverrideTest/FileNameOverrideTest.html
- test/jdk/java/awt/FileDialog/FileNameOverrideTest/FileNameOverrideTest.java
Changeset: d3f3011d
Author: Archie Cobbs <acobbs at openjdk.org>
Committer: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-03-20 15:01:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d3f3011d56267360d65841da3550eca79cf1575b
7036144: GZIPInputStream readTrailer uses faulty available() test for end-of-stream
Reviewed-by: jpai
! src/java.base/share/classes/java/util/zip/GZIPInputStream.java
+ test/jdk/java/util/zip/GZIP/GZIPInputStreamAvailable.java
Changeset: 4e83f4cf
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-20 16:25:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4e83f4cfc779e39cca0070b5729a508aeaa74654
8328185: Convert java/awt/image/MemoryLeakTest/MemoryLeakTest.java applet test to main
Reviewed-by: azvegint, honkar
! test/jdk/java/awt/image/MemoryLeakTest/MemoryLeakTest.java
Changeset: a112fc8b
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-03-20 18:08:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a112fc8bac8ddee87c8555b156519a2785d3223b
8328225: Convert ImageDecoratedDnD.html applet test to main
Reviewed-by: dnguyen, aivanov
- test/jdk/java/awt/dnd/ImageDecoratedDnD/ImageDecoratedDnD.html
! test/jdk/java/awt/dnd/ImageDecoratedDnD/ImageDecoratedDnD.java
Changeset: 96530bcc
Author: Robert Toyonaga <rtoyonag at redhat.com>
Committer: Erik Gahlin <egahlin at openjdk.org>
Date: 2024-03-20 19:42:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/96530bcc07514c3eda40fd6ffa74f197fe541dea
8326521: JFR: CompilerPhase event test fails on windows 32 bit
Reviewed-by: egahlin
! test/jdk/jdk/jfr/event/compiler/TestCompilerPhase.java
Changeset: fbeac98c
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-03-20 19:49:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fbeac98c84078a566c572abeba07c49e94bbf26b
8328379: Convert URLDragTest.html applet test to main
Reviewed-by: abhiscxk, psadhukhan
+ test/jdk/java/awt/dnd/URLDragTest.java
- test/jdk/java/awt/dnd/URLDragTest/URLDragTest.html
- test/jdk/java/awt/dnd/URLDragTest/URLDragTest.java
Changeset: 000f4d8d
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2024-03-20 19:59:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/000f4d8d156a48939fd29f8b4dd84b3dfd7d9d95
8319251: [REDO] Change LockingMode default from LM_LEGACY to LM_LIGHTWEIGHT
Reviewed-by: rkennke, dholmes
! src/hotspot/share/runtime/globals.hpp
! test/jtreg-ext/requires/VMProps.java
Changeset: d32746ef
Author: Weijun Wang <weijun at openjdk.org>
Date: 2024-03-20 21:25:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d32746ef4a0ce6fec558274244321991be141698
8296244: Alternate implementation of user-based authorization Subject APIs that doesn’t depend on Security Manager APIs
Reviewed-by: mullan
! src/java.base/share/classes/java/lang/System.java
! src/java.base/share/classes/javax/security/auth/Subject.java
! src/java.base/share/classes/jdk/internal/access/JavaLangAccess.java
! test/jdk/javax/management/monitor/ThreadPoolAccTest.java
! test/jdk/javax/management/remote/mandatory/notif/NotificationAccessControllerTest.java
! test/jdk/javax/management/remote/mandatory/passwordAccessFile/NonJMXPrincipalsTest.java
! test/jdk/javax/management/remote/mandatory/passwordAccessFile/PasswordAccessFileTest.java
! test/jdk/javax/management/remote/mandatory/passwordAuthenticator/RMIAltAuthTest.java
! test/jdk/javax/management/remote/mandatory/passwordAuthenticator/RMIPasswdAuthTest.java
! test/jdk/javax/management/remote/mandatory/subjectDelegation/SubjectDelegation1Test.java
! test/jdk/javax/management/security/AuthorizationTest.java
+ test/jdk/javax/security/auth/Subject/CallAsWithScopedValue.java
+ test/jdk/javax/security/auth/Subject/Compat.java
! test/jdk/javax/security/auth/Subject/CurrentSubject.java
! test/jdk/javax/security/auth/Subject/FromACC.java
+ test/jdk/javax/security/auth/Subject/UnsupportedSV.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java
Changeset: dea94f44
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-20 23:17:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dea94f4445b9389339cf7ca0eef688ca56c17814
8328300: Convert PrintDialogsTest.java from Applet to main program
Reviewed-by: psadhukhan, dnguyen
- test/jdk/java/awt/Modal/PrintDialogsTest/PrintDialogsTest.html
! test/jdk/java/awt/Modal/PrintDialogsTest/PrintDialogsTest.java
Changeset: 481473ef
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-21 05:27:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/481473efce9f51a497e26002c6da52b0ddc9ea8f
8328035: Convert javax/swing/text/html/TableView/7030332/bug7030332.java applet test to main
Reviewed-by: abhiscxk, prr
- test/jdk/javax/swing/text/html/TableView/7030332/bug7030332.html
! test/jdk/javax/swing/text/html/TableView/7030332/bug7030332.java
Changeset: 65d9f119
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-21 07:30:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/65d9f119c401c26c9a6436f5c9a513f91bb8c753
8328328: Convert javax/swing/JTabbedPane/4666224/bug4666224.java applet test to main
Reviewed-by: honkar, tr
! test/jdk/ProblemList.txt
- test/jdk/javax/swing/JTabbedPane/4666224/bug4666224.html
- test/jdk/javax/swing/JTabbedPane/4666224/bug4666224.java
+ test/jdk/javax/swing/JTabbedPane/bug4666224.java
Changeset: a5a2eca1
Author: Aggelos Biboudis <abimpoudis at openjdk.org>
Date: 2024-03-21 08:02:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a5a2eca155bf5d9a1f01d0f3f21bd19dd0a7bd4d
8327683: Crash with primitive type pattern and generic expression in instanceof
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransPatterns.java
! test/langtools/tools/javac/patterns/PrimitiveInstanceOfPatternOpWithRecordPatterns.java
+ test/langtools/tools/javac/patterns/PrimitiveInstanceOfPatternOpWithTopLevelPatterns.java
! test/langtools/tools/javac/patterns/PrimitiveInstanceOfTypeComparisonOp.java
Changeset: 93d1700f
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-21 08:16:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/93d1700f23d42cb35b6028c5d7d029c035711acf
8328589: unify os::breakpoint among posix platforms
Reviewed-by: lucy, asteiner, dholmes
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/posix/os_posix.cpp
Changeset: 684678f9
Author: Sidraya Jayagond <sjayagond at openjdk.org>
Committer: Amit Kumar <amitkumar at openjdk.org>
Date: 2024-03-21 08:51:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/684678f9e83ed0a76541a31356894d170fd421db
8328633: s390x: Improve vectorization of Match.sqrt() on floats
Reviewed-by: amitkumar, mdoerr
! src/hotspot/cpu/s390/s390.ad
Changeset: 9f5ad433
Author: Renjith Kannath Pariyangad <rkannathpari at openjdk.org>
Committer: Tejesh R <tr at openjdk.org>
Date: 2024-03-21 10:29:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9f5ad43358a4e209b4cd1c91bcc86b997f371548
8320675: PrinterJob/SecurityDialogTest.java hangs
Co-authored-by: Alexey Ivanov <aivanov at openjdk.org>
Reviewed-by: aivanov, tr
! test/jdk/java/awt/print/PrinterJob/SecurityDialogTest.java
Changeset: 68170ae2
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-21 11:25:27 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/68170ae22233462e8925c75c4737be7f0ba9353d
8328238: Convert few closed manual applet tests to main
Reviewed-by: tr, aivanov, prr
+ test/jdk/javax/swing/JFrame/bug4419914.java
+ test/jdk/javax/swing/text/PaintTest.java
+ test/jdk/javax/swing/text/bug4148489.java
+ test/jdk/javax/swing/text/html/StyleSheet/bug4803145.java
Changeset: 70067901
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-21 11:33:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/700679011e5e9191f5170209454d35cc82953362
8328628: JDK-8328157 incorrectly sets -MT on all compilers in jdk.jpackage
Reviewed-by: erikj, jwaters
! make/modules/jdk.jpackage/Lib.gmk
Changeset: c434b79c
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-03-21 12:13:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c434b79cff33e08e4518e92ddddae996dffefe29
8327169: serviceability/dcmd/vm/SystemMapTest.java and SystemDumpMapTest.java may fail after JDK-8326586
Reviewed-by: jsjolen, mbaesken
! src/hotspot/share/nmt/memMapPrinter.cpp
Changeset: ac2f8e5a
Author: Jorn Vernee <jvernee at openjdk.org>
Date: 2024-03-21 12:34:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ac2f8e5af8c88cd13038b113f82bb7c17a38aa40
8327994: Update code gen in CallGeneratorHelper
Reviewed-by: mcimadamore
! test/jdk/java/foreign/CallGeneratorHelper.java
! test/jdk/java/foreign/libTestDowncallStack.c
! test/jdk/java/foreign/libTestUpcall.c
! test/jdk/java/foreign/libTestUpcallStack.c
! test/jdk/java/foreign/libVarArgs.c
! test/jdk/java/foreign/shared.h
Changeset: bb3e84bd
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-21 12:36:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bb3e84bd1fd8217fcb319de8a0716e44359e3423
8328592: hprof tests fail with -XX:-CompactStrings
Reviewed-by: phh, lmesnik, amenkov
! test/lib/jdk/test/lib/hprof/model/JavaObject.java
! test/lib/jdk/test/lib/hprof/model/JavaValueArray.java
Changeset: 700d2b91
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-21 13:06:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/700d2b91defd421a2818f53830c24f70d11ba4f6
8328401: Convert java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.html applet test to automated
Reviewed-by: abhiscxk, prr
- test/jdk/java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.html
! test/jdk/java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.java
Changeset: 43080173
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-21 13:19:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/43080173e88c8f53cd54c9096c79f3144007fd97
8328631: Convert java/awt/InputMethods/InputMethodsTest/InputMethodsTest.java applet test to manual
Reviewed-by: prr
- test/jdk/java/awt/InputMethods/InputMethodsTest/InputMethodsTest.html
! test/jdk/java/awt/InputMethods/InputMethodsTest/InputMethodsTest.java
Changeset: e41bc42d
Author: Richard Reingruber <rrich at openjdk.org>
Date: 2024-03-21 14:09:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e41bc42deb22615c9b93ee639d04e9ed2bd57f64
8327990: [macosx-aarch64] Various tests fail with -XX:+AssertWXAtThreadSync
Reviewed-by: dholmes, stuefe, mdoerr, tholenstein, aph
! src/hotspot/share/jfr/instrumentation/jfrJvmtiAgent.cpp
! src/hotspot/share/jfr/jni/jfrJniMethod.cpp
! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp
! src/hotspot/share/jfr/recorder/storage/jfrStorage.cpp
! src/hotspot/share/jfr/support/jfrIntrinsics.cpp
! src/hotspot/share/jfr/writers/jfrJavaEventWriter.cpp
! src/hotspot/share/prims/jvmtiExport.cpp
! src/hotspot/share/prims/jvmtiExtensions.cpp
Changeset: 725d87bb
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-21 14:46:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/725d87bbc2abae2ca856d91668f0a494f93fca1c
8328570: Convert closed JViewport manual applet tests to main
Reviewed-by: abhiscxk, kizune
+ test/jdk/javax/swing/JViewport/bug4137282.java
+ test/jdk/javax/swing/JViewport/bug4217252.java
+ test/jdk/javax/swing/JViewport/bug4237176.java
+ test/jdk/javax/swing/JViewport/bug4243479.java
+ test/jdk/javax/swing/JViewport/bug4750421.java
Changeset: 75195aab
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-03-21 15:30:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/75195aab497a2d23548128e03f6887283dcaa7e1
8328299: Convert DnDFileGroupDescriptor.html applet test to main
Reviewed-by: psadhukhan, tr
! test/jdk/ProblemList.txt
- test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.html
! test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java
Changeset: 581b1e29
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-21 15:31:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/581b1e29aebd425bade14d2ee46704a16187df5b
8328402: Implement pausing functionality for the PassFailJFrame
Reviewed-by: aivanov, prr
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: 16ed1913
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-21 15:47:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/16ed191329b517766313761c8f3450b4a8285658
8328101: Parallel: Obsolete ParallelOldDeadWoodLimiterMean and ParallelOldDeadWoodLimiterStdDev
Reviewed-by: tschatzl, iwalulya, sjohanss
! src/hotspot/share/gc/parallel/parallelArguments.cpp
! src/hotspot/share/gc/parallel/parallel_globals.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.inline.hpp
! src/hotspot/share/gc/shared/gc_globals.hpp
! src/hotspot/share/runtime/arguments.cpp
Changeset: 1496b5de
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-03-21 16:02:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1496b5de9004c6a9e43ead5f6e9e88362028a7cc
8327924: Simplify TrayIconScalingTest.java
Reviewed-by: honkar, prr
! test/jdk/java/awt/TrayIcon/TrayIconScalingTest.java
Changeset: e66788c1
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-03-21 16:03:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e66788c16563d343f6cccd2807a251ccc6f9b64a
8325179: Race in BasicDirectoryModel.validateFileCache
8238169: BasicDirectoryModel getDirectories and DoChangeContents.run can deadlock
Reviewed-by: prr, tr, aturbanov, serb
! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java
Changeset: ef2bd572
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-21 16:12:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ef2bd5721316f208a458fecfffa02ec2c0ea7fe0
8328558: Convert javax/swing/JCheckBox/8032667/bug8032667.java applet test to main
Reviewed-by: abhiscxk, psadhukhan, aivanov
- test/jdk/javax/swing/JCheckBox/8032667/bug8032667.html
- test/jdk/javax/swing/JCheckBox/8032667/bug8032667.java
- test/jdk/javax/swing/JCheckBox/8032667/bug8032667_image_diff.java
+ test/jdk/javax/swing/JCheckBox/bug8032667.java
Changeset: cc5cda55
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-21 16:33:39 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cc5cda558736ffeae2a4611d87dfe280b9a4eac3
8328005: Convert java/awt/im/JTextFieldTest.java applet test to main
Reviewed-by: prr, abhiscxk
- test/jdk/java/awt/im/JTextFieldTest.html
! test/jdk/java/awt/im/JTextFieldTest.java
Changeset: e81374e0
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-21 17:47:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e81374e0501a8201dac701824d2e29f2cedfcdff
8328560: java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java imports Applet
Reviewed-by: azvegint, abhiscxk
! test/jdk/java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java
Changeset: fa823bd2
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-21 17:48:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fa823bd21c6676c67c42275efb59868200409b38
8328540: test javax/swing/JSplitPane/4885629/bug4885629.java fails on windows hidpi
Reviewed-by: abhiscxk, psadhukhan
! test/jdk/javax/swing/JSplitPane/4885629/bug4885629.java
Changeset: ba05c6d0
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-21 17:55:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ba05c6d0b6955a0c5110b75e709e2206961f9fec
8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main
Reviewed-by: azvegint, aivanov
+ test/jdk/java/awt/image/multiresolution/MultiDisplayTest.java
- test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.html
- test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java
Changeset: ab28045d
Author: Viktor Klang <vklang at openjdk.org>
Date: 2024-03-21 19:20:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ab28045d7785d948b2bce685f06043e8217961f4
8328316: Finisher cannot emit if stream is sequential and integrator returned false
Reviewed-by: psandoz
! src/java.base/share/classes/java/util/stream/GathererOp.java
+ test/jdk/java/util/stream/GathererShortCircuitTest.java
Changeset: ab183e43
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-21 20:07:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ab183e437c18b445e9c022a4d74de818d4ccecbe
8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main
Reviewed-by: abhiscxk, azvegint
- test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.html
! test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.java
Changeset: 4210e507
Author: Alexey Bakhtin <abakhtin at openjdk.org>
Date: 2024-03-21 22:28:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4210e507a0e65de00fab50e0584aa82cd7b3bf27
8320362: Load anchor certificates from Keychain keystore
Reviewed-by: weijun, mullan
! src/java.base/macosx/classes/apple/security/AppleProvider.java
! src/java.base/macosx/classes/apple/security/KeychainStore.java
! src/java.base/macosx/native/libosxsecurity/KeystoreImpl.m
! test/jdk/TEST.groups
! test/jdk/java/security/KeyStore/CheckMacOSKeyChainTrust.java
+ test/jdk/security/infra/javax/net/ssl/HttpsURLConnectionTest.java
Changeset: 771f6a2f
Author: Leonid Mesnik <lmesnik at openjdk.org>
Date: 2024-03-21 22:35:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/771f6a2f8e236e224b0e33b89f664c4bfc49e595
8327704: Update nsk/jdi tests to use driver instead of othervm
Reviewed-by: sspitsyn, cjplummer
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AccessWatchpointEvent/_itself_/awevent001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AccessWatchpointEvent/_itself_/awevent001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isPrivate001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isPrivate001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isprivate002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isprivate002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isProtected001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isProtected001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isprotected002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isprotected002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/isPublic001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/isPublic001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/description/description001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/description/description001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/label/label001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/label/label001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/mustSpecify/mustspecify001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/mustSpecify/mustspecify001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/length/length001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/length/length001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentType/componenttype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentType/componenttype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/TestDriver.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/attach004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc03x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc03x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc06x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc06x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc07x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc07x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc08x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc08x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc01x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc01x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc03x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc03x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc04x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc04x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc02x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc02x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc04x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc04x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc05x001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc05x001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/_bounds_/filters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/_bounds_/filters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/compareTo/compareto001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/compareTo/compareto001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/compareTo/compareto001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/compareTo/compareto001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/_bounds_/filters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/_bounds_/filters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter001/addSourceNameFilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod012.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod012/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod013.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod013/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod015.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod015/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/isEnum/isenum001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/isEnum/isenum001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/className/classname001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/className/classname001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/classSignature/signature001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/classSignature/signature001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/_bounds_/filters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/_bounds_/filters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/bounds001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/bounds001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/description/description001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/description/description001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/transport/transport001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/transport/transport001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ConstantField/values001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ConstantField/values001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/compareTo/compareto001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/compareTo/compareto001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/_bounds_/eventrequest001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/_bounds_/eventrequest001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq010.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy018.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy018/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/virtualMachine/virtualmachine001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/virtualMachine/virtualmachine001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/_bounds_/filters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/_bounds_/filters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isEnumConstant/isenumconstant001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isEnumConstant/isenumconstant001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isTransient/istrans001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isTransient/istrans001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isVolatile/isvol001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isVolatile/isvol001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/compareTo/compareto001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/compareTo/compareto001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/HiddenClass/events/events001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/max/max001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/max/max001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/min/min001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/min/min001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/setValue/setvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/setValue/setvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/stringValueOf/stringvalueof001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/stringValueOf/stringvalueof001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/compareTo/compareto001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/compareTo/compareto001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/implementors/implementors001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/implementors/implementors001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/subinterfaces/subinterfaces001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/subinterfaces/subinterfaces001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/superinterfaces/superinterfaces001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/superinterfaces/superinterfaces001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launchnosuspend/launchnosuspend001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/listennosuspend/listennosuspend001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/supportsMultipleConnections/supportsmultipleconnections001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/supportsMultipleConnections/supportsmultipleconnections001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/genericSignature/gensignature001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/genericSignature/gensignature001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isArgument/isargument001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isArgument/isargument001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/signature/signature001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/signature/signature001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/codeIndex/codeindex001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/codeIndex/codeindex001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/declaringType/declaringtype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/declaringType/declaringtype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber/linenumber001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber/linenumber001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/lineNumber_s002/lineNumber_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/linenumber_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/linenumber_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/method/method001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/method/method001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName/sourcename001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName/sourcename001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourceName_s002/sourceName_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourcename_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourcename_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath/sourcepath001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath/sourcepath001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcePath_s002/sourcePath_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcepath_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcepath_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/compareTo/compareto001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/compareTo/compareto001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/_bounds_/bounds001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/_bounds_/bounds001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/allLineLocations_ss002/allLineLocations_ss002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/allLineLocations_ss003/allLineLocations_ss003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/alllinelocations_ss001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/alllinelocations_ss001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/bytecodes/bytecodes001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/bytecodes/bytecodes001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isAbstract/isabstract001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isAbstract/isabstract001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isConstructor/isconstructor001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isConstructor/isconstructor001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isNative/isnative001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isNative/isnative001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isStaticInitializer/isstinitializer001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isStaticInitializer/isstinitializer001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isSynchronized/issynchronized001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isSynchronized/issynchronized001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isVarArgs/isvarargs001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isVarArgs/isvarargs001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationOfCodeIndex/locationofcodeindex001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationOfCodeIndex/locationofcodeindex001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine/locationsofline001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine/locationsofline001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsOfLine_ssi002/locationsOfLine_ssi002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsOfLine_ssi003/locationsOfLine_ssi003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsofline_ssi001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsofline_ssi001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/_bounds_/filters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/_bounds_/filters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/_itself_/methodexit001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/_itself_/methodexit001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue001/returnValue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue002/returnValue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue003/returnValue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue004/returnValue004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/_bounds_/filters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/_bounds_/filters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/virtualMachine/virtualmachine001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/virtualMachine/virtualmachine001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/MonitorWaitRequest001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/MonitorWaitRequest002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassExclusionFilter/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassFilter_ClassName/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassFilter_ReferenceType/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addInstanceFilter/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addThreadFilter/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/MonitorWaitedRequest001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/MonitorWaitedRequest002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassExclusionFilter/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassFilter_ClassName/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassFilter_ReferenceType/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addInstanceFilter/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addThreadFilter/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod010.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod011.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod011/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod012.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod012/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod013.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod013/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/isCollected/iscollected001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/isCollected/iscollected001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects001/referringObjects001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects003/referringObjects003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects004/referringObjects004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/uniqueID/uniqueid001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/uniqueID/uniqueid001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/baseDirectory/directory001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/baseDirectory/directory001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/bootClassPath/bootpath001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/bootClassPath/bootpath001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/booleanValue/booleanvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/booleanValue/booleanvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/byteValue/bytevalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/byteValue/bytevalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/charValue/charvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/charValue/charvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/floatvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/floatvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/intValue/intvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/intValue/intvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/longValue/longvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/longValue/longvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/shortValue/shortvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/shortValue/shortvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/allLineLocations_ss003/allLineLocations_ss003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/allLineLocations_ss004/allLineLocations_ss004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availableStrata002/availableStrata002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availablestrata001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availablestrata001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum002/defaultStratum002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum003/defaultStratum003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum004/defaultStratum004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultstratum001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultstratum001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedToInitialize001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedToInitialize001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedtoinit002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedtoinit002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances001/instances001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances002/instances002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances003/instances003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances005/instances005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isAbstract001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isAbstract001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isVerified001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isVerified001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsOfLine_ssi003/locationsOfLine_ssi003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsOfLine_ssi004/locationsOfLine_ssi004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourceNames003/sourceNames003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcePaths003/sourcePaths003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/popframes001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/popframes001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/redefineclasses001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/redefineclasses001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/choices/choices001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/choices/choices001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/compareTo/compareto001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/compareTo/compareto001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues001/getArgumentValues001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues002/getArgumentValues002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues003/getArgumentValues003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue001/setvalue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue002/setvalue002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue003/setvalue003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue004/setvalue004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue005/setvalue005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue006/setvalue006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent003/stepEvent003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent004/stepEvent004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringReference/value/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringReference/value/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathEvent/thread/thread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathEvent/thread/thread001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/parent/parent001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/parent/parent001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/suspend001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/suspend001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threadGroups/threadgroups001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threadGroups/threadgroups001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn003/forceEarlyReturn003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn004/forceEarlyReturn004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn005/forceEarlyReturn005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn008/forceEarlyReturn008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn009/forceEarlyReturn009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn011/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn012/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn013/forceEarlyReturn013.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn014/forceEarlyReturn014.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn015/forceEarlyReturn015.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames001/ownedMonitorsAndFrames001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames002/ownedMonitorsAndFrames002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames003/ownedMonitorsAndFrames003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/ownedMonitorsAndFrames004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames005/ownedMonitorsAndFrames005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames006/ownedMonitorsAndFrames006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames007/ownedMonitorsAndFrames007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames009/ownedMonitorsAndFrames009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status003/status003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status004/status004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status005/status005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status006/status006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status007/status007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status008/status008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspend/suspend001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Transport/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Transport/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/hashCode/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/hashCode/hashcode001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMCannotBeModifiedEx/_itself_/canntbemod001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMCannotBeModifiedEx/_itself_/canntbemod001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMStartEvent/thread/thread001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMStartEvent/thread/thread001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type002/type002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canBeModified/canbemodified001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canBeModified/canbemodified001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetBytecodes/cangetbytecodes001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetBytecodes/cangetbytecodes001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSourceDebugExtension/cangetsde001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSourceDebugExtension/cangetsde001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSyntheticAttribute/cangetattr001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSyntheticAttribute/cangetattr001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/classesByName/classesbyname001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/classesByName/classesbyname001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/description/description001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/description/description001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventQueue/eventqueue001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventQueue/eventqueue001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventRequestManager/eventrmanager001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventRequestManager/eventrmanager001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/getDefaultStratum/getdefaultstratum001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/getDefaultStratum/getdefaultstratum001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts001/instancecounts001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts004/instancecounts004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_bool/mirrorof_bool001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_bool/mirrorof_bool001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_byte/mirrorof_byte001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_byte/mirrorof_byte001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_char/mirrorof_char001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_char/mirrorof_char001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_double/mirrorof_double001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_double/mirrorof_double001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_float/mirrorof_float001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_float/mirrorof_float001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_int/mirrorof_int001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_int/mirrorof_int001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_long/mirrorof_long001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_long/mirrorof_long001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_short/mirrorof_short001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_short/mirrorof_short001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_string/mirrorof_string001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_string/mirrorof_string001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/name/name001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/name/name001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/process/process001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/process/process001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses029.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses029/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses034.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses034/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses035.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses035/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/resume001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/resume001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum002/setDefaultStratum002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum003/setDefaultStratum003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setdefaultstratum001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setdefaultstratum001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/topLevelThreadGroups/toplevelgroups001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/topLevelThreadGroups/toplevelgroups001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/version/version001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/version/version001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/allConnectors/allconnectors001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/allConnectors/allconnectors001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/attachingConnectors/attaching001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/attachingConnectors/attaching001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/defaultConnector/default001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/defaultConnector/default001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/launchingConnectors/launching001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/launchingConnectors/launching001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/listeningConnectors/listening001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/listeningConnectors/listening001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/majorInterfaceVersion/major001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/majorInterfaceVersion/major001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/minorInterfaceVersion/minor001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/minorInterfaceVersion/minor001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals001/equals001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/hashCode/hashcode001/hashcode001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/toString/tostring001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/toString/tostring001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/wevent001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/wevent001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/field/field001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/field/field001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/valueCurrent/valuecur001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/valueCurrent/valuecur001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/_bounds_/filters001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/_bounds_/filters001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter007.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter007/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter008.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter008/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Binder.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassExclusionFilterTest.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassFilterTest_ClassName.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassFilterTest_ReferenceType.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/InstanceFilterTest.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/OwnedMonitorsDebugger.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/SerialExecutionDebugger.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/StressTestTemplate.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/TestDebuggerType1.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ThreadFilterTest.java
Changeset: f7f291c5
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-21 22:48:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f7f291c5d4d2d01dab3ccda7518ebc13f6bd58f6
8328301: Convert Applet test ManualHTMLDataFlavorTest.java to main program
Reviewed-by: honkar
- test/jdk/java/awt/datatransfer/HTMLDataFlavors/ManualHTMLDataFlavorTest.html
! test/jdk/java/awt/datatransfer/HTMLDataFlavors/ManualHTMLDataFlavorTest.java
Changeset: 46809b39
Author: Archie Cobbs <acobbs at openjdk.org>
Committer: Vicente Romero <vromero at openjdk.org>
Date: 2024-03-21 22:54:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/46809b396ca76210f7939c8edf5a8263c29d3ddb
8324736: Invalid end positions for EMPTY_STATEMENT
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
+ test/langtools/tools/javac/parser/ReversedSourcePositions.java
Changeset: 0efd9dc0
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-03-21 23:06:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0efd9dc09b969846f79fb8ca16ddf565117d52b6
8328398: Convert java/awt/im/4490692/bug4490692.html applet test to main
Reviewed-by: achung, azvegint
- test/jdk/java/awt/im/4490692/bug4490692.html
- test/jdk/java/awt/im/4490692/bug4490692.java
+ test/jdk/java/awt/im/bug4490692.java
Changeset: 4d36c4ad
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-03-22 00:30:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4d36c4adcc47630ddc7149c48c06dc8a93c1be5c
8328285: GetOwnedMonitorInfo functions should use JvmtiHandshake
Reviewed-by: pchilanomate, lmesnik
! src/hotspot/share/prims/jvmtiEnv.cpp
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvBase.hpp
! src/hotspot/share/runtime/escapeBarrier.cpp
Changeset: da009214
Author: Koichi Sakata <ksakata at openjdk.org>
Date: 2024-03-22 00:56:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/da009214f19f73965495b8462c9dcff5db8ae7ae
8320404: Double whitespace in SubTypeCheckNode::dump_spec output
Reviewed-by: chagedorn, thartmann
! src/hotspot/share/opto/subtypenode.cpp
Changeset: 177b8a24
Author: Tejesh R <tr at openjdk.org>
Date: 2024-03-22 03:21:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/177b8a241c11782b302607c0068b15b38112e67c
8327840: Automate javax/swing/border/Test4129681.java
Reviewed-by: abhiscxk, prr
! test/jdk/javax/swing/border/Test4129681.java
Changeset: 256d48b1
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-22 03:40:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/256d48b19694e86bb26d67ed56de8ac94a31f4ff
8327980: Convert javax/swing/JToggleButton/4128979/bug4128979.java applet test to main
Reviewed-by: honkar, tr
- test/jdk/javax/swing/JToggleButton/4128979/bug4128979.html
- test/jdk/javax/swing/JToggleButton/4128979/bug4128979.java
+ test/jdk/javax/swing/JToggleButton/bug4128979.java
Changeset: 9bc741d0
Author: Christian Stein <cstein at openjdk.org>
Date: 2024-03-22 05:29:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9bc741d04f0c2e731f67ac21144812a55d0ea03d
8328339: Static import prevents source launcher from finding class with main method
Reviewed-by: jlahoda
! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/MemoryContext.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/ProgramDescriptor.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/SourceLauncher.java
! test/langtools/tools/javac/launcher/SourceLauncherTest.java
Changeset: d44aaa37
Author: Prasadrao Koppula <pkoppula at openjdk.org>
Committer: Sean Coffey <coffeys at openjdk.org>
Date: 2024-03-22 07:02:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d44aaa37f98dd383aebbec097427feb1f1c29b74
8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message
Reviewed-by: djelinski, coffeys, jjiang, ascarpino
! src/java.base/share/classes/sun/security/ssl/ServerHello.java
+ test/jdk/javax/net/ssl/TLSv13/EngineOutOfSeqCCS.java
Changeset: 940d1965
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-22 07:09:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/940d1965f831a9f7e4f1ce34e381c038827c7ca2
8328604: remove on_aix() function
Reviewed-by: clanger, stuefe
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/aix/os_aix.hpp
Changeset: e669d14d
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-22 08:43:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e669d14d4789f0047e8ef2112798f92ed28b31ca
8328671: Mark `allocate_new_tlab` and `unsafe_max_tlab_alloc` of `CollectedHeap` as `pure virtual`
Reviewed-by: stefank, tschatzl
! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/gc/shared/collectedHeap.hpp
Changeset: b334a8e5
Author: Joachim Kern <jkern at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-03-22 09:27:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b334a8e5fc2c05e9e64402ca8185f3ab5140b3a7
8328272: [AIX] Use flag kind "diagnostic" for platform specific flags
Reviewed-by: mdoerr, stuefe
! src/hotspot/os/aix/globals_aix.hpp
Changeset: 38e3cda4
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-22 09:46:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/38e3cda4420ef921cc6e43cb18338ec18c12011f
8328670: Automate and open source few closed manual applet test
Reviewed-by: psadhukhan, tr
+ test/jdk/javax/swing/JInternalFrame/Ctrli.java
+ test/jdk/javax/swing/JMenuItem/JActionCommandTest.java
Changeset: cd534f81
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-22 10:25:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cd534f8197341fbe3b3811f5be43c88090e16366
8328673: Convert closed text/html/CSS manual applet test to main
Reviewed-by: abhiscxk, aivanov
+ test/jdk/javax/swing/text/html/CSS/bug4271058.java
+ test/jdk/javax/swing/text/html/CSS/bug4286458.java
Changeset: d379afbc
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-22 10:57:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d379afbc11b82d72506ee71a2b36b04cf20f48ae
8328312: runtime/stack/Stack0*.java fails intermittently on libgraal
Reviewed-by: lmesnik, dholmes
! test/hotspot/jtreg/runtime/stack/Stack011.java
! test/hotspot/jtreg/runtime/stack/Stack012.java
Changeset: 528efe20
Author: Abhishek Kumar <abhiscxk at openjdk.org>
Date: 2024-03-22 11:10:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/528efe206d5ee3775b01f3b90600ca3cab6c96f0
8328484: Convert and Opensource few JFileChooser applet test to main
Reviewed-by: psadhukhan, tr
+ test/jdk/javax/swing/JFileChooser/EnterEmptyDirectory.java
+ test/jdk/javax/swing/JFileChooser/FileSelectionTests.java
+ test/jdk/javax/swing/JFileChooser/ShowHiddenFiles.java
Changeset: e06b568c
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-22 12:08:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e06b568c3c645dc9bb3d3e601e5429bb6a9b31f1
8328602: Parallel: Incorrect assertion in fill_dense_prefix_end
Reviewed-by: gli, iwalulya
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
Changeset: 638708ca
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-22 13:13:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/638708cad8228f62caf633015973403164675560
8328697: SubMenuShowTest and SwallowKeyEvents tests stabilization
Reviewed-by: kizune
! test/jdk/java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.java
! test/jdk/java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java
Changeset: e80619a0
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-22 14:12:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e80619a032c16d16de6e063e7650b60bc317ee7e
8328680: Introduce JDK_LIB, and clean up module native compilation
Reviewed-by: erikj, jwaters
! make/autoconf/libraries.m4
! make/autoconf/spec.gmk.template
! make/common/JdkNativeCompilation.gmk
! make/common/modules/LauncherCommon.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/modules/java.instrument/Lib.gmk
! make/modules/java.management/Lib.gmk
! make/modules/java.prefs/Lib.gmk
! make/modules/java.rmi/Launcher.gmk
! make/modules/java.rmi/Lib.gmk
! make/modules/java.scripting/Launcher.gmk
! make/modules/java.security.jgss/Launcher.gmk
! make/modules/java.security.jgss/Lib.gmk
! make/modules/java.smartcardio/Lib.gmk
! make/modules/jdk.attach/Lib.gmk
! make/modules/jdk.compiler/Launcher.gmk
! make/modules/jdk.crypto.cryptoki/Lib.gmk
! make/modules/jdk.crypto.mscapi/Lib.gmk
! make/modules/jdk.hotspot.agent/Launcher.gmk
! make/modules/jdk.hotspot.agent/Lib.gmk
! make/modules/jdk.httpserver/Launcher.gmk
! make/modules/jdk.incubator.vector/Lib.gmk
! make/modules/jdk.internal.le/Lib.gmk
! make/modules/jdk.jartool/Launcher.gmk
! make/modules/jdk.javadoc/Launcher.gmk
! make/modules/jdk.jcmd/Launcher.gmk
! make/modules/jdk.jconsole/Launcher.gmk
! make/modules/jdk.jdeps/Launcher.gmk
! make/modules/jdk.jdi/Launcher.gmk
! make/modules/jdk.jdi/Lib.gmk
! make/modules/jdk.jdwp.agent/Lib.gmk
! make/modules/jdk.jfr/Launcher.gmk
! make/modules/jdk.jlink/Launcher.gmk
! make/modules/jdk.jpackage/Launcher.gmk
! make/modules/jdk.jshell/Launcher.gmk
! make/modules/jdk.jstatd/Launcher.gmk
! make/modules/jdk.management.agent/Lib.gmk
! make/modules/jdk.management/Lib.gmk
! make/modules/jdk.net/Lib.gmk
! make/modules/jdk.sctp/Lib.gmk
! make/modules/jdk.security.auth/Lib.gmk
Changeset: f207aa94
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-22 14:12:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f207aa94f9296932276c2952252b263efc793b3f
8326960: GHA: RISC-V sysroot cannot be debootstrapped due to ongoing Debian t64 transition
Reviewed-by: fyang, erikj
! .github/workflows/build-cross-compile.yml
Changeset: 709410d8
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
Date: 2024-03-22 15:09:27 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/709410d8a4ca176c52d9c0abf80ed59eeb6bdaf3
8328679: Improve comment for UNSAFE_ENTRY_SCOPED in unsafe.cpp
Reviewed-by: jvernee, dholmes
! src/hotspot/share/prims/unsafe.cpp
Changeset: 13cf0707
Author: Martin Balao <mbalao at openjdk.org>
Date: 2024-03-22 15:28:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/13cf0707f903609c9bda99a9bf7511f494f9feae
8328556: Do not extract large CKO_SECRET_KEY keys from the NSS Software Token
Reviewed-by: djelinski
! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_keymgmt.c
+ test/jdk/sun/security/pkcs11/Mac/TestLargeSecretKeys.java
Changeset: 739957ca
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-22 15:40:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/739957ca1e3b9ac9131a68990178e92691744157
8328384: Convert java/awt/FileDialog/FileDialogOpenDirTest test to main
Reviewed-by: azvegint
+ test/jdk/java/awt/FileDialog/FileDialogOpenDirTest.java
- test/jdk/java/awt/FileDialog/FileDialogOpenDirTest/FileDialogOpenDirTest.html
- test/jdk/java/awt/FileDialog/FileDialogOpenDirTest/FileDialogOpenDirTest.java
Changeset: b7a51dd0
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-22 15:52:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b7a51dd0e8d56a9673b2c802d69019c23d43cb76
8328382: Convert java/awt/FileDialog/FileDialogForPackages test to main
Reviewed-by: psadhukhan, azvegint
+ test/jdk/java/awt/FileDialog/FileDialogForPackages.java
- test/jdk/java/awt/FileDialog/FileDialogForPackages/FileDialogForPackages.html
- test/jdk/java/awt/FileDialog/FileDialogForPackages/FileDialogForPackages.java
Changeset: ce7ebaa6
Author: Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date: 2024-03-22 16:00:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ce7ebaa606f96fdfee66d300b56022d9903b5ae3
8328812: Update and move siphash license
Reviewed-by: lfoltan
= src/java.base/share/legal/siphash.md
Changeset: 4d932d61
Author: Nizar Benalla <nizar.benalla at oracle.com>
Committer: Justin Lu <jlu at openjdk.org>
Date: 2024-03-22 16:11:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4d932d615c78f45516a4f136398e7610546065a6
8326853: Missing `@since` tags for Charset related methods added in Java 10
Reviewed-by: jlu, naoto
! src/java.base/share/classes/java/nio/channels/Channels.java
! src/java.base/share/classes/java/util/Formatter.java
Changeset: 23ebd9c3
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-22 17:17:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/23ebd9c3c69d09e6afe672d00b43da2ccc493480
8328555: hidpi problems for test java/awt/Dialog/DialogAnotherThread/JaWSTest.java
Reviewed-by: aivanov
+ test/jdk/java/awt/Dialog/JaWSTest.java
Changeset: c7bbf849
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-03-22 17:31:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c7bbf849290b39b8e89290234d70d8333df24710
8328190: Convert AWTPanelSmoothWheel.html applet test to main
Reviewed-by: azvegint, abhiscxk, aivanov
+ test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel.java
- test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel/AWTPanelSmoothWheel.html
- test/jdk/java/awt/event/MouseEvent/AWTPanelSmoothWheel/AWTPanelSmoothWheel.java
Changeset: 4324e3be
Author: Zhengyu Gu <zgu at openjdk.org>
Date: 2024-03-22 19:21:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4324e3be9ea8233b3625440330b9e8a269672f85
8328612: AdaptiveSizePolicySpaceOverheadTester::is_exceeded() print max_eden_size twice
Reviewed-by: ayang
! src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp
Changeset: f33a8445
Author: Calvin Cheung <ccheung at openjdk.org>
Date: 2024-03-22 20:15:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f33a8445ebfc3089e91688383db26b91e582658c
8325536: JVM crash during CDS archive creation with -XX:+AllowArchivingWithJavaAgent
Reviewed-by: iklam, matsaave
! src/hotspot/share/cds/archiveBuilder.cpp
! src/hotspot/share/classfile/klassFactory.cpp
+ test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/AppWithBMH.java
! test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java
! test/hotspot/jtreg/runtime/cds/appcds/jvmti/dumpingWithAgent/SimpleAgent.java
Changeset: c013fa18
Author: Sergey Bylokhov <serb at openjdk.org>
Date: 2024-03-22 21:03:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c013fa18119bbd2e355d5c0d13cd8c172892800a
8328194: Add a test to check default rendering engine
Reviewed-by: prr, tr
+ test/jdk/sun/java2d/marlin/DefaultRenderingEngine.java
Changeset: 476421ef
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-22 23:09:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/476421efe574eca6ba92aaa7fc86dfca99fdd7b2
8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main
Reviewed-by: honkar, psadhukhan
- test/jdk/java/awt/print/Dialog/PrintApplet.html
- test/jdk/java/awt/print/Dialog/PrintApplet.java
+ test/jdk/java/awt/print/Dialog/PrintModalDialog.java
Changeset: bc739639
Author: Alex Menkov <amenkov at openjdk.org>
Date: 2024-03-22 23:30:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bc73963974a824d77d54b8b0edbf8f05262b721c
8328303: 3 JDI tests timed out with UT enabled
Reviewed-by: cjplummer, sspitsyn, dcubed
! 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: c7b9dc46
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-03-25 01:18:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c7b9dc463a7e0347fc2e2ce5578e8fb39ea0b733
8328404: RISC-V: Fix potential crash in C2_MacroAssembler::arrays_equals
Reviewed-by: fyang
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.cpp
! src/hotspot/cpu/riscv/c2_MacroAssembler_riscv.hpp
! src/hotspot/cpu/riscv/riscv.ad
Changeset: 9f920b9b
Author: Jasmine Karthikeyan <jkarthikeyan at openjdk.org>
Committer: Emanuel Peter <epeter at openjdk.org>
Date: 2024-03-25 06:23:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9f920b9bbf8a64e2c2db085cf3da30db37c0d1bc
8324655: Identify integer minimum and maximum patterns created with if statements
Reviewed-by: epeter, qamai
! src/hotspot/share/opto/addnode.cpp
! src/hotspot/share/opto/addnode.hpp
! src/hotspot/share/opto/movenode.cpp
! src/hotspot/share/opto/movenode.hpp
+ test/hotspot/jtreg/compiler/c2/irTests/TestIfMinMax.java
! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java
+ test/micro/org/openjdk/bench/vm/compiler/IfMinMax.java
Changeset: acc4a828
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-03-25 07:07:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/acc4a828184bd2838a5c0b572f404aa1edaf59e2
8328862: Remove unused GrowableArrayFilterIterator
Reviewed-by: dholmes
! src/hotspot/share/utilities/growableArray.hpp
Changeset: cf9b5a71
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-25 08:33:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cf9b5a71bd66a51147d0dbf9ecf4038101a1e191
8328776: [AIX] remove checked_vmgetinfo, use vmgetinfo directly
Reviewed-by: clanger, lucy
! src/hotspot/os/aix/os_aix.cpp
Changeset: 19a0151a
Author: Raffaello Giulietti <rgiulietti at openjdk.org>
Date: 2024-03-25 08:47:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/19a0151a529ca69b3bef1ca821d9292018efbb7c
8328700: Unused import and variable should be deleted in regex package
Reviewed-by: redestad, rriggs, bpb, naoto, iris
! src/java.base/share/classes/java/util/regex/CharPredicates.java
! src/java.base/share/classes/java/util/regex/Pattern.java
Changeset: b235682a
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-25 09:21:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b235682a18653ab16f2d9b03b1e55698a91273b7
8328709: AIX os::get_summary_cpu_info support Power 10
Reviewed-by: lucy, jkern
! src/hotspot/os/aix/os_aix.cpp
Changeset: 93579c29
Author: Per Minborg <pminborg at openjdk.org>
Date: 2024-03-25 09:37:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/93579c29e3ba60a8bc16d712e7ffc733f324a223
8323552: AbstractMemorySegmentImpl#mismatch returns -1 when comparing distinct areas of the same instance of MemorySegment
Reviewed-by: mcimadamore
! src/java.base/share/classes/jdk/internal/foreign/AbstractMemorySegmentImpl.java
! test/jdk/java/foreign/TestMismatch.java
Changeset: f67ec19e
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-03-25 10:11:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f67ec19e236e3b4d2d4d4993a7d64b8de052d241
8079786: [macosx] Test java/awt/Frame/DisposeParentGC/DisposeParentGC.java fails for Mac only
Reviewed-by: prr
! test/jdk/ProblemList.txt
! test/jdk/java/awt/Frame/DisposeParentGC/DisposeParentGC.java
Changeset: 29ba4b7d
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-25 11:45:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/29ba4b7d1e62a834c1693fe6ad383c19467afc81
8328705: GHA: Cross-compilation jobs do not require build JDK
Reviewed-by: erikj, ihse
! .github/workflows/build-cross-compile.yml
! .github/workflows/main.yml
Changeset: 0c1b254b
Author: Daniel Lundén <dlunden at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date: 2024-03-25 12:04:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0c1b254be9ddd3883313f80b61229eacf09aa862
8326438: C2: assert(ld->in(1)->Opcode() == Op_LoadN) failed: Assumption invalid: input to DecodeN is not LoadN
Reviewed-by: kvn, rcastanedalo, thartmann
! src/hotspot/share/opto/graphKit.cpp
Changeset: cb2a6713
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-03-25 12:55:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cb2a6713596548d76c03912709656172b0bbcc76
8324121: SIGFPE in PhaseIdealLoop::extract_long_range_checks
Reviewed-by: kvn, chagedorn
! src/hotspot/share/opto/loopnode.cpp
! src/hotspot/share/opto/loopnode.hpp
+ test/hotspot/jtreg/compiler/rangechecks/TestLargeScaleInLongRCOverflow.java
Changeset: 142c311e
Author: Zhengyu Gu <zgu at openjdk.org>
Date: 2024-03-25 13:04:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/142c311e3b9bd3f00edaa6ba7bcbc9fc285ee9b9
8328744: Parallel: Parallel GC throws OOM before heap is fully expanded
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/parallel/psScavenge.cpp
Changeset: af15c68f
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-03-25 13:45:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/af15c68f3ccb72537b0a60d942f12d600f13ebb6
8321278: C2: Partial peeling fails with assert "last_peel <- first_not_peeled"
Reviewed-by: chagedorn, thartmann
! src/hotspot/share/opto/domgraph.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestPartialPeelingAtSingleInputRegion.java
Changeset: 26b2ec48
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-25 15:04:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/26b2ec4847df4b41cbb7a7dd86d78bd3451e3e51
8328824: Clean up java.base native compilation
Reviewed-by: erikj
! make/Main.gmk
! make/common/JdkNativeCompilation.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/modules/java.base/Copy.gmk
! make/modules/java.base/Launcher.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
Changeset: a1fbbffb
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-25 16:00:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a1fbbffb5e0d7e41a9c3041b7e64382780e86f50
8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main
Reviewed-by: honkar, tr
! test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java
- test/jdk/javax/swing/JColorChooser/8065098/bug8065098.html
! test/jdk/javax/swing/JColorChooser/8065098/bug8065098.java
Changeset: 70a15c73
Author: Rajan Halade <rhalade at openjdk.org>
Date: 2024-03-25 16:31:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/70a15c73638f45b9ed629abc0ea2d86a324bf624
8328825: Google CAInterop test failures
Reviewed-by: shade
! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
Changeset: 907e30ff
Author: Christoph Langer <clanger at openjdk.org>
Date: 2024-03-25 16:31:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/907e30ff00abd6cd4935987810d282f46ec07704
8325579: Inconsistent behavior in com.sun.jndi.ldap.Connection::createSocket
Reviewed-by: dfuchs, aefimov
! src/java.naming/share/classes/com/sun/jndi/ldap/Connection.java
! src/java.naming/share/classes/module-info.java
! test/jdk/com/sun/jndi/ldap/LdapSSLHandshakeFailureTest.java
Changeset: 78d1b904
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-25 17:02:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/78d1b9046830198cd61c505f04f245a430878a5b
8328380: Remove applet usage from JColorChooser tests Test6348456
Reviewed-by: honkar
- test/jdk/javax/swing/JColorChooser/Test6348456.html
! test/jdk/javax/swing/JColorChooser/Test6348456.java
Changeset: c7cf6020
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-25 17:17:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c7cf6020782525eb17ff3013195a81d711a4fce1
8328385: Convert java/awt/FileDialog/FileDialogReturnTest test to main
Reviewed-by: achung, prr
+ test/jdk/java/awt/FileDialog/FileDialogReturnTest.java
- test/jdk/java/awt/FileDialog/FileDialogReturnTest/FileDialogReturnTest.html
- test/jdk/java/awt/FileDialog/FileDialogReturnTest/FileDialogReturnTest.java
Changeset: 447436e1
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-25 18:15:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/447436e18c754424a62af5135fb3a8973564091d
8328948: GHA: Restoring sysroot from cache skips the build after JDK-8326960
Reviewed-by: clanger, ihse
! .github/workflows/build-cross-compile.yml
Changeset: fb8f2a0a
Author: Alexander Zvegintsev <azvegint at openjdk.org>
Date: 2024-03-25 18:59:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fb8f2a0a929ebe7f65c69741712b89bbb403ade9
8328562: Convert java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java applet test to main
Reviewed-by: tr, prr
- test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.html
! test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java
Changeset: 27ac39a2
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-25 21:24:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/27ac39a2bc8250bfae859568cb0ee0963900aafa
8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main
Reviewed-by: psadhukhan, prr
- test/jdk/java/awt/print/PageFormat/SetOrient.html
! test/jdk/java/awt/print/PageFormat/SetOrient.java
Changeset: 4047a362
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-25 23:51:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4047a3623a44d86df2b82565f33ce739a882802d
8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main
Reviewed-by: prr, honkar
+ test/jdk/java/awt/print/bug8023392.java
- test/jdk/java/awt/print/bug8023392/bug8023392.html
- test/jdk/java/awt/print/bug8023392/bug8023392.java
Changeset: 7560dbb9
Author: Alexander Zuev <kizune at openjdk.org>
Date: 2024-03-26 01:02:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7560dbb9258f651a221bc8350816845735929fd9
8316324: Opensource five miscellaneous Swing tests
Reviewed-by: prr
+ test/jdk/javax/swing/InputVerifier/bug4774166.java
+ test/jdk/javax/swing/JButton/DefaultButtonLeak.java
+ test/jdk/javax/swing/JButton/bug4385611.java
+ test/jdk/javax/swing/JComponent/bug4706883.java
+ test/jdk/javax/swing/plaf/motif/bug4150591.java
Changeset: 5f7432f7
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-03-26 02:21:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5f7432f7b1ca52941b717fd35a929c91fbdd276d
8328758: GetCurrentContendedMonitor function should use JvmtiHandshake
Reviewed-by: lmesnik, pchilanomate
! src/hotspot/share/prims/jvmtiEnv.cpp
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvBase.hpp
Changeset: 5d19d155
Author: Koichi Sakata <ksakata at openjdk.org>
Date: 2024-03-26 04:17:42 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5d19d15517f08e13dc4b2025bf289091e47fa55b
8325186: JVMTI VirtualThreadGetThreadStateClosure class is no longer used and should be removed
Reviewed-by: lmesnik, sspitsyn
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvBase.hpp
Changeset: 44549b60
Author: Jie Fu <jiefu at openjdk.org>
Date: 2024-03-26 06:01:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/44549b605a7aad1e3143a4058ef6504a7c04167a
8329012: IGV: Update required JDK version in README.md
Reviewed-by: rcastanedalo
! src/utils/IdealGraphVisualizer/README.md
Changeset: 9d441e3e
Author: Leo Korinth <lkorinth at openjdk.org>
Date: 2024-03-26 09:06:39 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9d441e3e56e733d64dbadde6854761e4545c1c70
8283223: gc/stringdedup/TestStringDeduplicationFullGC.java#Parallel failed with "RuntimeException: String verification failed"
Reviewed-by: tschatzl, kbarrett
! test/hotspot/jtreg/gc/stringdedup/TestStringDeduplicationTools.java
Changeset: 7b1f2c80
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-26 09:35:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7b1f2c801fee6366ee37e873cda29c1ae7ad7e74
8327493: Update minimum Xcode version in docs
Reviewed-by: clanger
! doc/building.html
! doc/building.md
Changeset: b9c76ded
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-26 10:00:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b9c76dedf4aa2248a5e561a535c9e3e181f7836a
8329074: AIX build fails after JDK-8328824
Reviewed-by: clanger, goetz
! make/modules/java.base/lib/CoreLibraries.gmk
Changeset: cc1800fa
Author: Elif Aslan <elifasln at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-26 11:47:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cc1800fa4de3c1369efd46f5ca967ea82763f5d5
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on Mac
Reviewed-by: gli, shade, rriggs
! test/jdk/java/lang/ProcessBuilder/JspawnhelperProtocol.java
Changeset: 472fcb6e
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-26 13:11:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/472fcb6e6e5fce4d5166a73894d1e7e4bd91bc58
8328508: Unify the signatures of the methods address_for_index() and index_for() in BOT implementations
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.hpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.inline.hpp
! src/hotspot/share/gc/serial/vmStructs_serial.hpp
! src/hotspot/share/gc/shared/cardTable.cpp
! src/hotspot/share/gc/shared/cardTable.hpp
Changeset: da8a095a
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-26 14:34:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/da8a095a19c90e7ee2b45fab9b533a1092887023
8328928: Serial: Use IsGCActiveMark instead of AutoModifyRestore in SerialHeap::do_collection
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/serial/serialHeap.cpp
Changeset: 153410f4
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-03-26 16:24:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/153410f480c372604e5825bfcd3a63f137e6a013
8328930: [AIX] remove pase related coding
Reviewed-by: clanger, lucy
! src/hotspot/os/aix/attachListener_aix.cpp
- src/hotspot/os/aix/libo4.cpp
- src/hotspot/os/aix/libo4.hpp
! src/hotspot/os/aix/libodm_aix.hpp
! src/hotspot/os/aix/libperfstat_aix.hpp
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/aix/os_aix.hpp
! src/jdk.attach/aix/native/libattach/VirtualMachineImpl.c
Changeset: 89e0889a
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-26 17:36:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/89e0889ab3beb96103ee381d9a54614e49e6d9d7
8328858: More runtime/stack tests fail intermittently on libgraal
Reviewed-by: dholmes, never
! 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/Stack013.java
! test/hotspot/jtreg/runtime/stack/Stack014.java
! test/hotspot/jtreg/runtime/stack/Stack015.java
! test/hotspot/jtreg/runtime/stack/Stack016.java
Changeset: db01fcd6
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-26 19:00:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/db01fcd6d8c24b01a1f23c71b2917ff396b0686f
8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main
Reviewed-by: prr, tr
+ test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java
- test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html
- test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.java
Changeset: 2725405a
Author: Daniel Fuchs <dfuchs at openjdk.org>
Date: 2024-03-26 20:04:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2725405ac9d93761e26812d010d315a48f86071c
8327991: Improve HttpClient documentation with regard to reclaiming resources
Reviewed-by: michaelm, jpai
! src/java.net.http/share/classes/java/net/http/HttpClient.java
! src/java.net.http/share/classes/java/net/http/HttpResponse.java
! src/java.net.http/share/classes/java/net/http/package-info.java
Changeset: 8fc9097b
Author: Alex Menkov <amenkov at openjdk.org>
Date: 2024-03-26 23:54:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8fc9097b3720314ef7efaf1f3ac31898c8d6ca19
8315575: Retransform of record class with record component annotation fails with CFE
Reviewed-by: sspitsyn, coleenp
! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/oops/recordComponent.cpp
! src/hotspot/share/oops/recordComponent.hpp
! src/hotspot/share/prims/jvmtiClassFileReconstituter.cpp
+ test/jdk/java/lang/instrument/RetransformRecordAnnotation.java
Changeset: 9e566d76
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-03-27 08:36:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9e566d76d1d8acca27d8f69fffcbeb0b49b060ba
8327971: Multiple ASAN errors reported for metaspace
8327988: When running ASAN, disable dangerous NMT test
Reviewed-by: jsjolen, rkennke
! src/hotspot/share/memory/metaspace/metachunk.cpp
! src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp
! src/hotspot/share/nmt/mallocTracker.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/utilities/macros.hpp
! test/hotspot/gtest/metaspace/test_virtualspacenode.cpp
! test/hotspot/gtest/nmt/test_nmt_buffer_overflow_detection.cpp
! test/hotspot/gtest/nmt/test_nmt_cornercases.cpp
! test/hotspot/gtest/nmt/test_nmt_locationprinting.cpp
Changeset: 4dfcc6df
Author: Aggelos Biboudis <abimpoudis at openjdk.org>
Date: 2024-03-27 09:38:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4dfcc6df173d91b9b0b73d1ac3008e7cbb283871
8329115: Crash involving return from inner switch
Reviewed-by: jlahoda
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/langtools/tools/javac/patterns/T8329115.java
+ test/langtools/tools/javac/patterns/T8329115.out
Changeset: 788d2bc4
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-03-27 10:29:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/788d2bc40c0340ae5d157c84ce9c101a25464785
8329169: Parallel: Remove unused local variable in MutableSpace::print_on
Reviewed-by: tschatzl
! src/hotspot/share/gc/parallel/mutableSpace.cpp
Changeset: 37a5a083
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-27 10:30:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/37a5a08378fa686cda97357a0ad2632c359c98b9
8329102: Clean up jdk.jpackage native compilation
Reviewed-by: erikj
! make/common/JdkNativeCompilation.gmk
! make/modules/jdk.jpackage/Lib.gmk
Changeset: d0a26503
Author: Hannes Wallnöfer <hannesw at openjdk.org>
Date: 2024-03-27 12:20:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d0a265039a36292d87b249af0e8977982e5acc7b
8324774: Add DejaVu web fonts
8327385: Add JavaDoc option to exclude web fonts from generated documentation
Reviewed-by: ihse, jjg
! make/CompileInterimLangtools.gmk
! make/modules/jdk.javadoc/Java.gmk
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Bold.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Bold.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-BoldOblique.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-BoldOblique.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Oblique.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans-Oblique.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSans.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Bold.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Bold.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-BoldOblique.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-BoldOblique.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Oblique.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono-Oblique.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSansMono.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Bold.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Bold.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-BoldItalic.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-BoldItalic.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Italic.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif-Italic.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif.woff
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/DejaVuLGCSerif.woff2
+ src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/fonts/dejavu.css
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/BaseOptions.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java
+ src/jdk.javadoc/share/legal/dejavufonts.md
! test/langtools/jdk/javadoc/doclet/checkLibraryVersions/CheckLibraryVersions.java
+ test/langtools/jdk/javadoc/doclet/testFonts/TestFonts.java
! test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java
! test/langtools/jdk/javadoc/testJavadocTester/TestJavadocTester.java
! test/langtools/jdk/javadoc/tool/CheckManPageOptions.java
! test/langtools/jdk/javadoc/tool/api/basic/APITest.java
Changeset: d292aabf
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-27 14:44:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d292aabf05edf41e14eca1976142f63c7b54779e
8329086: Clean up java.desktop native compilation
Reviewed-by: erikj
! make/autoconf/lib-bundled.m4
! make/autoconf/spec.gmk.template
! make/modules/java.desktop/Lib.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! make/modules/java.prefs/Lib.gmk
Changeset: 614db2ea
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-03-27 14:44:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/614db2ea9e10346475eef34629eab54878aa482d
8328638: Fallback option for POST-only OCSP requests
Reviewed-by: mullan, rhalade
! src/java.base/share/classes/sun/security/provider/certpath/OCSP.java
! test/jdk/java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java
! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
Changeset: 05854fd7
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-03-27 16:14:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/05854fd704cba6ebd73007d9547a064891d49587
8329163: C2: possible overflow in PhaseIdealLoop::extract_long_range_checks()
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/loopnode.cpp
Changeset: 892b8bb6
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-27 17:47:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/892b8bb6d1725119e4c9ada8f2617c15f8af674e
8329189: runtime/stack/Stack016.java fails on libgraal
Reviewed-by: never
! test/hotspot/jtreg/runtime/stack/Stack016.java
Changeset: cc5b9c63
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-27 19:18:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/cc5b9c63cbc1743e22f80dce51d803e267c60317
8328227: Remove applet usage from JColorChooser tests Test4887836
Reviewed-by: honkar, prr
- test/jdk/javax/swing/JColorChooser/Test4887836.html
! test/jdk/javax/swing/JColorChooser/Test4887836.java
Changeset: e3588bba
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-03-27 19:19:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e3588bba0451d7d505b0e22d014842110677041b
8328819: Remove applet usage from JFileChooser tests bug6698013
Reviewed-by: honkar, tr, dnguyen
- test/jdk/javax/swing/JFileChooser/6698013/bug6698013.html
! test/jdk/javax/swing/JFileChooser/6698013/bug6698013.java
Changeset: 0cb0b5db
Author: Justin Lu <jlu at openjdk.org>
Date: 2024-03-27 21:13:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0cb0b5db2ac0f9b5a8fe40c5be5f7b12124fe402
8327875: ChoiceFormat should advise throwing UnsupportedOperationException for unused methods
Reviewed-by: naoto
! src/java.base/share/classes/java/text/ChoiceFormat.java
Changeset: 3eb1d05d
Author: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-03-27 21:56:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3eb1d05d853e92949bf239ac4b88436a4fe0997d
8328986: Deprecate UseRTM* flags for removal
Co-authored-by: Roman Kennke <rkennke at openjdk.org>
Reviewed-by: vlivanov, sviswanathan, dholmes
! src/hotspot/cpu/x86/globals_x86.hpp
! src/hotspot/share/runtime/arguments.cpp
! src/java.base/share/man/java.1
! test/hotspot/jtreg/runtime/CommandLine/VMDeprecatedOptions.java
Changeset: 4fa77a2a
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-28 04:03:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4fa77a2ad47a1a7c4064462c5c36e7710ec72549
8329096: G1: Change the type of G1BlockOffsetTable::_offset_base to uint8_t*
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp
Changeset: d580bcf9
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-28 06:23:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d580bcf956d6e1e61aba142d7b639bc5ae26a17c
8329178: Clean up jdk.accessibility native compilation
Reviewed-by: erikj, prr
! make/modules/jdk.accessibility/Launcher.gmk
! make/modules/jdk.accessibility/Lib.gmk
Changeset: 47f33a59
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-03-28 07:09:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/47f33a59eaaffc74881fcc9e29d13ff9b2538c2a
8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm
Reviewed-by: kvn, djelinski
! test/hotspot/gtest/compiler/test_directivesParser.cpp
Changeset: 2b79c22c
Author: Kevin Walls <kevinw at openjdk.org>
Date: 2024-03-28 09:06:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2b79c22c43a2de0815e77c9aa71f010906be8670
8327505: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails
Reviewed-by: lmesnik, stuefe
! test/jdk/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java
Changeset: 7c7b961e
Author: Doug Simon <dnsimon at openjdk.org>
Date: 2024-03-28 10:16:39 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7c7b961e732d1bef3c95a69758e283c8fb32fff6
8329191: JVMCI compiler warning is truncated
Reviewed-by: never
! src/hotspot/share/jvmci/jvmciCompiler.cpp
! src/hotspot/share/jvmci/jvmciEnv.cpp
! src/hotspot/share/jvmci/jvmciRuntime.cpp
Changeset: 2af0312c
Author: Kevin Walls <kevinw at openjdk.org>
Date: 2024-03-28 11:34:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2af0312c958e693b1377f4c014ae8f84cabf6b83
8328619: sun/management/jmxremote/bootstrap/SSLConfigFilePermissionTest.java failed with BindException: Address already in use
Reviewed-by: lmesnik, dfuchs
! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java
Changeset: aa595dbd
Author: Erik Österlund <eosterlund at openjdk.org>
Date: 2024-03-28 14:11:46 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/aa595dbda4e64d76eeaff941b2f1e1ef2414d7af
8328507: Move StackWatermark code from safepoint cleanup
Reviewed-by: aboldtch, coleenp
! src/hotspot/share/gc/shared/collectedHeap.hpp
! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
! src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp
! src/hotspot/share/gc/x/xCollectedHeap.cpp
! src/hotspot/share/gc/x/xCollectedHeap.hpp
! src/hotspot/share/gc/z/zCollectedHeap.cpp
! src/hotspot/share/gc/z/zCollectedHeap.hpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/safepoint.hpp
! src/hotspot/share/runtime/stackWatermarkSet.cpp
! src/hotspot/share/runtime/stackWatermarkSet.hpp
Changeset: 85cb4a99
Author: Calvin Cheung <ccheung at openjdk.org>
Date: 2024-03-28 15:03:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/85cb4a9942f31ec99dae9f6a8af4f1fd4e8195bd
8247449: Revisit the argument processing logic for MetaspaceShared::disable_optimized_module_handling()
Reviewed-by: iklam, matsaave
! src/hotspot/share/cds/cdsConfig.cpp
! src/hotspot/share/cds/cdsConfig.hpp
! src/hotspot/share/runtime/arguments.cpp
Changeset: 7ac2f914
Author: Damon Nguyen <dnguyen at openjdk.org>
Date: 2024-03-28 16:13:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7ac2f914aadf7fb12b7258e54efae959e15d6721
8329210: Delete Redundant Printer Dialog Modality Test
Reviewed-by: honkar, prr
- test/jdk/java/awt/print/Dialog/PrintModalDialog.java
! test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java
Changeset: 341dd57f
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-03-28 19:30:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/341dd57fa1393baadb3fec417a18ad0e981f8b0f
8325883: Move Monitor Deflation reporting out of safepoint cleanup
Reviewed-by: eosterlund, dcubed
! src/hotspot/share/runtime/monitorDeflationThread.cpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/synchronizer.cpp
! src/hotspot/share/runtime/synchronizer.hpp
! test/hotspot/jtreg/runtime/Monitor/MonitorUsedDeflationThresholdTest.java
Changeset: 4eefda91
Author: Eirik Bjørsnøs <eirbjo at openjdk.org>
Date: 2024-03-28 20:00:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4eefda91021e07768ace03725c88a56af33ca344
8327779: Remove deprecated internal field sun.security.x509.X509Key.key
Reviewed-by: mullan
! src/java.base/share/classes/sun/security/ec/ECPublicKeyImpl.java
! src/java.base/share/classes/sun/security/x509/X509Key.java
Changeset: 991e04e7
Author: Fredrik Bredberg <fbredberg at openjdk.org>
Committer: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-03-28 20:15:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/991e04e7d7ff3ee682c2b8a9b860d325a176e7a5
8327383: Clean up _Stalled and _Spinner fields
Reviewed-by: dholmes, coleenp
! src/hotspot/share/runtime/javaThread.cpp
! src/hotspot/share/runtime/javaThread.hpp
! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/objectMonitor.hpp
Changeset: bf93e77e
Author: Justin Lu <jlu at openjdk.org>
Date: 2024-03-28 22:44:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bf93e77e72ccce56685fd10dde83587c703a37b3
8329118: Run MessageFormat additional subformat pattern tests under en_US locale
Reviewed-by: naoto
! test/jdk/java/text/Format/MessageFormat/CompactSubFormats.java
! test/jdk/java/text/Format/MessageFormat/ListSubFormats.java
Changeset: df01cc52
Author: Julian Waters <jwaters at openjdk.org>
Date: 2024-03-29 05:34:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/df01cc528d3b6e52925b92119e43caee54ec86e8
8323576: [Windows] Fallthrough to ::abort instead of os::infinite_sleep for noreturn methods
Reviewed-by: dholmes, kbarrett
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/os/windows/vmError_windows.cpp
Changeset: 245514da
Author: Raphael Jolly <rjolly at users.sourceforge.net>
Committer: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-03-29 10:07:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/245514da51ef77757f530317e079a3f58370a0be
8328953: JEditorPane.read throws ChangedCharSetException
Reviewed-by: tr, aivanov
! src/java.desktop/share/classes/javax/swing/JEditorPane.java
+ test/jdk/javax/swing/JEditorPane/EditorPaneCharset.java
Changeset: 418deaf5
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-03-29 10:42:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/418deaf5a1045d583ef9f5474d28dab31e2cfaf7
8328361: Use memset() in method CardTable::dirty_MemRegion()
Reviewed-by: ayang, kbarrett
! src/hotspot/share/gc/shared/cardTable.cpp
Changeset: 59c2aff1
Author: Weijun Wang <weijun at openjdk.org>
Date: 2024-03-29 15:23:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/59c2aff1edffb66762bbbe5e310913f87953be5b
8323624: ProviderList.ServiceList does not need to be a list
Reviewed-by: mullan
! src/java.base/share/classes/java/security/KeyFactory.java
! src/java.base/share/classes/java/security/KeyPairGenerator.java
! src/java.base/share/classes/java/security/Signature.java
! src/java.base/share/classes/javax/crypto/Cipher.java
! src/java.base/share/classes/javax/crypto/JceSecurity.java.template
! src/java.base/share/classes/javax/crypto/KEM.java
! src/java.base/share/classes/javax/crypto/KeyAgreement.java
! src/java.base/share/classes/javax/crypto/KeyGenerator.java
! src/java.base/share/classes/javax/crypto/Mac.java
! src/java.base/share/classes/javax/crypto/SecretKeyFactory.java
! src/java.base/share/classes/sun/security/jca/GetInstance.java
! src/java.base/share/classes/sun/security/jca/ProviderList.java
Changeset: 5b05f8e0
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-03-29 16:01:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5b05f8e0c459d879b302728ce89c2012d198faec
8329112: Clean up CDS checking of unsupported module options
Reviewed-by: ccheung, matsaave
! src/hotspot/share/cds/cdsConfig.cpp
! src/hotspot/share/cds/cdsConfig.hpp
! src/hotspot/share/cds/metaspaceShared.cpp
! src/hotspot/share/classfile/classLoader.cpp
Changeset: 8a0ef811
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-03-29 17:55:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8a0ef811ed4daaa611c9578db0b7fcbcfb57643d
8326627: Document Double/Float.valueOf(String) behavior for numeric strings with non-ASCII digits
Reviewed-by: iris, jlu
! src/java.base/share/classes/java/lang/Double.java
! src/java.base/share/classes/java/lang/Float.java
! test/jdk/java/lang/Double/ParseDouble.java
! test/jdk/java/lang/Float/ParseFloat.java
Changeset: d1b51e39
Author: Calvin Cheung <ccheung at openjdk.org>
Date: 2024-03-29 18:05:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d1b51e39c952df4885a424afd01161c601ef0f72
8321550: Update several runtime/cds tests to use vm flags or mark as flagless
Reviewed-by: matsaave, iklam
! test/hotspot/jtreg/runtime/cds/TestCDSVMCrash.java
! test/hotspot/jtreg/runtime/cds/appcds/FillerObjectLoadTest.java
! test/hotspot/jtreg/runtime/cds/appcds/TestDumpClassListSource.java
! test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/ResolvedReferencesNotNullTest.java
Changeset: 20cb6e78
Author: Phil Race <prr at openjdk.org>
Date: 2024-03-29 18:08:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/20cb6e786fbf6d924c509e28d6fded86d61a5f84
8329337: Problem list BufferStrategyExceptionTest.java on Windows
Reviewed-by: dcubed, aivanov
! test/jdk/ProblemList.txt
Changeset: 37c22791
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-03-30 02:17:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/37c2279148fa91627137e3af362bfcffde61acd0
8329150: Remove CDS support for LatestMethodCache
Reviewed-by: coleenp, matsaave
! src/hotspot/share/memory/universe.cpp
! src/hotspot/share/memory/universe.hpp
Changeset: f2e5808b
Author: Volker Simonis <simonis at openjdk.org>
Date: 2024-03-30 12:47:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f2e5808b46a3da6920dd56688c877ee0e2795de6
8329126: No native wrappers generated anymore with -XX:-TieredCompilation after JDK-8251462
Reviewed-by: kvn, iveresov, vlivanov
! src/hotspot/share/compiler/compilationPolicy.cpp
+ test/hotspot/jtreg/compiler/calls/NativeCalls.java
+ test/hotspot/jtreg/compiler/calls/libNativeCalls.c
Changeset: 9d052e93
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-03-31 11:15:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9d052e93314f7fa50b356e368faa5ea723d3df54
8329131: Fold libjli_static back into libjli on AIX
Reviewed-by: erikj, clanger
! make/common/JdkNativeCompilation.gmk
! make/common/NativeCompilation.gmk
! make/common/modules/LauncherCommon.gmk
! make/common/native/Link.gmk
! make/common/native/LinkMicrosoft.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.instrument/Lib.gmk
! make/test/JtregNativeJdk.gmk
Changeset: 1e76e1fd
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-04-01 06:22:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1e76e1fdfa67c28ce20b0dc7fb0253670be54554
8328403: Remove applet usage from JColorChooser tests Test6977726
Reviewed-by: tr, honkar
- test/jdk/javax/swing/JColorChooser/Test6977726.html
! test/jdk/javax/swing/JColorChooser/Test6977726.java
Changeset: 3f5b75a5
Author: Prasanta Sadhukhan <psadhukhan at openjdk.org>
Date: 2024-04-01 12:58:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3f5b75a5ef1606ee9ee0fcefaafcf4a8941788b4
8328541: Remove or update obsolete comment in JRootPane
Reviewed-by: aivanov, abhiscxk
! src/java.desktop/share/classes/javax/swing/JRootPane.java
Changeset: 9f5464ee
Author: Calvin Cheung <ccheung at openjdk.org>
Date: 2024-04-01 17:03:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9f5464ee95044c848cd859f173859d08e2248a95
8329353: ResolvedReferencesNotNullTest.java failed with Incorrect resolved references array, quxString should not be archived
Reviewed-by: iklam
! test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/ResolvedReferencesNotNullTest.java
Changeset: 4a14cba2
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-04-01 17:27:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4a14cba2f1632c5cb91e37a07638ea6d8ad4ec00
8329213: Better validation for com.sun.security.ocsp.useget option
Reviewed-by: mullan
! src/java.base/share/classes/sun/security/action/GetPropertyAction.java
! src/java.base/share/classes/sun/security/provider/certpath/OCSP.java
! test/jdk/java/security/cert/CertPathValidator/OCSP/GetAndPostTests.java
! test/jdk/java/security/testlibrary/SimpleOCSPServer.java
Changeset: 5698f7ad
Author: Aleksey Shipilev <shade at openjdk.org>
Date: 2024-04-01 17:27:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5698f7ad29c939b7e52882ace575dd7113bf41de
8329134: Reconsider TLAB zapping
Reviewed-by: stefank, rkennke
! src/hotspot/share/gc/shared/memAllocator.cpp
! src/hotspot/share/gc/shared/threadLocalAllocBuffer.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
! src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp
! src/hotspot/share/runtime/globals.hpp
Changeset: c2979c15
Author: Daniel D. Daugherty <dcubed at openjdk.org>
Date: 2024-04-01 22:20:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c2979c150bdbcc2a9e6026347dc590e6a7e86595
8329425: ProblemList containers/docker/TestJFREvents.java on linux-x64
8329426: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java with Xcomp on windows-x64
8329427: ProblemList javax/sound/sampled/Clip/ClipFlushCrash.java on linux-x64
8329428: ProblemList vmTestbase/nsk/stress/thread/thread006.java on linux-all in Xcomp
Reviewed-by: dholmes
! test/hotspot/jtreg/ProblemList-Xcomp.txt
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList.txt
Changeset: ecd2b711
Author: Jie Fu <jiefu at openjdk.org>
Date: 2024-04-01 23:02:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ecd2b7112a7617b11997da341d6185756bf1fb0f
8329354: java/text/Format/MessageFormat/CompactSubFormats.java fails
Reviewed-by: jlu, naoto
! test/jdk/java/text/Format/MessageFormat/CompactSubFormats.java
Changeset: 70c8ff1c
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-04-01 23:37:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/70c8ff1c9a9adf21a16d8a6b4da1eeec65afe61d
8328665: serviceability/jvmti/vthread/PopFrameTest failed with a timeout
Reviewed-by: lmesnik, cjplummer
! test/hotspot/jtreg/serviceability/jvmti/vthread/PopFrameTest/libPopFrameTest.cpp
Changeset: a85c8493
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-04-02 01:14:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a85c8493aec73e81c000ea3e3d983b05706bbfec
8328273: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java failed with java.rmi.server.ExportException: Port already in use
Reviewed-by: dcubed
! test/jdk/javax/management/remote/mandatory/connection/DefaultAgentFilterTest.java
! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java
Changeset: d3fc8df8
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-04-02 01:54:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d3fc8df8af11d7cc1cc341bc75e46b7e93d6db31
8329135: Store Universe::*exception_instance() in CDS archive
Reviewed-by: vlivanov, ccheung
! src/hotspot/share/cds/heapShared.cpp
! src/hotspot/share/cds/heapShared.hpp
! src/hotspot/share/cds/metaspaceShared.cpp
! src/hotspot/share/memory/universe.cpp
! src/hotspot/share/memory/universe.hpp
Changeset: af7c6af0
Author: Renjith Kannath Pariyangad <rkannathpari at openjdk.org>
Committer: Phil Race <prr at openjdk.org>
Date: 2024-04-02 04:28:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/af7c6af0cc1eb6c42199c05933c7feb032bd6353
8324808: Manual printer tests have no Pass/Fail buttons, instructions close set 3
Reviewed-by: tr, achung, aivanov
! 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: bc546c21
Author: Phil Race <prr at openjdk.org>
Date: 2024-04-02 04:29:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bc546c21a59d2481ba86f98d0d653c7691f68d4c
8328561: test java/awt/Robot/ManualInstructions/ManualInstructions.java isn't used
Reviewed-by: dnguyen, psadhukhan
- test/jdk/java/awt/Robot/ManualInstructions/ManualInstructions.java
Changeset: 6b1b0e9d
Author: Andrei Pangin <apangin at openjdk.org>
Committer: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-04-02 04:30:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6b1b0e9d45eb56f88398e2a6bca0d90c03112eaa
8329103: assert(!thread->in_asgct()) failed during multi-mode profiling
Reviewed-by: dholmes, sspitsyn
! src/hotspot/share/runtime/thread.hpp
Changeset: 5cddc2de
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-04-02 06:10:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5cddc2de493d9d8712e4bee3aed4f1a0d4c228c3
8325252: C2 SuperWord: refactor the packset
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/superword.cpp
! src/hotspot/share/opto/superword.hpp
! src/hotspot/share/opto/vectorization.hpp
! src/hotspot/share/opto/vectornode.cpp
! src/hotspot/share/opto/vectornode.hpp
! test/hotspot/jtreg/compiler/loopopts/superword/TestMulAddS2I.java
Changeset: 3d228380
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-04-02 06:57:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3d2283800acee58dbf046c8b401a5a144ab65ed1
8328997: Remove unnecessary template parameter lists in GrowableArray
Reviewed-by: iwalulya, epeter
! src/hotspot/share/utilities/growableArray.hpp
Changeset: 816638e3
Author: Man Cao <manc at openjdk.org>
Date: 2024-04-02 07:26:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/816638e3bedef9f57c438dfd2f9837acbb93ff90
8329352: Remove dead code in splashscreen_sys.c
Reviewed-by: jiefu, prr
! src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c
Changeset: 3b582dff
Author: Sean Coffey <coffeys at openjdk.org>
Date: 2024-04-02 08:51:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3b582dff849f1c25336e2efc415eb121f8b12189
8051959: Add thread and timestamp options to java.security.debug system property
Reviewed-by: mullan, weijun
! src/java.base/share/classes/sun/security/util/Debug.java
! test/jdk/sun/security/krb5/auto/LoginModuleDebug.java
+ test/jdk/sun/security/util/Debug/DebugOptions.java
Changeset: 8b934aab
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-02 10:14:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8b934aab1402ea74ac1fb7b56bfb9840f932ccb1
8329358: Generational ZGC: Remove the unused method ZPointer::set_remset_bits
Reviewed-by: stefank, eosterlund
! src/hotspot/share/gc/z/zAddress.hpp
! src/hotspot/share/gc/z/zAddress.inline.hpp
Changeset: 5cf457b7
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-04-02 10:31:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5cf457b74334c08bab40e2e6c1a8544a2555fb82
8329320: Simplify awt/print/PageFormat/NullPaper.java test
Reviewed-by: honkar, prr
! test/jdk/java/awt/print/PageFormat/NullPaper.java
Changeset: ed821cbe
Author: Renjith Kannath Pariyangad <rkannathpari at openjdk.org>
Committer: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-04-02 11:26:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ed821cbe857363e049f3c640ae4546c340a577ac
8324807: Manual printer tests have no Pass/Fail buttons, instructions close set 2
Reviewed-by: tr, achung, aivanov
! test/jdk/java/awt/print/PrinterJob/Collate2DPrintingTest.java
! test/jdk/java/awt/print/PrinterJob/DrawImage.java
! test/jdk/java/awt/print/PrinterJob/DrawStringMethods.java
! test/jdk/java/awt/print/PrinterJob/InvalidPage.java
! test/jdk/java/awt/print/PrinterJob/JobName/PrinterJobName.java
! test/jdk/java/awt/print/PrinterJob/NumCopies.java
Changeset: 5ae849d6
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-04-02 13:09:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5ae849d66f195e96fbae9dcf06a44d8aab659181
8329292: Fix missing cleanups in java.management and jdk.management
Reviewed-by: erikj
! make/modules/java.management/Lib.gmk
! make/modules/jdk.management/Lib.gmk
Changeset: 5ac067f6
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-04-02 13:15:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5ac067f6d6e0b301b33fb287aa3f288d318df2ba
8329289: Unify SetupJdkExecutable and SetupJdkLibrary
Reviewed-by: erikj
! make/common/JdkNativeCompilation.gmk
Changeset: 7eb78e33
Author: Renjith Kannath Pariyangad <rkannathpari at openjdk.org>
Committer: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-04-02 13:22:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7eb78e332080df3890b66ca04338a4ba69af45eb
8320676: Manual printer tests have no Pass/Fail buttons, instructions close set 1
Reviewed-by: honkar, achung, aivanov
! test/jdk/java/awt/print/PageFormat/PageSetupDialog.java
! test/jdk/java/awt/print/PrinterJob/Cancel/PrinterJobCancel.java
! test/jdk/java/awt/print/PrinterJob/PrintAllFonts.java
! test/jdk/java/awt/print/PrinterJob/ValidatePage/ValidatePage.java
! test/jdk/java/awt/print/PrinterJob/raster/RasterTest.java
Changeset: 6ae1cf12
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-02 15:08:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6ae1cf12cee268ac7599eb9ade9c0861a89748f9
8329368: Generational ZGC: Remove the unnecessary friend classes in ZAllocator
Reviewed-by: stefank, eosterlund
! src/hotspot/share/gc/z/zAllocator.hpp
Changeset: dd5d7d07
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2024-04-02 17:13:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dd5d7d0770609a414438041f40a69f8770afe25c
8327002: (fs) java/nio/file/Files/CopyMoveVariations.java should be able to test across file systems
Reviewed-by: alanb
! test/jdk/java/nio/file/Files/CopyMoveVariations.java
Changeset: 925d8293
Author: Sean Coffey <coffeys at openjdk.org>
Date: 2024-04-02 17:32:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/925d82931c09dc11ea5a3bc410ea5cfd67ee14aa
8329013: StackOverflowError when starting Apache Tomcat with signed jar
Reviewed-by: dfuchs, jpai
! src/java.base/share/classes/jdk/internal/event/EventHelper.java
+ test/jdk/jdk/security/logging/RecursiveEventHelper.java
Changeset: db159149
Author: Harshitha Onkar <honkar at openjdk.org>
Date: 2024-04-02 18:13:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/db159149c1c13a98ee9a85750741c6a3cd39f408
8328753: Open source few Undecorated Frame tests
Reviewed-by: abhiscxk, dnguyen, prr, aivanov
+ test/jdk/java/awt/Frame/FrameDialogMixedTest.java
+ test/jdk/java/awt/Frame/MaximizeUndecoratedTest.java
+ test/jdk/java/awt/Frame/MinimizeUndecoratedTest.java
Changeset: 3057dded
Author: Volker Simonis <simonis at openjdk.org>
Date: 2024-04-02 19:52:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3057dded4878b0110bc2c09b52019570a0a31c9f
8329421: Native methods can not be selectively printed
Reviewed-by: kvn
! src/hotspot/share/runtime/sharedRuntime.cpp
! test/hotspot/jtreg/compiler/calls/NativeCalls.java
Changeset: 021ed6ae
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-04-02 23:36:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/021ed6aea92f770ebeae65175d94797f7c418c82
8328648: Remove applet usage from JFileChooser tests bug4150029
Reviewed-by: dnguyen, abhiscxk, honkar
- test/jdk/javax/swing/JFileChooser/4150029/bug4150029.html
! test/jdk/javax/swing/JFileChooser/4150029/bug4150029.java
Changeset: f88f31dc
Author: Alex Menkov <amenkov at openjdk.org>
Date: 2024-04-03 00:23:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f88f31dcbf80e9a4cd3ba9d34be8b88128af97c6
8328137: PreserveAllAnnotations can cause failure of class retransformation
Reviewed-by: coleenp, sspitsyn
! src/hotspot/share/prims/jvmtiClassFileReconstituter.cpp
! src/hotspot/share/prims/jvmtiClassFileReconstituter.hpp
! test/jdk/java/lang/instrument/RetransformRecordAnnotation.java
Changeset: 866e7b6b
Author: Quan Zhang <lusou.zq at alibaba-inc.com>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-04-03 00:32:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/866e7b6b7745928e559da8cdf622bf6a097ec995
8329174: update CodeBuffer layout in comment after constants section moved
Reviewed-by: kvn
! src/hotspot/share/asm/codeBuffer.cpp
Changeset: 92f5c0be
Author: Daniel Lundén <dlunden at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date: 2024-04-03 05:50:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/92f5c0be8e3b47343b54a26940df691faaf49b23
8323682: C2: guard check is not generated in Arrays.copyOfRange intrinsic when allocation is eliminated by EA
Reviewed-by: thartmann, kvn
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/macroArrayCopy.cpp
+ test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyOfRangeGuards.java
Changeset: 16b842af
Author: Fei Yang <fyang at openjdk.org>
Date: 2024-04-03 07:39:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/16b842af8edd10c4071eec98caf838a2f6c49746
8329355: Test compiler/c2/irTests/TestIfMinMax.java fails on RISC-V
Reviewed-by: jkarthikeyan, thartmann, chagedorn
! test/hotspot/jtreg/compiler/c2/irTests/TestIfMinMax.java
Changeset: e3e6c2a8
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-03 07:49:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e3e6c2a8991fbc4f56e051e9abe004f0aa5674a0
8328278: Do not print the tenuring threshold in AgeTable::print_on
Reviewed-by: ayang, ysr
! src/hotspot/share/gc/g1/g1Policy.cpp
! src/hotspot/share/gc/serial/defNewGeneration.cpp
! src/hotspot/share/gc/shared/ageTable.cpp
! src/hotspot/share/gc/shared/ageTable.hpp
! test/hotspot/jtreg/gc/TestAgeOutput.java
Changeset: bdd9438b
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-04-03 08:58:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bdd9438b453fedf9b8181ad2615640168638677d
8328647: TestGarbageCollectorMXBean.java fails with C1-only and -Xcomp
Reviewed-by: jiefu, tschatzl, lmesnik
! test/hotspot/jtreg/gc/x/TestGarbageCollectorMXBean.java
! test/hotspot/jtreg/gc/z/TestGarbageCollectorMXBean.java
Changeset: d954f3bd
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-03 10:16:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d954f3bd0c918d3583207e522907923a087f8708
8329493: Parallel: Remove unused ParallelArguments::heap_max_size_bytes
Reviewed-by: sjohanss
! src/hotspot/share/gc/parallel/parallelArguments.cpp
! src/hotspot/share/gc/parallel/parallelArguments.hpp
Changeset: 80c54b48
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-03 10:30:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/80c54b484f89be9d26066da94ada55bcd3d03fdc
8328932: Parallel: Proper partial object setup in fill_dense_prefix_end
Reviewed-by: tschatzl, gli
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
Changeset: bea493bc
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-04-03 12:21:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bea493bcb86370dc3fb00d86c545f01fc614e000
8236736: Change notproduct JVM flags to develop flags
Reviewed-by: iklam, kvn, kbarrett
! src/hotspot/cpu/aarch64/globals_aarch64.hpp
! src/hotspot/cpu/arm/globals_arm.hpp
! src/hotspot/cpu/ppc/globals_ppc.hpp
! src/hotspot/cpu/riscv/globals_riscv.hpp
! src/hotspot/cpu/s390/globals_s390.hpp
! src/hotspot/cpu/x86/globals_x86.hpp
! src/hotspot/cpu/zero/globals_zero.hpp
! src/hotspot/os/aix/globals_aix.hpp
! src/hotspot/os/bsd/globals_bsd.hpp
! src/hotspot/os/linux/globals_linux.hpp
! src/hotspot/os/windows/globals_windows.hpp
! src/hotspot/share/c1/c1_globals.hpp
! src/hotspot/share/cds/cds_globals.hpp
! src/hotspot/share/compiler/compiler_globals.hpp
! src/hotspot/share/gc/epsilon/epsilon_globals.hpp
! src/hotspot/share/gc/g1/g1_globals.hpp
! src/hotspot/share/gc/parallel/parallel_globals.hpp
! src/hotspot/share/gc/serial/serial_globals.hpp
! src/hotspot/share/gc/shared/gc_globals.hpp
! src/hotspot/share/gc/shared/tlab_globals.hpp
! src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp
! src/hotspot/share/gc/x/x_globals.hpp
! src/hotspot/share/gc/z/shared/z_shared_globals.hpp
! src/hotspot/share/gc/z/z_globals.hpp
! src/hotspot/share/jvmci/jvmci_globals.cpp
! src/hotspot/share/jvmci/jvmci_globals.hpp
! src/hotspot/share/opto/c2_globals.hpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/flags/allFlags.hpp
! src/hotspot/share/runtime/flags/debug_globals.hpp
! src/hotspot/share/runtime/flags/jvmFlag.cpp
! src/hotspot/share/runtime/flags/jvmFlag.hpp
! src/hotspot/share/runtime/flags/jvmFlagLimit.cpp
! src/hotspot/share/runtime/flags/jvmFlagLookup.cpp
! src/hotspot/share/runtime/globals.cpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/globals_extension.hpp
! src/hotspot/share/runtime/globals_shared.hpp
! src/hotspot/share/services/management.cpp
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetFlagValueTest.java
! test/hotspot/jtreg/runtime/CommandLine/IgnoreUnrecognizedVMOptions.java
! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
! test/hotspot/jtreg/runtime/CommandLine/VMOptionWarning.java
Changeset: ee09801a
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-03 15:22:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ee09801afde55844e3bc9d0ea9eea065280de0b7
8328352: Serial: Inline SerialBlockOffsetSharedArray
Reviewed-by: ayang, aboldtch
! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.hpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.inline.hpp
! src/hotspot/share/gc/serial/tenuredGeneration.cpp
! src/hotspot/share/gc/serial/tenuredGeneration.hpp
! src/hotspot/share/gc/serial/vmStructs_serial.hpp
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
! src/hotspot/share/gc/shared/space.inline.hpp
Changeset: ed3192b8
Author: Michael-Mc-Mahon <michael.x.mcmahon at oracle.com>
Date: 2024-04-03 16:31:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ed3192b8dd2867396f5e519c77aa2f9cbfde8ab7
Merge branch 'master' into iouring
Changeset: 1c691938
Author: Vicente Romero <vromero at openjdk.org>
Date: 2024-04-03 15:55:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1c691938e98a2dd825f20b58a0032b6a0c9b03b2
8328383: Method is not used: com.sun.tools.javac.comp.Attr::thisSym
Reviewed-by: jlahoda
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
Changeset: 8dc43aa0
Author: Vicente Romero <vromero at openjdk.org>
Date: 2024-04-03 15:56:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8dc43aa0fe8cdba2a2953258de02c6afa072987a
8325217: MethodSymbol.getModifiers() returns SEALED for restricted methods
Reviewed-by: jlahoda
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Symbol.java
! test/langtools/jdk/javadoc/doclet/testRestricted/TestRestricted.java
Changeset: 023f7f17
Author: Mikael Vidstedt <mikael at openjdk.org>
Date: 2024-04-03 16:25:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/023f7f176b32ffa38dd599ea110c2b9c18886b74
8320799: Bump minimum boot jdk to JDK 22
Reviewed-by: iris, erikj, ihse
! make/conf/github-actions.conf
! make/conf/jib-profiles.js
! make/conf/version-numbers.conf
Changeset: 233619b3
Author: Joe Darcy <darcy at openjdk.org>
Date: 2024-04-03 16:29:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/233619b3fb2916ca6216f9d16f70fedf35837a43
8329557: Fix statement around MathContext.DECIMAL128 rounding
Reviewed-by: bpb, iris, rgiulietti
! src/java.base/share/classes/java/math/MathContext.java
Changeset: 375bfac8
Author: Bill Huang <bhuang at openjdk.org>
Date: 2024-04-03 17:04:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/375bfac8e7ff3f871e2d986876f91a5fba200c83
8327474: Review use of java.io.tmpdir in jdk tests
Reviewed-by: michaelm, jpai
! test/jdk/com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java
! test/jdk/java/io/File/CheckPermission.java
! test/jdk/java/io/FileInputStream/NegativeAvailable.java
! test/jdk/java/nio/channels/unixdomain/Bind.java
! test/jdk/java/nio/channels/unixdomain/NonBlockingAccept.java
! test/jdk/java/util/zip/ZipFile/ZeroDate.java
! test/jdk/jdk/jfr/api/consumer/filestream/TestOrdered.java
! test/jdk/jdk/jfr/api/consumer/filestream/TestReuse.java
! test/jdk/jdk/jfr/threading/TestManyVirtualThreads.java
! test/jdk/jdk/nio/zipfs/ZeroDate.java
! test/jdk/sun/security/pkcs12/P12SecretKey.java
Changeset: 16576b87
Author: Matthew Donovan <mdonovan at openjdk.org>
Date: 2024-04-03 17:17:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/16576b87b7267aaa99c41f77993287e3479577aa
8328957: Update PKCS11Test.java to not use hardcoded path
Reviewed-by: mbalao, rhalade
! test/jdk/sun/security/pkcs11/PKCS11Test.java
Changeset: 8267d656
Author: Tomas Zezula <tzezula at openjdk.org>
Committer: Doug Simon <dnsimon at openjdk.org>
Date: 2024-04-03 20:10:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8267d6565d17c8db8f5b50a37482610ffe0a8a5c
8329564: [JVMCI] TranslatedException::debugPrintStackTrace does not work in the libjvmci compiler.
Reviewed-by: dnsimon
! src/hotspot/share/classfile/vmSymbols.hpp
! src/hotspot/share/jvmci/jvmciEnv.cpp
! src/java.base/share/classes/jdk/internal/vm/TranslatedException.java
! src/java.base/share/classes/jdk/internal/vm/VMSupport.java
! test/jdk/jdk/internal/vm/TestTranslatedException.java
Changeset: 80201830
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-04-03 21:45:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/802018306f6c06815c4706e711eebd0892c4657a
8329470: Remove obsolete CDS SharedStrings tests
Reviewed-by: ccheung
- test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/LockSharedStrings.java
- test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/LockStringTest.java
- test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/LockStringValueTest.java
! test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/SharedStringsStress.java
Changeset: 41966885
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-04 03:42:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/41966885b9c0b71bf34431714702a8245ce3130b
8329494: Serial: Merge GenMarkSweep into MarkSweep
Reviewed-by: ihse, ayang, tschatzl
! make/hotspot/lib/JvmFeatures.gmk
- src/hotspot/share/gc/serial/genMarkSweep.cpp
- src/hotspot/share/gc/serial/genMarkSweep.hpp
! src/hotspot/share/gc/serial/markSweep.cpp
! src/hotspot/share/gc/serial/markSweep.hpp
! src/hotspot/share/gc/serial/serialHeap.cpp
! src/hotspot/share/gc/serial/serialHeap.hpp
! src/hotspot/share/gc/serial/tenuredGeneration.cpp
Changeset: 29314587
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-04-04 05:01:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2931458711244e20eb7845a1aefcf6ed4206bce1
8328938: C2 SuperWord: disable vectorization for large stride and scale
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/vectorization.cpp
+ test/hotspot/jtreg/compiler/loopopts/superword/TestLargeScaleAndStride.java
Changeset: f762637b
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-04-04 05:11:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f762637be2568f898db25aa6a57c180f1feac3a3
8326962: C2 SuperWord: cache VPointer
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/superword.cpp
! src/hotspot/share/opto/superword.hpp
! src/hotspot/share/opto/traceAutoVectorizationTag.hpp
! src/hotspot/share/opto/vectorization.cpp
! src/hotspot/share/opto/vectorization.hpp
Changeset: e5e21a8a
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2024-04-04 06:02:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e5e21a8a6e64466f9cda2064aa2723a15d4ae86a
8328702: C2: Crash during parsing because sub type check is not folded
Reviewed-by: roland, kvn
! src/hotspot/share/opto/graphKit.cpp
! src/hotspot/share/opto/type.cpp
+ test/hotspot/jtreg/compiler/types/TestSubTypeCheckWithBottomArray.java
Changeset: f26e4308
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2024-04-04 06:04:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f26e4308992d989d71e7fbfaa3feb95f0ea17c06
8327110: Refactor create_bool_from_template_assertion_predicate() to separate class and fix identical cloning cases used for Loop Unswitching and Split If
Reviewed-by: epeter, kvn
! src/hotspot/share/opto/loopPredicate.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/loopopts.cpp
! src/hotspot/share/opto/node.hpp
! src/hotspot/share/opto/opaquenode.hpp
! src/hotspot/share/opto/predicates.cpp
! src/hotspot/share/opto/predicates.hpp
! src/hotspot/share/opto/split_if.cpp
+ test/hotspot/jtreg/compiler/predicates/TestCloningWithManyDiamondsInExpression.java
Changeset: 8efd7aa6
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-04-04 07:48:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8efd7aa6c1671fa7d40c5c43bed140a493cfcf72
8328786: [AIX] move some important warnings/errors from trcVerbose to UL
Reviewed-by: lucy, stuefe
! src/hotspot/os/aix/libperfstat_aix.cpp
! src/hotspot/os/aix/loadlib_aix.cpp
! src/hotspot/os/aix/os_aix.cpp
Changeset: a169c063
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-04 08:03:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a169c0636182272ff3f2a7cfe2212fec1af3fda9
8329580: Parallel: Remove VerifyObjectStartArray
Reviewed-by: tschatzl, gli
! src/hotspot/share/gc/parallel/psOldGen.cpp
! src/hotspot/share/gc/parallel/psOldGen.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psScavenge.cpp
! src/hotspot/share/gc/shared/gc_globals.hpp
! test/hotspot/jtreg/gc/g1/TestVerificationInConcurrentCycle.java
Changeset: b9da1401
Author: Ivan Walulya <iwalulya at openjdk.org>
Date: 2024-04-04 08:15:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b9da14012da5f1f72d4f6e690c18a43e87523173
8329594: G1: Consistent Titles to Thread Work Items.
Reviewed-by: tschatzl, gli
! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
Changeset: 21867c92
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-04-04 13:15:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/21867c929a2f2c961148f2cd1e79d672ac278d27
8313332: Simplify lazy jmethodID cache in InstanceKlass
Reviewed-by: amenkov, sspitsyn, dcubed
! src/hotspot/share/logging/logTag.hpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/instanceKlass.hpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/prims/jvmtiRedefineClasses.cpp
! src/hotspot/share/runtime/vmStructs.cpp
Changeset: f3db2796
Author: Fredrik Bredberg <fbredberg at openjdk.org>
Committer: Jesper Wilhelmsson <jwilhelm at openjdk.org>
Date: 2024-04-04 15:28:46 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f3db2796b875ee9177b111a0f3da3b9566d750d6
8327410: Add hostname option for UL file names
Reviewed-by: jsjolen, dholmes
! src/hotspot/share/logging/logConfiguration.cpp
! src/hotspot/share/logging/logFileOutput.cpp
! src/hotspot/share/logging/logFileOutput.hpp
! src/java.base/share/man/java.1
Changeset: d90e5b5b
Author: Kim Barrett <kbarrett at openjdk.org>
Date: 2024-04-04 16:45:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d90e5b5b9f235cfcfc635d107e8d73cd2ce35f51
8329546: Assume sized integral types are available
Reviewed-by: iklam, jwaters
! src/hotspot/share/utilities/globalDefinitions_gcc.hpp
Changeset: 6382a129
Author: Kevin Walls <kevinw at openjdk.org>
Date: 2024-04-04 16:54:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6382a1290fbd7cc8fd097a2972bfcfc06fa4de79
8326666: Remove the Java Management Extension (JMX) Subject Delegation feature
Reviewed-by: mchung, dfuchs
! src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnection.java
! src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java
! src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.java
! src/java.management.rmi/share/classes/javax/management/remote/rmi/RMIConnector.java
! src/java.management/share/classes/com/sun/jmx/remote/internal/ClientListenerInfo.java
! src/java.management/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java
- src/java.management/share/classes/com/sun/jmx/remote/security/SubjectDelegator.java
! src/java.management/share/classes/javax/management/remote/JMXConnector.java
! test/jdk/ProblemList-Virtual.txt
! test/jdk/ProblemList.txt
+ test/jdk/javax/management/remote/mandatory/RemovedSubjectDelegation.java
- test/jdk/javax/management/remote/mandatory/connection/RMIConnectorInternalMapTest.java
! test/jdk/javax/management/remote/mandatory/notif/DeadListenerTest.java
- test/jdk/javax/management/remote/mandatory/subjectDelegation/SimpleStandard.java
- test/jdk/javax/management/remote/mandatory/subjectDelegation/SimpleStandardMBean.java
- test/jdk/javax/management/remote/mandatory/subjectDelegation/SubjectDelegation1Test.java
- test/jdk/javax/management/remote/mandatory/subjectDelegation/SubjectDelegation2Test.java
- test/jdk/javax/management/remote/mandatory/subjectDelegation/SubjectDelegation3Test.java
- test/jdk/javax/management/remote/mandatory/subjectDelegation/jmxremote.password
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy11
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy12
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy13
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy14
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy15
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy16
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy21
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy22
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy23
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy24
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy25
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy31
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy32
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy33
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy34
- test/jdk/javax/management/remote/mandatory/subjectDelegation/policy35
Changeset: 4276d5c0
Author: Bradford Wetmore <wetmore at openjdk.org>
Date: 2024-04-04 17:48:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4276d5c0048558381c5372ff94db78d956a964d1
8329637: Apparent typo in java.security file property jdk.tls.keyLimits
Reviewed-by: ascarpino
! src/java.base/share/conf/security/java.security
Changeset: 28216aa9
Author: Viktor Klang <vklang at openjdk.org>
Date: 2024-04-04 18:32:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/28216aa971ea65938117107542152abd532a5384
8328366: Thread.setContextClassloader from thread in FJP commonPool task no longer works after JDK-8327501
Reviewed-by: mchung, alanb
! src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java
! test/jdk/java/util/concurrent/tck/ForkJoinPool9Test.java
Changeset: 83eba863
Author: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-04-04 19:48:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/83eba863fec5ee7e30c4f9b11122ad1deed3d2ec
8329332: Remove CompiledMethod and CodeBlobLayout classes
Reviewed-by: vlivanov, stefank
! src/hotspot/cpu/aarch64/continuationEntry_aarch64.inline.hpp
! src/hotspot/cpu/aarch64/frame_aarch64.cpp
! src/hotspot/cpu/aarch64/frame_aarch64.hpp
! src/hotspot/cpu/aarch64/frame_aarch64.inline.hpp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/relocInfo_aarch64.cpp
! src/hotspot/cpu/aarch64/stackChunkFrameStream_aarch64.inline.hpp
! src/hotspot/cpu/arm/frame_arm.cpp
! src/hotspot/cpu/arm/frame_arm.hpp
! src/hotspot/cpu/arm/frame_arm.inline.hpp
! src/hotspot/cpu/ppc/continuationEntry_ppc.inline.hpp
! src/hotspot/cpu/ppc/frame_ppc.cpp
! src/hotspot/cpu/ppc/frame_ppc.inline.hpp
! src/hotspot/cpu/ppc/nativeInst_ppc.cpp
! src/hotspot/cpu/ppc/stackChunkFrameStream_ppc.inline.hpp
! src/hotspot/cpu/riscv/continuationEntry_riscv.inline.hpp
! src/hotspot/cpu/riscv/frame_riscv.cpp
! src/hotspot/cpu/riscv/frame_riscv.hpp
! src/hotspot/cpu/riscv/frame_riscv.inline.hpp
! src/hotspot/cpu/riscv/stackChunkFrameStream_riscv.inline.hpp
! src/hotspot/cpu/s390/frame_s390.cpp
! src/hotspot/cpu/s390/frame_s390.inline.hpp
! src/hotspot/cpu/s390/nativeInst_s390.cpp
! src/hotspot/cpu/s390/nativeInst_s390.hpp
! src/hotspot/cpu/x86/continuationEntry_x86.inline.hpp
! src/hotspot/cpu/x86/frame_x86.cpp
! src/hotspot/cpu/x86/frame_x86.hpp
! src/hotspot/cpu/x86/frame_x86.inline.hpp
! src/hotspot/cpu/x86/stackChunkFrameStream_x86.inline.hpp
! src/hotspot/os/posix/signals_posix.cpp
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp
! src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp
! src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp
! src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
! src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp
! src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp
! src/hotspot/os_cpu/linux_riscv/os_linux_riscv.cpp
! src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp
! src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp
! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/ci/ciMethod.cpp
! src/hotspot/share/ci/ciReplay.cpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/code/codeBehaviours.cpp
! src/hotspot/share/code/codeBehaviours.hpp
! src/hotspot/share/code/codeBlob.cpp
! src/hotspot/share/code/codeBlob.hpp
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/code/codeCache.hpp
! src/hotspot/share/code/codeHeapState.hpp
! src/hotspot/share/code/compiledIC.cpp
! src/hotspot/share/code/compiledIC.hpp
- src/hotspot/share/code/compiledMethod.cpp
- src/hotspot/share/code/compiledMethod.hpp
- src/hotspot/share/code/compiledMethod.inline.hpp
! src/hotspot/share/code/debugInfo.cpp
! src/hotspot/share/code/debugInfo.hpp
! src/hotspot/share/code/debugInfoRec.cpp
! src/hotspot/share/code/exceptionHandlerTable.cpp
! src/hotspot/share/code/exceptionHandlerTable.hpp
! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/code/nmethod.hpp
+ src/hotspot/share/code/nmethod.inline.hpp
! src/hotspot/share/code/pcDesc.cpp
! src/hotspot/share/code/pcDesc.hpp
! src/hotspot/share/code/relocInfo.cpp
! src/hotspot/share/code/relocInfo.hpp
! src/hotspot/share/code/scopeDesc.cpp
! src/hotspot/share/code/scopeDesc.hpp
! src/hotspot/share/compiler/compilationPolicy.cpp
! src/hotspot/share/compiler/compilationPolicy.hpp
! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/compiler/oopMap.cpp
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
! src/hotspot/share/gc/shared/gcBehaviours.cpp
! src/hotspot/share/gc/shared/gcBehaviours.hpp
! src/hotspot/share/gc/shared/parallelCleaning.cpp
! src/hotspot/share/gc/shared/parallelCleaning.hpp
! src/hotspot/share/gc/shenandoah/shenandoahUnload.cpp
! src/hotspot/share/gc/x/xUnload.cpp
! src/hotspot/share/gc/z/zUnload.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/jvmciRuntime.cpp
! src/hotspot/share/jvmci/vmStructs_jvmci.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/oops/method.inline.hpp
! src/hotspot/share/oops/stackChunkOop.cpp
! src/hotspot/share/opto/runtime.cpp
! src/hotspot/share/prims/forte.cpp
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/continuation.cpp
! src/hotspot/share/runtime/continuationEntry.cpp
! src/hotspot/share/runtime/continuationEntry.hpp
! src/hotspot/share/runtime/continuationFreezeThaw.cpp
! src/hotspot/share/runtime/continuationHelper.inline.hpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/deoptimization.hpp
! src/hotspot/share/runtime/frame.cpp
! src/hotspot/share/runtime/frame.hpp
! src/hotspot/share/runtime/frame.inline.hpp
! src/hotspot/share/runtime/javaThread.hpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp
! src/hotspot/share/runtime/stackChunkFrameStream.inline.hpp
! src/hotspot/share/runtime/vframe.cpp
! src/hotspot/share/runtime/vframe.hpp
! src/hotspot/share/runtime/vframe.inline.hpp
! src/hotspot/share/runtime/vframe_hp.cpp
! src/hotspot/share/runtime/vframe_hp.hpp
! src/hotspot/share/runtime/vmStructs.cpp
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/CodeBlob.java
- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/CompiledMethod.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/NMethod.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/PStack.java
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotVMConfig.java
! test/jdk/com/sun/jdi/EATests.java
Changeset: d80d4781
Author: Archie Cobbs <acobbs at openjdk.org>
Committer: Vicente Romero <vromero at openjdk.org>
Date: 2024-04-04 21:13:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d80d4781828d68c498831cddf9782055dda472d1
8328649: Disallow enclosing instances for local classes in constructor prologues
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java
+ test/langtools/tools/javac/LocalClassCtorPrologue.java
+ test/langtools/tools/javac/LocalClassCtorPrologue.out
! test/langtools/tools/javac/SuperInit/SuperInitGood.java
Changeset: 12ad09a9
Author: Alex Menkov <amenkov at openjdk.org>
Date: 2024-04-04 21:30:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/12ad09a966030e7ed0900e205df4b412cf0b6a32
8322042: HeapDumper should perform merge on the current thread instead of VMThread
Reviewed-by: sspitsyn, kevinw
! src/hotspot/share/runtime/vmOperation.hpp
! src/hotspot/share/services/heapDumper.cpp
Changeset: e1183ac0
Author: Mikael Vidstedt <mikael at openjdk.org>
Date: 2024-04-04 21:32:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e1183ac044f803bf0d4ccfebc2b1cd5b33294c7a
8329703: Remove unused apple.jpeg file from SwingSet2 demo
Reviewed-by: prr
- src/demo/share/jfc/SwingSet2/resources/images/food/apple.jpeg
Changeset: 27cfcef9
Author: David Holmes <dholmes at openjdk.org>
Date: 2024-04-05 00:29:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/27cfcef99f1acae1ba0beb49d01acbc47154a54b
8329651: TestLibGraal.java crashes with assert(_stack_base != nullptr)
Reviewed-by: stefank, dcubed
! src/hotspot/share/runtime/thread.cpp
Changeset: 34f7974a
Author: David Holmes <dholmes at openjdk.org>
Date: 2024-04-05 01:10:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/34f7974a40850f89b022a6254beab72f7811c85e
8325303: Replace markWord.is_neutral() with markWord.is_unlocked()
Reviewed-by: stefank, dcubed
! src/hotspot/share/oops/markWord.cpp
! src/hotspot/share/oops/markWord.hpp
! src/hotspot/share/runtime/basicLock.cpp
! src/hotspot/share/runtime/basicLock.hpp
! src/hotspot/share/runtime/synchronizer.cpp
Changeset: 0b01144e
Author: David Holmes <dholmes at openjdk.org>
Date: 2024-04-05 02:15:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0b01144ecec1283adaaaf1a7f53d075a56f030ae
8329720: Gtest failure printing markword after JDK-8325303
Reviewed-by: mikael
! test/hotspot/gtest/oops/test_markWord.cpp
Changeset: 5860a48c
Author: Joe Darcy <darcy at openjdk.org>
Date: 2024-04-05 05:04:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5860a48c71e324f77a7ecc613c063cbb81580011
8329624: Add visitors for preview language features
Reviewed-by: vromero, jlahoda
! src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java
! src/java.compiler/share/classes/javax/annotation/processing/ProcessingEnvironment.java
+ src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitorPreview.java
+ src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitorPreview.java
+ src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitorPreview.java
+ src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitorPreview.java
+ src/java.compiler/share/classes/javax/lang/model/util/ElementScannerPreview.java
+ src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitorPreview.java
+ src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitorPreview.java
+ src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitorPreview.java
+ src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitorPreview.java
! test/langtools/tools/javac/lib/JavacTestingAbstractProcessor.java
Changeset: c1cfb43d
Author: Richard Reingruber <rrich at openjdk.org>
Date: 2024-04-05 06:27:08 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c1cfb43d8de8d0eed01b9bb6aa1202dc7cbff007
8329109: Threads::print_on() tries to print CPU time for terminated GC threads
Reviewed-by: mbaesken, dholmes, ayang
! src/hotspot/share/runtime/threads.cpp
Changeset: 9da5170a
Author: Emanuel Peter <epeter at openjdk.org>
Date: 2024-04-05 06:48:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9da5170a0eb9f141022f86d749af3b5780b75cb7
8327978: C2 SuperWord: Fix compilation time regression in dependency graph traversal after JDK-8325651
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/superword.cpp
! src/hotspot/share/opto/vectorization.cpp
! src/hotspot/share/opto/vectorization.hpp
+ test/hotspot/jtreg/compiler/loopopts/superword/TestLargeCompilation.java
Changeset: 6bc6392d
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2024-04-05 06:56:54 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6bc6392d2b073434d2cfac4c5f6f2908bd8fe77e
8329201: C2: Replace TypeInterfaces::intersection_with() + eq() with contains()
Reviewed-by: kvn, roland
! src/hotspot/share/opto/type.cpp
Changeset: 1131bb77
Author: Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
Date: 2024-04-05 07:33:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1131bb77ec94dd131a10df4ba0f3fab32c65c0f2
8329261: G1: interpreter post-barrier x86 code asserts index size of wrong buffer
Reviewed-by: aboldtch, kbarrett
! src/hotspot/cpu/x86/gc/g1/g1BarrierSetAssembler_x86.cpp
Changeset: b71acc70
Author: Per Minborg <pminborg at openjdk.org>
Date: 2024-04-05 07:38:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b71acc704a13b816621b9db65b4c5107f2ae032f
8329089: Empty immutable list throws the wrong exception type for remove(first | last) operations
Reviewed-by: rriggs
! src/java.base/share/classes/java/util/ImmutableCollections.java
! test/jdk/java/util/Collection/MOAT.java
Changeset: 71d48bcc
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-04-05 07:39:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/71d48bcc3d6313ab4bd031b5e50ae3a16338abc8
8329655: Cleanup KlassObj and klassOop names after the PermGen removal
Reviewed-by: rkennke, coleenp
! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp
! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp
! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/share/c1/c1_LIRGenerator.cpp
! src/hotspot/share/cds/archiveHeapWriter.cpp
! src/hotspot/share/cds/dynamicArchive.cpp
! src/hotspot/share/cds/heapShared.cpp
! src/hotspot/share/ci/ciObjectFactory.cpp
! src/hotspot/share/ci/ciTypeArrayKlass.cpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp
! src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp
! src/hotspot/share/jvmci/jvmciCodeInstaller.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/jvmciEnv.cpp
! src/hotspot/share/memory/heapInspection.cpp
! src/hotspot/share/memory/heapInspection.hpp
! src/hotspot/share/memory/oopFactory.cpp
! src/hotspot/share/memory/universe.cpp
! src/hotspot/share/memory/universe.hpp
! src/hotspot/share/prims/methodHandles.cpp
! src/hotspot/share/prims/vectorSupport.cpp
! src/hotspot/share/runtime/reflection.cpp
! test/hotspot/gtest/oops/test_typeArrayOop.cpp
Changeset: 8efe569b
Author: Aggelos Biboudis <abimpoudis at openjdk.org>
Date: 2024-04-05 08:05:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8efe569b8dc0ae865aa75757ca0e5c4cda12aa61
8328747: WrongMethodTypeException with pattern matching on switch on sealed classes
Reviewed-by: cushon, vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransPatterns.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Target.java
+ test/langtools/tools/javac/T8328747.java
Changeset: 8bc1867d
Author: Julian Waters <jwaters at openjdk.org>
Committer: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-04-05 08:19:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8bc1867da78ea0b7664892ee277af413ef503b61
8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler
Co-authored-by: Magnus Ihse Bursie <ihse at openjdk.org>
Reviewed-by: jwaters, prr
! make/autoconf/flags-cflags.m4
! src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Component.cpp
! src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp
! src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp
! src/java.desktop/windows/native/libawt/windows/awt_PrintDialog.h
! src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp
! src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Window.cpp
! src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp
Changeset: 3f4b167c
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-04-05 08:37:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3f4b167c974881f5f7ea1c621c7efe2f550cb60c
8329672: Only call SetupNativeCompilation from SetupJdkNativeCompilation
Reviewed-by: erikj
! make/CompileDemos.gmk
! make/Hsdis.gmk
! make/UpdateX11Wrappers.gmk
! make/common/JdkNativeCompilation.gmk
! make/common/TestFilesCompilation.gmk
! make/common/modules/LauncherCommon.gmk
! make/hotspot/gensrc/GenerateSources.gmk
! make/hotspot/gensrc/GensrcAdlc.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/hotspot/lib/CompileJvm.gmk
! make/hotspot/lib/JvmOverrideFiles.gmk
! make/modules/java.base/Lib.gmk
! make/modules/jdk.sctp/Lib.gmk
! make/test/BuildFailureHandler.gmk
! make/test/JtregNativeHotspot.gmk
Changeset: 18c925cd
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-05 09:59:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/18c925cd33d6f3b1d4365d582dddaa8426f41bea
8329661: Refactor ScavengableNMethods::verify_unlisted_nmethods
Reviewed-by: stefank, iwalulya
! src/hotspot/share/gc/serial/serialHeap.cpp
! src/hotspot/share/gc/serial/serialHeap.hpp
! src/hotspot/share/gc/shared/scavengableNMethods.cpp
! src/hotspot/share/gc/shared/scavengableNMethods.hpp
Changeset: 27353ad3
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-05 11:15:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/27353ad367c2342086d8e56ee2412d796d44b664
8329521: Serial: Rename MarkSweep to SerialFullGC
Reviewed-by: ayang, iwalulya
! src/hotspot/share/gc/serial/generation.hpp
- src/hotspot/share/gc/serial/markSweep.cpp
- src/hotspot/share/gc/serial/markSweep.inline.hpp
+ src/hotspot/share/gc/serial/serialFullGC.cpp
= src/hotspot/share/gc/serial/serialFullGC.hpp
+ src/hotspot/share/gc/serial/serialFullGC.inline.hpp
! src/hotspot/share/gc/serial/serialHeap.cpp
! src/hotspot/share/gc/serial/serialHeap.hpp
! src/hotspot/share/gc/serial/tenuredGeneration.cpp
! src/hotspot/share/memory/universe.hpp
! src/hotspot/share/oops/oop.inline.hpp
! src/hotspot/share/opto/runtime.cpp
Changeset: 29992e1f
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-04-05 12:00:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/29992e1fca4faef0fe0ac453c7e78db4628d5e70
8329570: G1: Excessive is_obj_dead_cond calls in verification
Reviewed-by: aboldtch, shade, tschatzl, gli
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
Changeset: 46d3d7b9
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-05 12:16:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/46d3d7b9673e06c74c8586c164f8a233a8876835
8329529: Serial: Move _saved_mark_word out of ContiguousSpace
Reviewed-by: ayang, iwalulya
! src/hotspot/share/gc/serial/cardTableRS.cpp
! src/hotspot/share/gc/serial/cardTableRS.hpp
! src/hotspot/share/gc/serial/defNewGeneration.cpp
! src/hotspot/share/gc/serial/defNewGeneration.hpp
! src/hotspot/share/gc/serial/defNewGeneration.inline.hpp
! src/hotspot/share/gc/serial/generation.hpp
! src/hotspot/share/gc/serial/tenuredGeneration.cpp
! src/hotspot/share/gc/serial/tenuredGeneration.hpp
! src/hotspot/share/gc/serial/tenuredGeneration.inline.hpp
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
! src/hotspot/share/gc/shared/space.inline.hpp
! src/hotspot/share/gc/shared/vmStructs_gc.hpp
Changeset: 4a11db8b
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-04-05 13:30:22 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4a11db8b606f2b10f48f0b45335b661fe3095fc4
8329662: Add a test to verify the behaviour of the default HEAD() method on HttpRequest.Builder
Reviewed-by: dfuchs
! test/jdk/java/net/httpclient/HttpRequestBuilderTest.java
Changeset: 040c9356
Author: Brian Burkhalter <bpb at openjdk.org>
Date: 2024-04-05 16:08:16 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/040c93565c0dff6270911eb9e58d78aa01bbb925
8328183: Minor mistakes in docs of PrintStream.append()
Reviewed-by: iris, naoto
! src/java.base/share/classes/java/io/CharArrayWriter.java
! src/java.base/share/classes/java/io/PrintStream.java
! src/java.base/share/classes/java/io/PrintWriter.java
! src/java.base/share/classes/java/io/StringWriter.java
! src/java.base/share/classes/java/io/Writer.java
Changeset: 862e6156
Author: Alisen Chung <achung at openjdk.org>
Date: 2024-04-05 20:20:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/862e6156960639564aed5de16de9a26320770a80
8198237: [macos] Test java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java fails
Reviewed-by: gli, aivanov
! test/jdk/ProblemList.txt
Changeset: 3d50eaa6
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-04-06 02:25:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3d50eaa6edd6ae2b093a75fa203a706aef24701b
8329784: Run MaxMetaspaceSizeTest.java with -Xshare:off
Reviewed-by: ccheung, matsaave
! test/hotspot/jtreg/runtime/Metaspace/MaxMetaspaceSizeTest.java
Changeset: 49d8e638
Author: Hamlin Li <mli at openjdk.org>
Date: 2024-04-06 06:23:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/49d8e6383321dcf152f70998be60695cea7527eb
8329083: RISC-V: Update profiles supported on riscv
Reviewed-by: fyang
! src/hotspot/cpu/riscv/globals_riscv.hpp
! src/hotspot/cpu/riscv/vm_version_riscv.cpp
! src/hotspot/cpu/riscv/vm_version_riscv.hpp
Changeset: d771ec62
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-04-06 14:21:57 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d771ec6296bd3bb17ac2dd79671fdb6f154b4ea5
8329733: Update the documentation in java.net.SocketOptions to direct to java.net.StandardSocketOptions
6431396: Spec for SocketOptions.SO_BINDADDR incorrect
Reviewed-by: djelinski, alanb
! src/java.base/share/classes/java/net/SocketOptions.java
Changeset: 3a3b77dd
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-04-08 01:33:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3a3b77dd4f522e2ca855acca8516e5901c3f2b5a
8329641: RISC-V: Enable some tests related to SHA-2 instrinsic
Reviewed-by: fyang, rehn
! src/hotspot/cpu/riscv/vm_version_riscv.hpp
! test/hotspot/jtreg/compiler/testlibrary/sha/predicate/IntrinsicPredicates.java
Changeset: 51b0abc8
Author: Daniel Jeliński <djelinski at openjdk.org>
Date: 2024-04-08 04:30:03 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/51b0abc87439014c4c5022c0057614f99a741ddd
8329340: Remove unused libawt code
8315693: Remove WM_AWT_SET_SCROLL_INFO message
Reviewed-by: prr, aivanov
! src/java.desktop/share/native/libawt/awt/image/gif/gifdecoder.c
! src/java.desktop/share/native/libawt/awt/image/imageInitIDs.h
! src/java.desktop/windows/native/libawt/java2d/windows/GDIRenderer.cpp
! src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp
! src/java.desktop/windows/native/libawt/windows/WPrinterJob.cpp
! src/java.desktop/windows/native/libawt/windows/awt.h
! src/java.desktop/windows/native/libawt/windows/awt_Component.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Component.h
! src/java.desktop/windows/native/libawt/windows/awt_Cursor.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Debug.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Debug.h
! src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp
! src/java.desktop/windows/native/libawt/windows/awt_DnDDS.h
! src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Object.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Object.h
! src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Toolkit.h
! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.cpp
! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h
! src/java.desktop/windows/native/libawt/windows/awt_ole.h
! src/java.desktop/windows/native/libawt/windows/awtmsg.h
Changeset: d1aad712
Author: Tobias Hartmann <thartmann at openjdk.org>
Date: 2024-04-08 07:30:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d1aad71209092013a89b3b85a258dd4d2e31224a
8321204: C2: assert(false) failed: node should be in igvn hash table
Reviewed-by: chagedorn, kvn
! src/hotspot/share/opto/compile.cpp
Changeset: 6f087cbc
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-04-08 09:29:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6f087cbcd5c8c91eb104c6e4297f485dd1a82229
8328698: oopDesc::klass_raw() decodes without a null check
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/g1/g1CollectedHeap.inline.hpp
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
! src/hotspot/share/gc/shared/collectedHeap.cpp
! src/hotspot/share/gc/shared/locationPrinter.cpp
! src/hotspot/share/oops/compressedKlass.hpp
! src/hotspot/share/oops/compressedKlass.inline.hpp
! src/hotspot/share/oops/oop.cpp
! src/hotspot/share/oops/oop.hpp
! src/hotspot/share/oops/oop.inline.hpp
! src/hotspot/share/runtime/os.cpp
Changeset: 7c664657
Author: Pavel Rappo <prappo at openjdk.org>
Date: 2024-04-08 09:50:35 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7c664657630a50ab83d218028cec114ea2d907ac
8325088: Overloads that differ in type parameters may be lost
Reviewed-by: jjg
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeMemberWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ConstructorWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlIds.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlIndexBuilder.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/MethodWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Comparators.java
+ test/langtools/jdk/javadoc/doclet/testErasure/TestErasure.java
Changeset: fc18201b
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2024-04-08 10:52:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fc18201bbdac7ac7d78767c780d3efe5352ee77a
8327111: Replace remaining usage of create_bool_from_template_assertion_predicate() which requires additional OpaqueLoop*Nodes transformation strategies
Reviewed-by: epeter, kvn
! src/hotspot/share/opto/loopTransform.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/predicates.cpp
! src/hotspot/share/opto/predicates.hpp
! test/hotspot/jtreg/compiler/predicates/TestCloningWithManyDiamondsInExpression.java
Changeset: 8648890f
Author: Tobias Hartmann <thartmann at openjdk.org>
Date: 2024-04-08 11:35:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8648890f86fb3d869950614c97c2df648352168d
8329749: Obsolete the unused UseNeon flag
Reviewed-by: chagedorn, kvn, aph
! src/hotspot/cpu/aarch64/globals_aarch64.hpp
! src/hotspot/share/runtime/arguments.cpp
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/aarch64/AArch64.java
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/aarch64/AArch64HotSpotJVMCIBackendFactory.java
! src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/aarch64/AArch64HotSpotVMConfig.java
Changeset: be45de1f
Author: Jan Lahoda <jlahoda at openjdk.org>
Date: 2024-04-08 12:13:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/be45de1f93e918f928c6bb8bebc3697487adf602
8328627: JShell documentation should be clearer about "remote runtime system"
Co-authored-by: Alex Buckley <abuckley at openjdk.org>
Reviewed-by: asotona
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
! src/jdk.jshell/share/man/jshell.1
Changeset: 3ebf8c93
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-04-08 12:55:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3ebf8c9359da2f45e4cefb7be2276d33c30979aa
8329663: hs_err file event log entry for thread adding/removing should print current thread
Reviewed-by: kevinw, rrich
! src/hotspot/share/runtime/threads.cpp
Changeset: 6439375b
Author: Matias Saavedra Silva <matsaave at openjdk.org>
Date: 2024-04-08 14:06:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6439375bb96346f4b34ba57e8e61ffe1905563f1
8329533: TestCDSVMCrash fails on libgraal
Reviewed-by: iklam, ccheung
! test/hotspot/jtreg/runtime/cds/TestCDSVMCrash.java
Changeset: 74758248
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-04-08 15:27:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/747582484ce89e16661ef917a89adb52f5adc2e6
8329510: Update ProblemList for JFileChooser/8194044/FileSystemRootTest.java
Reviewed-by: abhiscxk, dmarkov
! test/jdk/ProblemList.txt
Changeset: 9ac3b77d
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-08 15:55:53 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9ac3b77d0d69227ded6ef3843ebf5c18ceee37b5
8329775: Serial: Remove unused declarations in serialFullGC.hpp
Reviewed-by: iwalulya
! src/hotspot/share/gc/serial/serialFullGC.hpp
Changeset: 115f4193
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-08 16:10:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/115f4193eb39d8469ac8127e38798a3f041c22e0
8329659: Serial: Extract allowed_dead_ratio from ContiguousSpace
Reviewed-by: ayang, iwalulya
! src/hotspot/share/gc/serial/serialFullGC.cpp
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
Changeset: dd930c57
Author: Naoto Sato <naoto at openjdk.org>
Date: 2024-04-08 16:26:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dd930c573b2822e7f55e9d1b9a945a023c3fdee6
8329787: Fix typo in CLDRConverter
Reviewed-by: jlu, iris, lancea, bpb
! make/jdk/src/classes/build/tools/cldrconverter/CLDRConverter.java
- make/jdk/src/classes/build/tools/cldrconverter/SupplementDataParseHandler.java
+ make/jdk/src/classes/build/tools/cldrconverter/SupplementalDataParseHandler.java
! make/jdk/src/classes/build/tools/cldrconverter/SupplementalMetadataParseHandler.java
Changeset: 212a2536
Author: Roger Riggs <rriggs at openjdk.org>
Date: 2024-04-08 17:58:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/212a253697b1a5e722bb90ae1140c91175fc028b
8329623: NegativeArraySizeException encoding large String to UTF-8
Reviewed-by: naoto, rgiulietti
! src/java.base/share/classes/java/lang/String.java
! test/jdk/java/lang/String/CompactString/MaxSizeUTF16String.java
Changeset: a4dd2e95
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-08 18:33:59 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a4dd2e95322dd5af9c576a1d401368a4286451a9
8329766: Serial: Refactor SerialBlockOffsetTable API
Reviewed-by: gli, iwalulya
! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.hpp
Changeset: 94677200
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-08 18:34:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/94677200fb68a542ffc45221df5c27dfbdf47932
8329875: Serial: Move preservedMarks.inline.hpp to serialFullGC.cpp
Reviewed-by: stefank
! src/hotspot/share/gc/serial/serialFullGC.cpp
! src/hotspot/share/gc/serial/serialFullGC.hpp
Changeset: 7e5ef79f
Author: vamsi-parasa <srinivas.vamsi.parasa at intel.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
Date: 2024-04-08 18:41:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7e5ef79f953877cde6389998edcfe3fecb9b900e
8323116: [REDO] Computational test more than 2x slower when AVX instructions are used
Reviewed-by: sviswanathan, kvn
! src/hotspot/cpu/x86/assembler_x86.cpp
! src/hotspot/cpu/x86/x86_64.ad
+ test/hotspot/jtreg/compiler/codegen/TestConvertImplicitNullCheck.java
+ test/micro/org/openjdk/bench/vm/compiler/x86/ComputePI.java
Changeset: e7026465
Author: Sean Mullan <mullan at openjdk.org>
Date: 2024-04-08 20:08:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e70264654570155a39d0841ce82b9dd52ca0389c
8200566: DistributionPointFetcher fails to fetch CRLs if the DistributionPoints field contains more than one DistributionPoint and the first one fails
Reviewed-by: weijun
! src/java.base/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java
+ test/jdk/java/security/cert/CertPathValidator/crlDP/CheckAllCRLs.java
Changeset: a887fd21
Author: Cesar Soares Lucas <cslucas at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-04-08 23:13:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a887fd2144ce067844f18a514afb5078255601ff
8316991: Reduce nullable allocation merges
Reviewed-by: kvn, vlivanov
! src/hotspot/share/code/debugInfo.cpp
! src/hotspot/share/code/debugInfo.hpp
! src/hotspot/share/code/scopeDesc.cpp
! src/hotspot/share/opto/castnode.hpp
! src/hotspot/share/opto/escape.cpp
! src/hotspot/share/opto/escape.hpp
! src/hotspot/share/opto/memnode.cpp
! src/hotspot/share/opto/node.hpp
! src/hotspot/share/opto/subnode.cpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/stackValue.cpp
! test/hotspot/jtreg/compiler/c2/irTests/scalarReplacement/AllocationMergesTests.java
+ test/micro/org/openjdk/bench/vm/compiler/AllocationMerges.java
Changeset: fbc1e666
Author: Jatin Bhateja <jbhateja at openjdk.org>
Date: 2024-04-09 01:37:38 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fbc1e6661e26c30a9cf7bc57afd70fde1c642bcb
8328181: C2: assert(MaxVectorSize >= 32) failed: vector length should be >= 32
Reviewed-by: kvn, vlivanov
! src/hotspot/cpu/x86/macroAssembler_x86.cpp
! src/hotspot/cpu/x86/x86.ad
! src/hotspot/cpu/x86/x86_32.ad
! src/hotspot/cpu/x86/x86_64.ad
! test/hotspot/jtreg/compiler/c2/ClearArray.java
Changeset: dfaf11a3
Author: David Holmes <dholmes at openjdk.org>
Date: 2024-04-09 07:40:45 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dfaf11a3d80792ae9c484f3c21f93d0b7b0d23f9
8329898: Revert one use of markWord.is_unlocked back to is_neutral
Reviewed-by: stefank
! src/hotspot/share/runtime/basicLock.cpp
Changeset: b4ddddef
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
Date: 2024-04-09 08:11:04 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b4ddddeff1ce4293c88a9ab8ad3ca9d3b0e2352e
8329840: Fix ZPhysicalMemorySegment::_end type
Reviewed-by: stefank, eosterlund
! src/hotspot/share/gc/z/zAddress.inline.hpp
! src/hotspot/share/gc/z/zPhysicalMemory.hpp
! src/hotspot/share/gc/z/zPhysicalMemory.inline.hpp
! test/hotspot/gtest/gc/z/test_zPhysicalMemory.cpp
Changeset: 19a99d02
Author: Adam Sotona <asotona at openjdk.org>
Date: 2024-04-09 08:41:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/19a99d023e32fa9f4d26b76bd36993719e1dfe21
8326744: Class-File API transition to Second Preview
Reviewed-by: jlahoda
! src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java
Changeset: 58e39c19
Author: Jie Fu <jiefu at openjdk.org>
Date: 2024-04-09 08:47:30 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/58e39c193211579316cfd09dc4117d510e317985
8329884: Serial: Fix build failure due to ‘Copy’ has not been declared
Reviewed-by: ayang
! src/hotspot/share/gc/serial/tenuredGeneration.cpp
Changeset: 71c5bbce
Author: Adam Sotona <asotona at openjdk.org>
Date: 2024-04-09 09:35:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/71c5bbcec7052a8394dd49c0a8c46801adbfcae4
8329527: Opcode.IFNONNULL.primaryTypeKind() is not ReferenceType
Reviewed-by: jlahoda
! src/java.base/share/classes/java/lang/classfile/Opcode.java
Changeset: b9331cd2
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-04-09 10:41:28 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b9331cd25ca88b07ce079405f5e3031cf8c13ea6
8329823: RISC-V: Need to sync CPU features with related JVM flags
Reviewed-by: fyang, rehn
! src/hotspot/cpu/riscv/vm_version_riscv.hpp
! src/hotspot/os_cpu/linux_riscv/vm_version_linux_riscv.cpp
Changeset: 8907eda7
Author: Adam Sotona <asotona at openjdk.org>
Date: 2024-04-09 11:08:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8907eda779f0c3f870bb31deb74c0a483251f1e2
8325485: IncrementInstructions.of(int, int) is not storing the args
Reviewed-by: liach, jlahoda
! src/java.base/share/classes/jdk/internal/classfile/impl/AbstractInstruction.java
! test/jdk/jdk/classfile/CorpusTest.java
! test/jdk/jdk/classfile/helpers/ClassRecord.java
! test/jdk/jdk/classfile/helpers/RebuildingTransformation.java
Changeset: a48289ac
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-04-09 11:40:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a48289ac30a6a9ddc9941676726d105b11689ab3
8329761: Remove unused KeyBuilder and unusedSets from StyleContext
Reviewed-by: serb, tr
! src/java.desktop/share/classes/javax/swing/text/StyleContext.java
Changeset: 5ea21c3a
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-09 12:26:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5ea21c3a61a7a159d1b88885368741763f42bf04
8329878: Reduce public interface of CardTableBarrierSet
Reviewed-by: tschatzl
! src/hotspot/share/gc/shared/cardTableBarrierSet.hpp
Changeset: 87131fb2
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-04-09 12:27:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/87131fb2f77188a483fd0852da5f9228aafd5336
8329629: GC interfaces should work directly against nmethod instead of CodeBlob
Reviewed-by: ayang, eosterlund
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/code/codeCache.hpp
- src/hotspot/share/gc/g1/g1CodeBlobClosure.cpp
- src/hotspot/share/gc/g1/g1CodeBlobClosure.hpp
! src/hotspot/share/gc/g1/g1CodeRootSet.cpp
! src/hotspot/share/gc/g1/g1CodeRootSet.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp
! src/hotspot/share/gc/g1/g1FullGCMarkTask.cpp
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
! src/hotspot/share/gc/g1/g1HeapRegion.hpp
! src/hotspot/share/gc/g1/g1HeapRegionRemSet.cpp
! src/hotspot/share/gc/g1/g1HeapRegionRemSet.hpp
! src/hotspot/share/gc/g1/g1HeapVerifier.cpp
+ src/hotspot/share/gc/g1/g1NMethodClosure.cpp
+ src/hotspot/share/gc/g1/g1NMethodClosure.hpp
! src/hotspot/share/gc/g1/g1RemSet.cpp
! src/hotspot/share/gc/g1/g1RemSet.hpp
! src/hotspot/share/gc/g1/g1RootClosures.cpp
! src/hotspot/share/gc/g1/g1RootClosures.hpp
! src/hotspot/share/gc/g1/g1RootProcessor.cpp
! src/hotspot/share/gc/g1/g1RootProcessor.hpp
! src/hotspot/share/gc/g1/g1SharedClosures.hpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psScavenge.cpp
! src/hotspot/share/gc/serial/defNewGeneration.cpp
! src/hotspot/share/gc/serial/serialFullGC.cpp
! src/hotspot/share/gc/serial/serialHeap.cpp
! src/hotspot/share/gc/serial/serialHeap.hpp
! src/hotspot/share/gc/shared/classUnloadingContext.cpp
! src/hotspot/share/gc/shared/classUnloadingContext.hpp
! src/hotspot/share/gc/shared/scavengableNMethods.cpp
! src/hotspot/share/gc/shared/scavengableNMethods.hpp
! src/hotspot/share/gc/shenandoah/shenandoahClosures.hpp
! src/hotspot/share/gc/shenandoah/shenandoahClosures.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.cpp
! src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.hpp
! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
! src/hotspot/share/gc/shenandoah/shenandoahNMethod.cpp
! src/hotspot/share/gc/shenandoah/shenandoahNMethod.hpp
! src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp
! src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp
! src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.inline.hpp
! src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.cpp
! src/hotspot/share/gc/shenandoah/shenandoahStackWatermark.cpp
! src/hotspot/share/gc/shenandoah/shenandoahStackWatermark.hpp
! src/hotspot/share/gc/shenandoah/shenandoahUnload.cpp
! src/hotspot/share/gc/x/xHeap.cpp
! src/hotspot/share/gc/x/xHeapIterator.cpp
! src/hotspot/share/gc/x/xStackWatermark.cpp
! src/hotspot/share/gc/x/xStackWatermark.hpp
! src/hotspot/share/gc/x/xVerify.cpp
! src/hotspot/share/gc/z/zGeneration.cpp
! src/hotspot/share/gc/z/zHeapIterator.cpp
! src/hotspot/share/gc/z/zStackWatermark.cpp
! src/hotspot/share/gc/z/zStackWatermark.hpp
! src/hotspot/share/gc/z/zVerify.cpp
! src/hotspot/share/memory/iterator.cpp
! src/hotspot/share/memory/iterator.hpp
! src/hotspot/share/prims/jvmtiImpl.cpp
! src/hotspot/share/prims/jvmtiImpl.hpp
! src/hotspot/share/prims/jvmtiThreadState.cpp
! src/hotspot/share/prims/jvmtiThreadState.hpp
! src/hotspot/share/runtime/continuationFreezeThaw.cpp
! src/hotspot/share/runtime/frame.cpp
! src/hotspot/share/runtime/frame.hpp
! src/hotspot/share/runtime/javaThread.cpp
! src/hotspot/share/runtime/javaThread.hpp
! src/hotspot/share/runtime/serviceThread.cpp
! src/hotspot/share/runtime/serviceThread.hpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/runtime/threads.cpp
! src/hotspot/share/runtime/threads.hpp
Changeset: 492b954f
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-04-09 12:31:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/492b954f81f75cedec50fabc4e6071cabb53acc0
8329750: Change Universe functions to return more specific Klass* types
Reviewed-by: coleenp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/memory/oopFactory.cpp
! src/hotspot/share/memory/universe.cpp
! src/hotspot/share/memory/universe.hpp
! src/hotspot/share/prims/vectorSupport.cpp
Changeset: 5c9f0368
Author: Stefan Karlsson <stefank at openjdk.org>
Date: 2024-04-09 12:32:17 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5c9f03686d77dd56c0441f9eb54b1cfcd3a49b3c
8329858: G1: Make G1VerifyLiveAndRemSetClosure stateless
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
Changeset: 635cb3c9
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-04-09 13:04:14 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/635cb3c9762aeaec6c8dd2c21b8323d187236b4f
8329745: Update the documentation of ServerSocket and Socket to refer to StandardSocketOptions instead of legacy SocketOptions
Reviewed-by: alanb, dfuchs
! src/java.base/share/classes/java/net/ServerSocket.java
! src/java.base/share/classes/java/net/Socket.java
Changeset: 2fcb8168
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-04-09 13:19:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2fcb816858406f33cefef3164b2c85f9f996c7da
8305072: Win32ShellFolder2.compareTo is inconsistent
Reviewed-by: prr, serb
! src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolderManager2.java
+ test/jdk/javax/swing/JFileChooser/FileSystemView/Win32FolderSort.java
Changeset: 5fb5e6c8
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-09 13:22:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5fb5e6c8f04e325cbb782431d51251edde4c2618
8329603: G1: Merge G1BlockOffsetTablePart into G1BlockOffsetTable
Reviewed-by: ayang, iwalulya
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.inline.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.hpp
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
! src/hotspot/share/gc/g1/g1HeapRegion.hpp
! src/hotspot/share/gc/g1/g1HeapRegion.inline.hpp
Changeset: 3b6629ce
Author: Daniel Jeliński <djelinski at openjdk.org>
Date: 2024-04-09 14:10:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3b6629cec7a2ecec8dcb5b94d8ed3e169483aa97
8324673: javacserver failed during build: RejectedExecutionException
Reviewed-by: cstein, erikj
! make/langtools/tools/javacserver/server/CompilerThreadPool.java
! make/langtools/tools/javacserver/server/Server.java
Changeset: a8fbeec9
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-09 14:26:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/a8fbeec9e968d82c66d739d6e70fd24795af0770
8329956: G1: Remove unimplemented collection_set_candidate_short_type_str
Reviewed-by: tschatzl
! src/hotspot/share/gc/g1/g1HeapRegion.hpp
Changeset: f9bc2db9
Author: Adam Sotona <asotona at openjdk.org>
Date: 2024-04-09 14:41:39 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f9bc2db9a9b8e5b7314fba5f70cb79e07ed02bd8
8325371: Missing ClassFile.Option in package summary
Reviewed-by: briangoetz
! src/java.base/share/classes/java/lang/classfile/ClassFile.java
! src/java.base/share/classes/java/lang/classfile/package-info.java
Changeset: e75e1cb0
Author: Adam Sotona <asotona at openjdk.org>
Date: 2024-04-09 14:44:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e75e1cb02c3d115762846e47fb2d2b10a177f6de
8329955: Class-File API ClassPrinter does not print bootstrap methods arguments
Reviewed-by: briangoetz
! src/java.base/share/classes/jdk/internal/classfile/impl/ClassPrinterImpl.java
! test/jdk/jdk/classfile/ClassPrinterTest.java
Changeset: 2e925f26
Author: Roman Kennke <rkennke at openjdk.org>
Date: 2024-04-09 14:50:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2e925f263d5a9a69f21e0c12bd71242fdff084cd
8329726: Use non-short forward jumps in lightweight locking
Reviewed-by: shade, kvn, aboldtch
! src/hotspot/cpu/x86/c2_MacroAssembler_x86.cpp
+ test/hotspot/jtreg/compiler/c2/TestLWLockingCodeGen.java
Changeset: 23d161de
Author: Robbin Ehn <rehn at openjdk.org>
Date: 2024-04-09 15:00:50 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/23d161de2904208b71c50f7e54870ab0bd1eb2fe
8328630: Add logging when needed symbols in dll are missing.
Reviewed-by: dholmes, luhenry, mli
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/windows/os_windows.cpp
Changeset: 1e02a13a
Author: Robbin Ehn <rehn at openjdk.org>
Date: 2024-04-09 15:01:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1e02a13a7f02a6fe9aac38b93935bcc238f7d227
8328614: hsdis: dlsym can't find decode symbol
Reviewed-by: ihse, luhenry, mli
! make/Hsdis.gmk
! src/utils/hsdis/binutils/hsdis-binutils.c
! src/utils/hsdis/capstone/hsdis-capstone.c
! src/utils/hsdis/hsdis.h
! src/utils/hsdis/llvm/hsdis-llvm.cpp
Changeset: 6736792b
Author: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-04-09 15:32:15 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6736792b9a711b82b21a5f32cde55f2a3f15ffda
8329628: Additional changes after JDK-8329332
Reviewed-by: stefank, eosterlund
! src/hotspot/cpu/aarch64/frame_aarch64.cpp
! src/hotspot/cpu/aarch64/frame_aarch64.inline.hpp
! src/hotspot/cpu/arm/frame_arm.cpp
! src/hotspot/cpu/arm/frame_arm.inline.hpp
! src/hotspot/cpu/ppc/frame_ppc.cpp
! src/hotspot/cpu/ppc/frame_ppc.inline.hpp
! src/hotspot/cpu/riscv/frame_riscv.cpp
! src/hotspot/cpu/riscv/frame_riscv.inline.hpp
! src/hotspot/cpu/s390/frame_s390.cpp
! src/hotspot/cpu/s390/frame_s390.inline.hpp
! src/hotspot/cpu/x86/frame_x86.cpp
! src/hotspot/cpu/x86/frame_x86.inline.hpp
! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/code/codeCache.hpp
! src/hotspot/share/code/compiledIC.cpp
! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/code/nmethod.hpp
! src/hotspot/share/code/nmethod.inline.hpp
! src/hotspot/share/compiler/compileBroker.cpp
! src/hotspot/share/gc/shared/parallelCleaning.cpp
! src/hotspot/share/gc/shared/scavengableNMethods.cpp
! src/hotspot/share/gc/z/zNMethod.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/jvmciRuntime.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/oops/method.hpp
! src/hotspot/share/prims/jvmtiCodeBlobEvents.cpp
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/frame.hpp
! src/hotspot/share/runtime/frame.inline.hpp
! src/hotspot/share/runtime/javaThread.cpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
Changeset: 4bba445d
Author: Evgeny Nikitin <enikitin at openjdk.org>
Committer: Paul Sandoz <psandoz at openjdk.org>
Date: 2024-04-09 15:39:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/4bba445d835837db5ab145edb24030fc6f42ec24
8325659: Normalize Random usage by incubator vector tests
Reviewed-by: psandoz
! test/jdk/jdk/incubator/vector/AbstractVectorTest.java
! test/jdk/jdk/incubator/vector/Byte128VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Byte128VectorTests.java
! test/jdk/jdk/incubator/vector/Byte256VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Byte256VectorTests.java
! test/jdk/jdk/incubator/vector/Byte512VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Byte512VectorTests.java
! test/jdk/jdk/incubator/vector/Byte64VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Byte64VectorTests.java
! test/jdk/jdk/incubator/vector/ByteMaxVectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/ByteMaxVectorTests.java
! test/jdk/jdk/incubator/vector/Double128VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Double128VectorTests.java
! test/jdk/jdk/incubator/vector/Double256VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Double256VectorTests.java
! test/jdk/jdk/incubator/vector/Double512VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Double512VectorTests.java
! test/jdk/jdk/incubator/vector/Double64VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Double64VectorTests.java
! test/jdk/jdk/incubator/vector/DoubleMaxVectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/DoubleMaxVectorTests.java
! test/jdk/jdk/incubator/vector/Float128VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Float128VectorTests.java
! test/jdk/jdk/incubator/vector/Float256VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Float256VectorTests.java
! test/jdk/jdk/incubator/vector/Float512VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Float512VectorTests.java
! test/jdk/jdk/incubator/vector/Float64VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Float64VectorTests.java
! test/jdk/jdk/incubator/vector/FloatMaxVectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/FloatMaxVectorTests.java
! test/jdk/jdk/incubator/vector/Int128VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Int128VectorTests.java
! test/jdk/jdk/incubator/vector/Int256VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Int256VectorTests.java
! test/jdk/jdk/incubator/vector/Int512VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Int512VectorTests.java
! test/jdk/jdk/incubator/vector/Int64VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Int64VectorTests.java
! test/jdk/jdk/incubator/vector/IntMaxVectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/IntMaxVectorTests.java
! test/jdk/jdk/incubator/vector/Long128VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Long128VectorTests.java
! test/jdk/jdk/incubator/vector/Long256VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Long256VectorTests.java
! test/jdk/jdk/incubator/vector/Long512VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Long512VectorTests.java
! test/jdk/jdk/incubator/vector/Long64VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Long64VectorTests.java
! test/jdk/jdk/incubator/vector/LongMaxVectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/LongMaxVectorTests.java
! test/jdk/jdk/incubator/vector/Short128VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Short128VectorTests.java
! test/jdk/jdk/incubator/vector/Short256VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Short256VectorTests.java
! test/jdk/jdk/incubator/vector/Short512VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Short512VectorTests.java
! test/jdk/jdk/incubator/vector/Short64VectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/Short64VectorTests.java
! test/jdk/jdk/incubator/vector/ShortMaxVectorLoadStoreTests.java
! test/jdk/jdk/incubator/vector/ShortMaxVectorTests.java
! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-Masked-bop.template
! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-bop.template
! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-op.template
! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-Masked-bop.template
! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-bop.template
! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-op.template
! test/jdk/jdk/incubator/vector/templates/Unit-header.template
! test/jdk/jdk/incubator/vector/templates/X-LoadStoreTest.java.template
Changeset: b80ba085
Author: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-04-09 16:20:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b80ba0851841a8490e61371ac4ef3514dc6eddf5
8329967: Build failure after JDK-8329628
Reviewed-by: thartmann, shade, dcubed
! src/hotspot/share/code/codeCache.cpp
Changeset: 316361b9
Author: Ben Perez <ben.perez at oracle.com>
Committer: Sean Mullan <mullan at openjdk.org>
Date: 2024-04-09 20:03:18 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/316361b95c004f5dcd6e7a3150cebceb8f82f67b
8328318: Wrong description in X509Extension.getExtensionValue method javadoc
Reviewed-by: mullan, wetmore
! src/java.base/share/classes/java/security/cert/X509Extension.java
Changeset: 6276789f
Author: Valerie Peng <valeriep at openjdk.org>
Date: 2024-04-09 21:51:51 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/6276789fb5e283c11ac73602c2a5f646eab96975
8328785: IOException: Symbol not found: C_GetInterface for PKCS11 interface prior to V3.0
Reviewed-by: djelinski, weijun
! src/jdk.crypto.cryptoki/unix/native/libj2pkcs11/p11_md.c
Changeset: b81b86da
Author: Jaikiran Pai <jpai at openjdk.org>
Date: 2024-04-10 01:33:13 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b81b86da9849fbc4fb341bff8a23d10aee9967b3
8329729: java/util/Properties/StoreReproducibilityTest.java times out
Reviewed-by: alanb
! test/jdk/java/util/Properties/StoreReproducibilityTest.java
Changeset: 47df1459
Author: Amit Kumar <amitkumar at openjdk.org>
Date: 2024-04-10 03:33:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/47df14590c003ccb1607ec0edfe999fcf2aebd86
8310513: [s390x] Intrinsify recursive ObjectMonitor locking
Reviewed-by: lucy, mdoerr
! src/hotspot/cpu/s390/macroAssembler_s390.cpp
Changeset: bab70193
Author: Ioi Lam <iklam at openjdk.org>
Date: 2024-04-10 04:14:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bab70193ddaae66a1f9039b0f1af1a0dc0e39cf9
8329431: Improve speed of writing CDS heap objects
Reviewed-by: ccheung, matsaave
! src/hotspot/share/cds/archiveHeapWriter.cpp
! src/hotspot/share/cds/archiveHeapWriter.hpp
! src/hotspot/share/cds/heapShared.cpp
! src/hotspot/share/cds/heapShared.hpp
! test/hotspot/jtreg/runtime/cds/appcds/LotsOfClasses.java
! test/hotspot/jtreg/runtime/cds/appcds/TestCommon.java
Changeset: d037a597
Author: Boris Ulasevich <bulasevich at openjdk.org>
Date: 2024-04-10 06:29:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d037a597a94edf6e716098b88f42f2b15518e2bd
8311248: Refactor CodeCache::initialize_heaps to simplify adding new CodeCache segments
Reviewed-by: thartmann
! src/hotspot/share/code/codeCache.cpp
! src/hotspot/share/code/codeCache.hpp
! src/hotspot/share/memory/virtualspace.cpp
! src/hotspot/share/memory/virtualspace.hpp
! test/hotspot/jtreg/compiler/codecache/CheckSegmentedCodeCache.java
Changeset: bea9acc5
Author: Tejesh R <tr at openjdk.org>
Date: 2024-04-10 07:11:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bea9acc55a7b0463a1b0b4dcb557f8ea17d8fe8c
8328482: Convert and Open source few manual applet test to main based
Reviewed-by: abhiscxk, honkar, prr
! test/jdk/ProblemList.txt
+ test/jdk/java/awt/Frame/FrameMaximizedTest.java
+ test/jdk/java/awt/Frame/FrameMinimizeTest.java
+ test/jdk/java/awt/Frame/MegaIconTest/MegaIconTest.java
+ test/jdk/java/awt/Frame/MegaIconTest/dukeWave.gif
+ test/jdk/java/awt/Frame/MegaIconTest/duke_404.gif
= test/jdk/java/awt/Frame/MegaIconTest/fight.gif
+ test/jdk/java/awt/Frame/SizeMinimizedTest.java
Changeset: 51ed69a5
Author: Johan Sjölen <jsjolen at openjdk.org>
Date: 2024-04-10 08:12:47 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/51ed69a586105b707ae616f9eba898449bf9fba7
8327621: Check return value of uname in os::get_host_name
Reviewed-by: dholmes, stuefe
! src/hotspot/os/posix/os_posix.cpp
Changeset: e0fd6c4c
Author: Sidraya Jayagond <sjayagond at openjdk.org>
Committer: Amit Kumar <amitkumar at openjdk.org>
Date: 2024-04-10 10:12:21 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e0fd6c4c9e30ef107ea930c8ecc449842ae4b8d4
8329545: [s390x] Fix garbage value being passed in Argument Register
Reviewed-by: amitkumar, mdoerr
! src/hotspot/cpu/s390/foreignGlobals_s390.cpp
Changeset: dd6e4533
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-10 10:26:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/dd6e4533eb8b9c33b03a041d7a9ac87160ff9ffb
8329767: G1: Move G1BlockOffsetTable::set_for_starts_humongous to HeapRegion
Reviewed-by: ayang, iwalulya
! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
Changeset: b49ba426
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-10 10:32:32 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b49ba426a721db5926ac1b45d573d468389d479c
8330002: Remove redundant public keyword in BarrierSet
Reviewed-by: tschatzl
! src/hotspot/share/gc/shared/barrierSet.hpp
Changeset: 86cb7672
Author: Darragh Clarke <dclarke at openjdk.org>
Date: 2024-04-10 11:12:40 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/86cb76728dd164faa8fe69cd07db85977e79be29
8326568: jdk/test/com/sun/net/httpserver/bugs/B6431193.java should use try-with-resource and try-finally
Reviewed-by: dfuchs, jpai
! test/jdk/com/sun/net/httpserver/bugs/B6431193.java
Changeset: c5150c7b
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-04-10 12:38:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c5150c7b81e2b7b8c9e13c228d3b7bcb9dfe5024
8309751: Duplicate constant pool entries added during default method processing
Co-authored-by: Ashutosh Mehra <asmehra at openjdk.org>
Reviewed-by: matsaave, dholmes
! src/hotspot/share/classfile/bytecodeAssembler.cpp
! src/hotspot/share/classfile/bytecodeAssembler.hpp
! src/hotspot/share/classfile/defaultMethods.cpp
Changeset: 9731b1c8
Author: Alexey Ivanov <aivanov at openjdk.org>
Date: 2024-04-10 14:21:37 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9731b1c8b02d957985f4fb40acd93fb67747a9f0
8327137: Add test for ConcurrentModificationException in BasicDirectoryModel
Reviewed-by: serb, tr
+ test/jdk/javax/swing/plaf/basic/BasicDirectoryModel/ConcurrentModification.java
Changeset: 279ed0dd
Author: Johan Sjölen <jsjolen at openjdk.org>
Date: 2024-04-10 15:16:25 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/279ed0ddd505fb3052b818f755b4b220ed5557e6
8329961: Buffer overflow in os::Linux::kernel_version
Reviewed-by: rehn, stuefe
! src/hotspot/os/linux/os_linux.cpp
Changeset: 70944ca5
Author: Darragh Clarke <dclarke at openjdk.org>
Date: 2024-04-10 16:11:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/70944ca54ad0090c734bb5b3082beb33450c4877
8330033: com/sun/net/httpserver/bugs/B6431193.java fails in AssertionError after JDK-8326568
Reviewed-by: jpai, dfuchs
! test/jdk/com/sun/net/httpserver/bugs/B6431193.java
Changeset: 643dd48a
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-04-11 01:14:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/643dd48a2aa05388c55fa728a22885540b967a05
8329432: PopFrame and ForceEarlyReturn functions should use JvmtiHandshake
Reviewed-by: pchilanomate, lmesnik
! src/hotspot/share/prims/jvmtiEnv.cpp
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvBase.hpp
Changeset: 5e544f15
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-04-11 04:19:02 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5e544f15100366f4e2db58cb0e28cdfd292fe35f
8329491: GetThreadListStackTraces function should use JvmtiHandshake
Reviewed-by: pchilanomate, lmesnik
! src/hotspot/share/prims/jvmtiEnv.cpp
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvBase.hpp
Changeset: d9c84e76
Author: Thomas Stuefe <stuefe at openjdk.org>
Date: 2024-04-11 05:24:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d9c84e763a0880d33586dbb8dc90b66ede030444
8329656: assertion failed in MAP_ARCHIVE_MMAP_FAILURE path: Invalid immediate -5 0
Reviewed-by: ccheung, iklam
! src/hotspot/cpu/aarch64/compressedKlass_aarch64.cpp
Changeset: b04b3047
Author: Jatin Bhateja <jbhateja at openjdk.org>
Date: 2024-04-11 06:28:26 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b04b3047ff5c5526bdf47925210e2a35ca191e6e
8329254: optimize integral reverse operations on x86 GFNI target.
Reviewed-by: sviswanathan
! src/hotspot/cpu/x86/vm_version_x86.cpp
! src/hotspot/cpu/x86/x86_64.ad
Changeset: 2ceeb6c0
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-04-11 07:27:33 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2ceeb6c00135310b7bdabacb92d26d81de525240
8328822: C2: "negative trip count?" assert failure in profile predicate code
Reviewed-by: shade, chagedorn
! src/hotspot/share/opto/loopPredicate.cpp
+ test/hotspot/jtreg/compiler/predicates/TestCountedLoopMinJintStride.java
Changeset: 7df49262
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-04-11 07:27:44 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/7df492627b933f48750985c26de69be3f86115cb
8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg
Reviewed-by: vlivanov, chagedorn
! src/hotspot/share/opto/callGenerator.cpp
+ test/hotspot/jtreg/compiler/print/TestPrintInliningLateVirtualCall.java
Changeset: f7786426
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-04-11 08:46:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f7786426133e0e53c750dfb81272191b08b03652
8330024: [AIX] replace my_disclaim64 helper by direct call to disclaim64
Reviewed-by: mdoerr, lucy
! src/hotspot/os/aix/os_aix.cpp
Changeset: 8817ba45
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
Date: 2024-04-11 08:52:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/8817ba450c0eac6f7c1ff19b16c11a26ff2ed109
8330000: ZGC: ZObjArrayAllocator may unnecessarily clear TypeArrays twice
Reviewed-by: stefank, eosterlund
! src/hotspot/share/gc/z/zObjArrayAllocator.cpp
Changeset: f0cd866a
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-04-11 09:40:12 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f0cd866a375082e14c69ccd3bf5e3d4d18edaebf
8329704: Implement framework for proper handling of JDK_LIBS
Reviewed-by: erikj, jwaters
! make/autoconf/flags-cflags.m4
! make/autoconf/flags-ldflags.m4
! make/autoconf/libraries.m4
! make/autoconf/spec.gmk.template
! make/common/JdkNativeCompilation.gmk
! make/common/NativeCompilation.gmk
! make/common/TestFilesCompilation.gmk
! make/common/modules/LauncherCommon.gmk
! make/common/modules/LibCommon.gmk
! make/common/native/Link.gmk
! make/common/native/LinkMicrosoft.gmk
! make/hotspot/lib/CompileGtest.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.base/lib/CoreLibraries.gmk
! make/modules/java.desktop/Lib.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! make/modules/java.instrument/Lib.gmk
! make/modules/java.management/Lib.gmk
! make/modules/java.prefs/Lib.gmk
! make/modules/java.rmi/Lib.gmk
! make/modules/java.security.jgss/Lib.gmk
! make/modules/java.smartcardio/Lib.gmk
! make/modules/jdk.accessibility/Lib.gmk
! make/modules/jdk.attach/Lib.gmk
! make/modules/jdk.crypto.cryptoki/Lib.gmk
! make/modules/jdk.crypto.mscapi/Lib.gmk
! make/modules/jdk.hotspot.agent/Lib.gmk
! make/modules/jdk.internal.le/Lib.gmk
! make/modules/jdk.jdi/Lib.gmk
! make/modules/jdk.jdwp.agent/Lib.gmk
! make/modules/jdk.management.agent/Lib.gmk
! make/modules/jdk.management/Lib.gmk
! make/modules/jdk.net/Lib.gmk
! make/modules/jdk.sctp/Lib.gmk
! make/modules/jdk.security.auth/Lib.gmk
! make/test/JtregNativeHotspot.gmk
! make/test/JtregNativeJdk.gmk
! make/test/JtregNativeLibTest.gmk
Changeset: 9acce7a6
Author: Ludvig Janiuk <lujaniuk at openjdk.org>
Date: 2024-04-11 10:33:19 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/9acce7a6f326543c302ca0408213cf333f5f778a
8329774: Break long lines in jdk/src/jdk.hotspot.agent/doc /transported_core.html
Reviewed-by: kevinw
! src/jdk.hotspot.agent/doc/transported_core.html
Changeset: ff5c9a4d
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-04-11 11:35:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ff5c9a4ddecbe3ee453a30fcfd49fd677c174f06
8329528: G1 does not update TAMS correctly when dropping retained regions during Concurrent Start pause
Reviewed-by: ayang, iwalulya
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1YoungCollector.cpp
! src/hotspot/share/gc/g1/g1YoungGCPreEvacuateTasks.hpp
+ test/hotspot/jtreg/gc/g1/pinnedobjs/TestDroppedRetainedTAMS.java
Changeset: ecc603ca
Author: Daniel Jeliński <djelinski at openjdk.org>
Date: 2024-04-11 12:42:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ecc603ca9b441cbb7ad27fbc2529fcb0b1da1992
8201183: sjavac build failures: "Connection attempt failed: Connection refused"
Reviewed-by: erikj, ihse
! make/langtools/tools/javacserver/shared/PortFile.java
Changeset: 63684cd1
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-04-11 13:17:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/63684cd18300d862f3128bd13995e5c82307b50c
8327250: assert(!method->is_old()) failed: Should not be installing old methods
Reviewed-by: eosterlund, sspitsyn
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/interpreter/linkResolver.hpp
Changeset: 2e3682a7
Author: Mahendra Chhipa <mchhipa at openjdk.org>
Date: 2024-04-11 13:51:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2e3682a7f2983cd58b9564253dc698760faba4b8
8319678: Several tests from corelibs areas ignore VM flags
Reviewed-by: naoto, jpai
! test/jdk/java/lang/Thread/UncaughtExceptionsTest.java
! test/jdk/java/lang/annotation/LoaderLeakTest.java
! test/jdk/java/rmi/reliability/benchmark/bench/rmi/Main.java
! test/jdk/java/time/nontestng/java/time/chrono/HijrahConfigTest.java
! test/jdk/javax/naming/spi/providers/InitialContextTest.java
! test/jdk/sun/misc/EscapePath.java
Changeset: 16061874
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-04-11 14:15:34 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/16061874ffdd1b018fe1cad7e6d8ba8bdbdbbee1
8326947: Minimize MakeBase.gmk
Reviewed-by: erikj
! make/Bundles.gmk
! make/CompileDemos.gmk
! make/CompileInterimLangtools.gmk
! make/CompileToolsJdk.gmk
! make/CopyImportModules.gmk
! make/CopyInterimTZDB.gmk
! make/CreateJmods.gmk
! make/Docs.gmk
! make/GenerateLinkOptData.gmk
! make/GraalBuilderImage.gmk
! make/Images.gmk
! make/InitSupport.gmk
! make/JrtfsJar.gmk
! make/MacBundles.gmk
! make/ModuleWrapper.gmk
! make/SourceRevision.gmk
! make/StaticLibsImage.gmk
! make/autoconf/spec.gmk.template
+ make/common/FileUtils.gmk
! make/common/JarArchive.gmk
! make/common/JavaCompilation.gmk
! make/common/MakeBase.gmk
! make/common/MakeIO.gmk
! make/common/NativeCompilation.gmk
! make/common/Utils.gmk
! make/common/modules/CopyCommon.gmk
! make/common/modules/LauncherCommon.gmk
! make/hotspot/CopyToExplodedJdk.gmk
! make/hotspot/gensrc/GensrcJvmti.gmk
! make/hotspot/lib/CompileJvm.gmk
! make/hotspot/test/GtestImage.gmk
! make/modules/java.base/Lib.gmk
! make/modules/java.desktop/lib/Awt2dLibraries.gmk
! make/modules/jdk.compiler/Gendata.gmk
! make/test/BuildFailureHandler.gmk
! make/test/BuildJtregTestThreadFactory.gmk
! make/test/BuildMicrobenchmark.gmk
! make/test/BuildTestLib.gmk
! make/test/BuildTestLibNative.gmk
! make/test/JtregNativeHotspot.gmk
! make/test/JtregNativeJdk.gmk
! make/test/JtregNativeLibTest.gmk
! test/make/TestCopyFiles.gmk
Changeset: 0656f080
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-11 15:01:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0656f0809208160f83a7dd1ae91d9f09b582ce35
8329469: Generational ZGC: Move the methods forwarding_[index|find|insert] from zRelocate.cpp to ZForwarding
Reviewed-by: stefank, eosterlund
! src/hotspot/share/gc/z/zForwarding.hpp
! src/hotspot/share/gc/z/zForwarding.inline.hpp
! src/hotspot/share/gc/z/zRelocate.cpp
Changeset: 31ee5108
Author: Cesar Soares Lucas <cslucas at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-04-11 15:44:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/31ee5108e059afae0a3809947adb7b91e19baec6
8241503: C2: Share MacroAssembler between mach nodes during code emission
Reviewed-by: kvn, mdoerr, amitkumar, lucy
! src/hotspot/cpu/aarch64/aarch64.ad
! src/hotspot/cpu/aarch64/aarch64_vector.ad
! src/hotspot/cpu/aarch64/aarch64_vector_ad.m4
! src/hotspot/cpu/aarch64/ad_encode.m4
! src/hotspot/cpu/aarch64/compiledIC_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoah_aarch64.ad
! src/hotspot/cpu/aarch64/gc/x/x_aarch64.ad
! src/hotspot/cpu/aarch64/gc/z/z_aarch64.ad
! src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
! src/hotspot/cpu/arm/arm.ad
! src/hotspot/cpu/arm/compiledIC_arm.cpp
! src/hotspot/cpu/ppc/compiledIC_ppc.cpp
! src/hotspot/cpu/ppc/gc/shenandoah/shenandoah_ppc.ad
! src/hotspot/cpu/ppc/gc/x/x_ppc.ad
! src/hotspot/cpu/ppc/gc/z/z_ppc.ad
! src/hotspot/cpu/ppc/ppc.ad
! src/hotspot/cpu/ppc/sharedRuntime_ppc.cpp
! src/hotspot/cpu/riscv/compiledIC_riscv.cpp
! src/hotspot/cpu/riscv/gc/shenandoah/shenandoah_riscv.ad
! src/hotspot/cpu/riscv/gc/x/x_riscv.ad
! src/hotspot/cpu/riscv/gc/z/z_riscv.ad
! src/hotspot/cpu/riscv/riscv.ad
! src/hotspot/cpu/riscv/riscv_v.ad
! src/hotspot/cpu/riscv/sharedRuntime_riscv.cpp
! src/hotspot/cpu/s390/compiledIC_s390.cpp
! src/hotspot/cpu/s390/s390.ad
! src/hotspot/cpu/x86/assembler_x86.cpp
! src/hotspot/cpu/x86/c2_intelJccErratum_x86.cpp
! src/hotspot/cpu/x86/c2_intelJccErratum_x86.hpp
! src/hotspot/cpu/x86/compiledIC_x86.cpp
! src/hotspot/cpu/x86/gc/shenandoah/shenandoah_x86_32.ad
! src/hotspot/cpu/x86/gc/shenandoah/shenandoah_x86_64.ad
! src/hotspot/cpu/x86/gc/x/xBarrierSetAssembler_x86.cpp
! src/hotspot/cpu/x86/gc/x/x_x86_64.ad
! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
! src/hotspot/cpu/x86/gc/z/z_x86_64.ad
! src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
! src/hotspot/cpu/x86/x86.ad
! src/hotspot/cpu/x86/x86_32.ad
! src/hotspot/cpu/x86/x86_64.ad
+ src/hotspot/cpu/zero/c2_MacroAssembler_zero.hpp
! src/hotspot/cpu/zero/compiledIC_zero.cpp
! src/hotspot/share/adlc/adlparse.cpp
! src/hotspot/share/adlc/output_c.cpp
! src/hotspot/share/adlc/output_h.cpp
! src/hotspot/share/asm/assembler.hpp
! src/hotspot/share/code/compiledIC.hpp
! src/hotspot/share/jvmci/jvmciCodeInstaller.cpp
! src/hotspot/share/opto/c2_CodeStubs.cpp
! src/hotspot/share/opto/c2_CodeStubs.hpp
! src/hotspot/share/opto/cfgnode.hpp
! src/hotspot/share/opto/constantTable.cpp
! src/hotspot/share/opto/constantTable.hpp
! src/hotspot/share/opto/locknode.hpp
! src/hotspot/share/opto/machnode.cpp
! src/hotspot/share/opto/machnode.hpp
! src/hotspot/share/opto/node.cpp
! src/hotspot/share/opto/node.hpp
! src/hotspot/share/opto/output.cpp
! src/hotspot/share/opto/output.hpp
Changeset: 5808f30b
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-11 19:22:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5808f30b89382af22027c43ebf14e36b0c16f041
8330026: Serial: Move some includes to vmStructs_serial.hpp
Reviewed-by: kbarrett
! src/hotspot/share/gc/serial/vmStructs_serial.hpp
! src/hotspot/share/gc/shared/vmStructs_gc.hpp
Changeset: 0db42906
Author: Jorn Vernee <jvernee at openjdk.org>
Date: 2024-04-11 20:54:09 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0db42906e390a98b3a6be078f1b8c3f2a03a838f
8330049: Remove unused AbstractLinker::linkerByteOrder
Reviewed-by: mcimadamore
! src/java.base/share/classes/jdk/internal/foreign/abi/AbstractLinker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/aarch64/linux/LinuxAArch64Linker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/aarch64/macos/MacOsAArch64Linker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/aarch64/windows/WindowsAArch64Linker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/fallback/FallbackLinker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/ppc64/aix/AixPPC64Linker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/ppc64/linux/LinuxPPC64Linker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/ppc64/linux/LinuxPPC64leLinker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/riscv64/linux/LinuxRISCV64Linker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/s390/linux/LinuxS390Linker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/x64/sysv/SysVx64Linker.java
! src/java.base/share/classes/jdk/internal/foreign/abi/x64/windows/Windowsx64Linker.java
Changeset: ece7d434
Author: Matias Saavedra Silva <matsaave at openjdk.org>
Date: 2024-04-11 22:05:55 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/ece7d4349a13f75c654e2ca0f4d1b66d3af5cf10
8329416: Split relocation pointer map into read-write and read-only maps
Reviewed-by: iklam, ccheung
! src/hotspot/share/cds/archiveBuilder.cpp
! src/hotspot/share/cds/archiveBuilder.hpp
! src/hotspot/share/cds/archiveHeapLoader.cpp
! src/hotspot/share/cds/archiveUtils.cpp
! src/hotspot/share/cds/archiveUtils.hpp
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/cds/filemap.hpp
Changeset: e45fea5a
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
Date: 2024-04-12 06:04:20 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/e45fea5a801ac09c3d572ac07d6179e80c422942
8329757: Crash with fatal error: DEBUG MESSAGE: Fast Unlock lock on stack
Reviewed-by: pchilanomate, kvn
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/lockStack.cpp
! src/hotspot/share/runtime/lockStack.hpp
+ test/hotspot/jtreg/compiler/escapeAnalysis/Test8329757.java
Changeset: bde3fc0c
Author: Roland Westrelin <roland at openjdk.org>
Date: 2024-04-12 07:17:27 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bde3fc0c03c87d1f2605ae6bb84c33fadb7aa865
8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make() directly
Reviewed-by: kvn, thartmann
! src/hotspot/share/opto/vectorIntrinsics.cpp
! src/hotspot/share/opto/vectornode.cpp
! src/hotspot/share/opto/vectornode.hpp
Changeset: 2c45eca1
Author: Thomas Schatzl <tschatzl at openjdk.org>
Date: 2024-04-12 07:22:06 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2c45eca15943826cb6bfbdf6e6fd88abc196e8f7
8328879: G1: Some gtests modify global state crashing the JVM during GC after JDK-8289822
Reviewed-by: iwalulya, kbarrett
! test/hotspot/gtest/gc/g1/test_freeRegionList.cpp
! test/hotspot/gtest/gc/g1/test_heapRegion.cpp
Changeset: 2c8b432b
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-12 07:26:01 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/2c8b432b8911bc1a52b02def89e4820c76ea67ba
8330003: Serial: Move the logic of FastEvacuateFollowersClosure to SerialHeap
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/serial/defNewGeneration.cpp
! src/hotspot/share/gc/serial/serialHeap.cpp
! src/hotspot/share/gc/serial/serialHeap.hpp
! src/hotspot/share/gc/serial/serialHeap.inline.hpp
Changeset: c7fcd623
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-12 07:29:41 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c7fcd62302a4b70214e4aea7052e661a2aa9b03b
8330006: Serial: Extract out ContiguousSpace::block_start_const
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/serial/cardTableRS.cpp
! src/hotspot/share/gc/serial/cardTableRS.hpp
! src/hotspot/share/gc/serial/defNewGeneration.cpp
! src/hotspot/share/gc/serial/tenuredGeneration.cpp
! src/hotspot/share/gc/serial/tenuredGeneration.hpp
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
Changeset: 006a516a
Author: Albert Mingkun Yang <ayang at openjdk.org>
Date: 2024-04-12 07:37:48 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/006a516aa0e10d74ffafca2e2da2ae89faf47457
8329962: Remove CardTable::invalidate
Reviewed-by: tschatzl, gli
! src/hotspot/share/gc/shared/cardTable.cpp
! src/hotspot/share/gc/shared/cardTable.hpp
! src/hotspot/share/gc/shared/cardTableBarrierSet.cpp
Changeset: aebfd53e
Author: Ivan Walulya <iwalulya at openjdk.org>
Date: 2024-04-12 07:46:43 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/aebfd53e9d19f5939c81fa1a2fc75716c3355900
8329660: G1: Improve TestGCLogMessages to be more precise
Reviewed-by: tschatzl, ayang
! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
! test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
Changeset: 717a07b9
Author: Tejesh R <tr at openjdk.org>
Date: 2024-04-12 10:21:31 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/717a07b932e3dcabbad130d299b15cb963d50a67
8322140: javax/swing/JTable/JTableScrollPrintTest.java does not print the rows and columns of the table in Nimbus and Aqua LookAndFeel
Reviewed-by: psadhukhan, abhiscxk
! src/java.desktop/share/classes/javax/swing/JViewport.java
! src/java.desktop/share/classes/sun/print/PathGraphics.java
! src/java.desktop/share/classes/sun/swing/SwingUtilities2.java
! test/jdk/javax/swing/JTable/JTableScrollPrintTest.java
Changeset: 77a217df
Author: Gui Cao <gcao at openjdk.org>
Committer: Fei Yang <fyang at openjdk.org>
Date: 2024-04-12 11:42:05 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/77a217df6000190cf73a1ca42a42cbcec42fb60f
8330095: RISC-V: Remove obsolete vandn_vi instruction
Reviewed-by: fyang, luhenry
! src/hotspot/cpu/riscv/assembler_riscv.hpp
Changeset: 3e9c3811
Author: Coleen Phillimore <coleenp at openjdk.org>
Date: 2024-04-12 12:16:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3e9c3811669196945d7227affc28728670a256c5
8329488: Move OopStorage code from safepoint cleanup and remove safepoint cleanup code
Reviewed-by: kbarrett, eosterlund
! src/hotspot/share/gc/shared/oopStorage.cpp
! src/hotspot/share/jfr/metadata/metadata.xml
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/safepoint.cpp
! src/hotspot/share/runtime/safepoint.hpp
! src/hotspot/share/runtime/serviceThread.cpp
! src/jdk.jfr/share/classes/jdk/jfr/internal/query/view.ini
! src/jdk.jfr/share/conf/jfr/default.jfc
! src/jdk.jfr/share/conf/jfr/profile.jfc
! test/hotspot/jtreg/gc/stress/TestReclaimStringsLeaksMemory.java
- test/hotspot/jtreg/runtime/logging/SafepointCleanupTest.java
! test/jdk/jdk/jfr/event/metadata/TestLookForUntestedEvents.java
! test/jdk/jdk/jfr/event/runtime/TestSafepointEvents.java
! test/lib/jdk/test/lib/jfr/EventNames.java
Changeset: b8f675f4
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-12 12:54:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b8f675f45b890a9e969c250d9bf3117e6d61c2ff
8329771: G1: Refactor G1BlockOffsetTable::verify
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.hpp
! src/hotspot/share/gc/g1/g1HeapRegion.cpp
Changeset: 0f78d017
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-12 12:59:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/0f78d017afb786345fca635862a4a70f43fff251
8329658: Serial: Refactor ContiguousSpace::_next_compaction_space
Reviewed-by: ayang, tschatzl
! src/hotspot/share/gc/serial/defNewGeneration.cpp
! src/hotspot/share/gc/serial/serialFullGC.cpp
! src/hotspot/share/gc/shared/space.cpp
! src/hotspot/share/gc/shared/space.hpp
Changeset: f7069494
Author: Guoxiong Li <gli at openjdk.org>
Date: 2024-04-12 14:06:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/f7069494f4d292060834d0b7b7e92e5516a3001d
8329781: Serial: Remove serialFullGC.inline.hpp
Reviewed-by: ayang, stefank, tschatzl
! src/hotspot/share/gc/serial/serialFullGC.cpp
! src/hotspot/share/gc/serial/serialFullGC.hpp
- src/hotspot/share/gc/serial/serialFullGC.inline.hpp
Changeset: 397d9483
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2024-04-12 14:09:23 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/397d94831033e91c7a849774bf4e80d8f1c8ec66
8329605: hs errfile generic events - move memory protections and nmethod flushes to separate sections
Reviewed-by: lucy, stefank, stuefe
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/utilities/events.cpp
! src/hotspot/share/utilities/events.hpp
Changeset: 68f86dcc
Author: Magnus Ihse Bursie <ihse at openjdk.org>
Date: 2024-04-12 20:57:56 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/68f86dccce601ec10111dc3e535d28ce9fc80928
8330110: AIX build fails after JDK-8329704 - issue with libjli.a
Reviewed-by: mbaesken, mdoerr
! make/common/JdkNativeCompilation.gmk
Changeset: 28b20195
Author: Alex Menkov <amenkov at openjdk.org>
Date: 2024-04-12 22:29:34 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/28b201955907e145f208d756b607ab545a83b2d3
8240343: JDI stopListening/stoplis001 "FAILED: listening is successfully stopped without starting listening"
Reviewed-by: cjplummer, sspitsyn
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001.java
- test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001/TEST.properties
! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001/TestDescription.java
Changeset: b9ef9f66
Author: Scott Gibbons <sgibbons at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date: 2024-04-13 00:48:52 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b9ef9f667ef9d4052c9d6dfec763b94d331dc04d
8330185: Potential uncaught unsafe memory copy exception
Reviewed-by: kvn, sviswanathan
! src/hotspot/cpu/x86/stubGenerator_x86_64_arraycopy.cpp
Changeset: c1c99a66
Author: Serguei Spitsyn <sspitsyn at openjdk.org>
Date: 2024-04-13 09:22:00 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/c1c99a669bb7f9928086db6a4ecfc90c410ffbb0
8329674: JvmtiEnvThreadState::reset_current_location function should use JvmtiHandshake
Reviewed-by: lmesnik, pchilanomate
! src/hotspot/share/prims/jvmtiEnvBase.cpp
! src/hotspot/share/prims/jvmtiEnvThreadState.cpp
! src/hotspot/share/runtime/vmOperation.hpp
Changeset: 1abb8262
Author: Leonid Mesnik <lmesnik at openjdk.org>
Date: 2024-04-14 16:02:07 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/1abb826210eda76a3dc8cf1c10e6df6f2413a87a
8330131: Problemlist serviceability/jvmti/vthread/GetThreadStateMountedTest/GetThreadStateMountedTest.java
Reviewed-by: dcubed
! test/hotspot/jtreg/ProblemList.txt
Changeset: b486709b
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2024-04-15 06:25:24 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/b486709b0627cfb4cf428a6508ef7c5b14e6da57
8328480: C2: SubTypeCheckNode in checkcast should use the klass constant of a unique concrete sub class
Reviewed-by: roland, kvn
! src/hotspot/share/opto/graphKit.cpp
+ test/hotspot/jtreg/compiler/types/TestSubTypeCheckUniqueSubclass.java
Changeset: bc1a1a58
Author: David Holmes <dholmes at openjdk.org>
Date: 2024-04-15 07:31:58 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/bc1a1a5861741ce5002e28eed2ea84ddafd68c70
8330064: JFR: Incorrect function declarations for register/unregister_stack_filter
Reviewed-by: mgronlun, dcubed, egahlin, jwaters
! src/hotspot/share/jfr/jni/jfrJniMethod.hpp
Changeset: d22d5608
Author: David Holmes <dholmes at openjdk.org>
Date: 2024-04-15 07:33:10 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/d22d56087142d2fdf8ffc5fcde83dd08f07f6933
8329864: TestLibGraal.java still crashes with assert(_stack_base != nullptr)
Reviewed-by: dnsimon, jsjolen, dcubed
! src/hotspot/share/runtime/javaThread.cpp
Changeset: 5404b4ea
Author: Yudi Zheng <yzheng at openjdk.org>
Committer: Doug Simon <dnsimon at openjdk.org>
Date: 2024-04-15 08:07:49 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/5404b4eafc2eb3291cecf99f98728946388f5d16
8330105: SharedRuntime::resolve* should respect interpreter-only mode
Reviewed-by: never, dlong, dnsimon
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/sharedRuntime.hpp
Changeset: 3f1d9c44
Author: Joachim Kern <jkern at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
Date: 2024-04-15 08:46:36 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/3f1d9c441ea98910d9483e133bccfac784db393d
8329257: AIX: Switch HOTSPOT_TOOLCHAIN_TYPE from xlc to gcc
Reviewed-by: jwaters, stuefe, kbarrett, mdoerr
! make/autoconf/flags-cflags.m4
! make/autoconf/toolchain.m4
! src/hotspot/os/aix/loadlib_aix.cpp
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/aix/os_aix.hpp
! src/hotspot/os/aix/porting_aix.cpp
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp
! src/hotspot/share/utilities/byteswap.hpp
- src/hotspot/share/utilities/compilerWarnings_xlc.hpp
! src/hotspot/share/utilities/count_leading_zeros.hpp
! src/hotspot/share/utilities/count_trailing_zeros.hpp
! src/hotspot/share/utilities/debug.hpp
! src/hotspot/share/utilities/globalDefinitions_gcc.hpp
- src/hotspot/share/utilities/globalDefinitions_xlc.hpp
Changeset: fc305aeb
Author: Michael-Mc-Mahon <michael.x.mcmahon at oracle.com>
Date: 2024-04-15 10:11:11 +0000
URL: https://git.openjdk.org/jdk-sandbox/commit/fc305aebb1fa5fa95dd4fc7dff004981dba907ea
Merge branch 'master' into iouring
More information about the jdk-sandbox-changes
mailing list