diff -r c11ebe3f754c -r 96560cffef4d hotspot/test/gc/stress/gcbasher/TestGCBasherWithCMS.java --- a/hotspot/test/gc/stress/gcbasher/TestGCBasherWithCMS.java Tue Jan 17 17:00:22 2017 +0100 +++ b/hotspot/test/gc/stress/gcbasher/TestGCBasherWithCMS.java Tue Jan 17 21:38:07 2017 -0800 @@ -29,7 +29,7 @@ * @key gc * @key stress * @requires vm.gc.ConcMarkSweep - * @requires vm.flavor == "server" + * @requires vm.flavor == "server" & !vm.emulatedClient * @summary Stress the CMS 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:+UseConcMarkSweepGC TestGCBasherWithCMS 120000 */