mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-16 18:00:29 +00:00
6771058: TEST_BUG: java/lang/ref/Basic.java may fail with -server -Xcomp
Reviewed-by: dholmes, mchung
This commit is contained in:
parent
5e1584a438
commit
c915e9da09
@ -105,6 +105,7 @@ public class Basic {
|
||||
System.err.println("GC " + i);
|
||||
Thread.sleep(10);
|
||||
System.gc();
|
||||
System.runFinalization();
|
||||
|
||||
showReferences();
|
||||
while ((r = q2.poll()) != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user