hotspot/test/gc/stress/TestStressG1Humongous.java
changeset 39294 4be906c4ad95
parent 38085 795e6a867668
child 39414 4adf52148100
--- a/hotspot/test/gc/stress/TestStressG1Humongous.java	Fri Jun 17 13:07:27 2016 +0300
+++ b/hotspot/test/gc/stress/TestStressG1Humongous.java	Fri Jun 17 18:45:09 2016 +0300
@@ -26,7 +26,8 @@
  * @key gc
  * @key stress
  * @summary Stress G1 by humongous allocations in situation near OOM
- * @requires vm.gc=="G1" | vm.gc=="null"
+ * @requires vm.gc == "G1" | vm.gc == "null"
+ * @requires !vm.flightRecorder
  * @run main/othervm/timeout=200 -Xlog:gc=debug -Xmx1g -XX:+UseG1GC -XX:G1HeapRegionSize=4m
  *              -Dtimeout=120 -Dthreads=3 -Dhumongoussize=1.1 -Dregionsize=4 TestStressG1Humongous
  * @run main/othervm/timeout=200 -Xlog:gc=debug -Xmx1g -XX:+UseG1GC -XX:G1HeapRegionSize=16m