< prev index next >

test/hotspot/jtreg/vmTestbase/jit/regression/b4446672/b4446672.java

Print this page
rev 56807 : [mq]: 8232684-v2

*** 74,84 **** System.out.println ("GCThread run."); synchronized (testThread) { System.out.println ("GCThread synchronized."); while (!done) { gcing=true; ! yield(); System.gc(); } } System.out.println ("GCThread done."); } --- 74,84 ---- System.out.println ("GCThread run."); synchronized (testThread) { System.out.println ("GCThread synchronized."); while (!done) { gcing=true; ! Thread.yield(); System.gc(); } } System.out.println ("GCThread done."); }
< prev index next >