Code Review for 6771058

Prepared by:twisti on Thu Oct 18 14:39:54 PDT 2012
Workspace:/home/twisti/jdk
Compare against: http://hg.openjdk.java.net/hsx/hotspot-comp/jdk
Summary of changes: 1 line changed: 1 ins; 0 del; 0 mod; 148 unchg
Patch of changes: 6771058.patch
Author comments:
6771058: TEST_BUG: java/lang/ref/Basic.java may fail with -server -Xcomp
Reviewed-by:

This test can fail if finalizer of Basic is not called for some
reason. It happens in compiled mode if compilation is more slow than
execution of the main loop.

The fix is to call System.runFinalization() after System.gc() to
ensure that finalizer is run.

Bug id: 6771058 TEST_BUG: java/lang/ref/Basic.java may fail with -server -Xcomp
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/java/lang/ref/Basic.java

1 line changed: 1 ins; 0 del; 0 mod; 148 unchg

This code review page was prepared using /home/twisti/bin/webrev (vers 23.18-hg-twisti).