Skip to content

Commit 0fbbe4c

Browse files
committedSep 23, 2021
8274033: Some tier-4 CDS EpsilonGC tests throw OOM
Reviewed-by: dholmes, ccheung, minqi
1 parent 9d3379b commit 0fbbe4c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎test/hotspot/jtreg/TEST.groups

+13
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,19 @@ hotspot_cds_verify_shared_spaces = \
399399
runtime/cds/appcds/jvmti/dumpingWithAgent/DumpingWithJavaAgent.java \
400400
runtime/cds/appcds/sharedStrings/SharedStringsBasic.java
401401

402+
# No need to run every test with EpsilonGC. A small subset will provide enough
403+
# coverage. Also avoid some tests that may OOM.
404+
hotspot_cds_epsilongc = \
405+
runtime/cds/appcds/HelloTest.java \
406+
runtime/cds/appcds/MultiProcessSharing.java \
407+
runtime/cds/appcds/StaticArchiveWithLambda.java \
408+
runtime/cds/appcds/cacheObject \
409+
runtime/cds/appcds/customLoader/ParallelTestSingleFP.java \
410+
runtime/cds/appcds/dynamicArchive/HelloDynamic.java \
411+
runtime/cds/appcds/javaldr \
412+
runtime/cds/appcds/jigsaw \
413+
runtime/cds/appcds/loaderConstraints
414+
402415
# needs -nativepath:<output>/images/test/hotspot/jtreg/native/
403416
hotspot_metaspace = \
404417
gtest/MetaspaceGtests.java \

0 commit comments

Comments
 (0)
Please sign in to comment.