hotspot/test/gc/stress/gcbasher/TestGCBasherWithG1.java
changeset 43455 96560cffef4d
parent 43441 577efc45fed8
child 46359 76dd8f312458
--- a/hotspot/test/gc/stress/gcbasher/TestGCBasherWithG1.java	Tue Jan 17 17:00:22 2017 +0100
+++ b/hotspot/test/gc/stress/gcbasher/TestGCBasherWithG1.java	Tue Jan 17 21:38:07 2017 -0800
@@ -29,7 +29,7 @@
  * @key gc
  * @key stress
  * @requires vm.gc.G1
- * @requires vm.flavor == "server"
+ * @requires vm.flavor == "server" & !vm.emulatedClient
  * @summary Stress the G1 GC by trying to make old objects more likely to be garbage than young objects.
  * @run main/othervm/timeout=200 -Xlog:gc*=info -Xmx256m -server -XX:+UseG1GC TestGCBasherWithG1 120000
  */