aboutsummaryrefslogtreecommitdiff
path: root/test/TEST.groups
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST.groups')
-rw-r--r--test/TEST.groups11
1 files changed, 8 insertions, 3 deletions
diff --git a/test/TEST.groups b/test/TEST.groups
index 339ff38ca..9ec3c855d 100644
--- a/test/TEST.groups
+++ b/test/TEST.groups
@@ -96,7 +96,8 @@ needs_jdk = \
runtime/Thread/TestThreadDumpMonitorContention.java \
runtime/XCheckJniJsig/XCheckJSig.java \
serviceability/attach/AttachWithStalePidFile.java \
- serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
+ serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \
+ testlibrary_tests/
# JRE adds further tests to compact3
@@ -132,7 +133,8 @@ hotspot_compiler = \
sanity/ExecuteInternalVMTests.java
hotspot_gc = \
- sanity/ExecuteInternalVMTests.java
+ sanity/ExecuteInternalVMTests.java \
+ -gc/g1/TestGreyReclaimedHumongousObjects.java
hotspot_runtime = \
sanity/ExecuteInternalVMTests.java
@@ -148,6 +150,8 @@ hotspot_all = \
# Tests that require compact3 API's
#
needs_compact3 = \
+ compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \
+ compiler/rangechecks/TestRangeCheckSmearing.java \
compiler/whitebox/DeoptimizeMethodTest.java \
compiler/whitebox/SetForceInlineMethodTest.java \
compiler/whitebox/SetDontInlineMethodTest.java \
@@ -158,6 +162,7 @@ needs_compact3 = \
compiler/whitebox/IsMethodCompilableTest.java \
gc/6581734/Test6581734.java \
gc/7072527/TestFullGCCount.java \
+ gc/TestGCLogRotationViaJcmd.java \
gc/g1/TestHumongousAllocInitialMark.java \
gc/g1/TestHumongousShrinkHeap.java \
gc/arguments/TestG1HeapRegionSize.java \
@@ -176,6 +181,7 @@ needs_compact3 = \
serviceability/threads/TestFalseDeadLock.java \
serviceability/jvmti/GetObjectSizeOverflow.java \
serviceability/jvmti/TestRedefineWithUnresolvedClass.java \
+ serviceability/sa/jmap-hashcode/Test8028623.java \
compiler/tiered/NonTieredLevelsTest.java \
compiler/tiered/TieredLevelsTest.java \
compiler/intrinsics/bmi/verifycode
@@ -246,7 +252,6 @@ compact1_minimal = \
serviceability/ \
compiler/ \
testlibrary/ \
- testlibrary_tests/ \
sanity/ \
runtime/ \
gc/ \