8129430: tests that requrie G1 should be excluded from execution on embedded platfomrs where g1 is not supported

Test group definition has been fixed

Reviewed-by: tschatzl
This commit is contained in:
Dmitrij Pochepko 2015-07-01 21:04:18 +03:00
parent e382d8095c
commit 8085251389

View File

@ -237,7 +237,7 @@ needs_g1gc = \
gc/arguments/TestParallelGCThreads.java \
gc/arguments/TestUseCompressedOopsErgo.java \
gc/class_unloading/TestG1ClassUnloadingHWM.java \
gc/ergonomics/TestDynamicNumberOfGCThreads.java
gc/ergonomics/TestDynamicNumberOfGCThreads.java \
gc/g1/ \
gc/metaspace/G1AddMetaspaceDependency.java \
gc/metaspace/TestMetaspacePerfCounters.java \