< prev index next >
test/hotspot/jtreg/TEST.groups
Print this page
rev 60538 : imported patch jep387-all.patch
*** 75,85 ****
hotspot_containers = \
containers
tier1_common = \
sanity/BasicVMTest.java \
! gtest/GTestWrapper.java
tier1_compiler = \
:tier1_compiler_1 \
:tier1_compiler_2 \
:tier1_compiler_3 \
--- 75,86 ----
hotspot_containers = \
containers
tier1_common = \
sanity/BasicVMTest.java \
! gtest/GTestWrapper.java \
! gtest/MetaspaceGtests.java
tier1_compiler = \
:tier1_compiler_1 \
:tier1_compiler_2 \
:tier1_compiler_3 \
*** 349,358 ****
--- 350,368 ----
runtime/modules/PatchModule/PatchModuleClassList.java \
runtime/NMT \
serviceability/sa \
-runtime/cds/DeterministicDump.java
+ # needs -nativepath:<output>/images/test/hotspot/jtreg/native/
+ hotspot_metaspace = \
+ gtest/MetaspaceGtests.java \
+ gc/metaspace \
+ gc/class_unloading \
+ runtime/Metaspace \
+ vmTestbase/metaspace \
+ runtime/SelectionResolution
+
# A subset of AppCDS tests to be run in tier1
tier1_runtime_appcds = \
runtime/cds/appcds/HelloTest.java \
runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
runtime/cds/appcds/ClassLoaderTest.java
< prev index next >