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