diff test/gc/g1/TestHumongousShrinkHeap.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 7a6313074325
children
line wrap: on
line diff
--- a/test/gc/g1/TestHumongousShrinkHeap.java	Wed Apr 22 05:05:49 2015 -0700
+++ b/test/gc/g1/TestHumongousShrinkHeap.java	Thu Apr 23 15:59:48 2015 +0200
@@ -24,6 +24,7 @@
 /**
  * @test TestHumongousShrinkHeap
  * @bug 8036025 8056043
+ * @requires vm.gc=="G1" | vm.gc=="null"
  * @summary Verify that heap shrinks after GC in the presence of fragmentation
  * due to humongous objects
  * @library /testlibrary