SDK Test Fixes Batch for 2010.07 (6941287, 6962804, 6964018)

Daniel D. Daugherty daniel.daugherty at oracle.com
Tue Jul 20 11:52:57 PDT 2010


One thing I forgot to make clear about this fix. For the folks
that were worried about the test execution time for the two new
tests, I was able to add an early bailout if the test detected
that the instance count was the same or decreasing for the target
leak(s). This means that test now only runs until it determines
that the bits being tested have the fix in place. Only bits without
the fix will execute for the full time.

Dan


On 7/20/2010 12:35 PM, Daniel D. Daugherty wrote:
> The third fix gets my recent Logger WeakReference leak tests back into
> the available test mix:
>
>     http://cr.openjdk.java.net/~dcubed/6964018-webrev/0/
>
> This fix refactors and enhances some of the test infrastructure in
> test/sun/tools/common/* and changes the new Logger WeakReference leak
> tests to use that infrastructure. Other tests in test/sun/tools/*
> also need minor tweaks to fit into the new infrastructure.


More information about the hotspot-runtime-dev mailing list