hotspot/test/gc/TestSmallHeap.java
changeset 31029 9c1a5254c185
parent 30604 b8d532cb6420
child 33730 30e064828045
--- a/hotspot/test/gc/TestSmallHeap.java	Fri May 29 10:44:32 2015 -0400
+++ b/hotspot/test/gc/TestSmallHeap.java	Tue Jun 02 19:19:37 2015 -0400
@@ -27,6 +27,7 @@
  * @requires vm.gc=="null"
  * @requires (vm.opt.AggressiveOpts=="null") | (vm.opt.AggressiveOpts=="false")
  * @requires vm.compMode != "Xcomp"
+ * @requires vm.opt.UseCompressedOops != false
  * @summary Verify that starting the VM with a small heap works
  * @library /testlibrary /../../test/lib
  * @modules java.management/sun.management