diff test/gc/concurrentMarkSweep/DisableResizePLAB.java @ 22981:f967da7f0c3c

8062537: [TESTBUG] Conflicting GC combinations in hotspot tests Reviewed-by: tschatzl, jwilhelm
author jwilhelm
date Thu, 23 Apr 2015 15:59:48 +0200
parents a28b7832203a
children
line wrap: on
line diff
--- a/test/gc/concurrentMarkSweep/DisableResizePLAB.java	Wed Apr 22 05:05:49 2015 -0700
+++ b/test/gc/concurrentMarkSweep/DisableResizePLAB.java	Thu Apr 23 15:59:48 2015 +0200
@@ -26,6 +26,7 @@
  * @key gc
  * @bug 8060467
  * @author filipp.zhinkin@oracle.com, john.coomes@oracle.com
+ * @requires vm.gc=="ConcMarkSweep" | vm.gc=="null"
  * @summary Run CMS with PLAB resizing disabled and a small OldPLABSize
  * @run main/othervm -XX:+UseConcMarkSweepGC -XX:-ResizePLAB -XX:OldPLABSize=1k -Xmx256m -XX:+PrintGCDetails DisableResizePLAB
  */