8154787: gc/g1/Test2GbHeap.java fails with java.lang.RuntimeException
authormchernov
Fri, 20 May 2016 14:53:13 +0300
changeset 38639 470ee64d4a67
parent 38638 c053db913695
child 38644 7d80e4a382f4
8154787: gc/g1/Test2GbHeap.java fails with java.lang.RuntimeException Reviewed-by: jprovino, dfazunen, jmasa, drwhite
hotspot/test/gc/g1/Test2GbHeap.java
--- a/hotspot/test/gc/g1/Test2GbHeap.java	Fri May 20 01:47:32 2016 -0400
+++ b/hotspot/test/gc/g1/Test2GbHeap.java	Fri May 20 14:53:13 2016 +0300
@@ -25,9 +25,9 @@
  * @test Test2GbHeap
  * @bug 8031686
  * @summary Regression test to ensure we can start G1 with 2gb heap.
- * Skip test on 32 bit Windows: it typically does not support the many and large virtual memory reservations needed.
+ * Skip test on 32 bit system: it typically does not support the many and large virtual memory reservations needed.
  * @requires (vm.gc == "G1" | vm.gc == "null")
- * @requires !((sun.arch.data.model == "32") & (os.family == "windows"))
+ * @requires vm.bits != "32"
  * @key gc
  * @key regression
  * @library /testlibrary