Thank you Alan. I am appreciated that you sponsor this.
The reason I changed it to othervm is I don't want System.gc do any
impact to other tests, assume in concurrent mode.
Regards
Tristan
On 01/08/2014 05:58 PM, Alan Bateman wrote:
On 08/01/2014 02:38, Tristan Yan wrote:
Hi All
Please help to review code fix for bug JDK-8030089.
http://cr.openjdk.java.net/~tyan/JDK-8030089/webrev.00/
<http://cr.openjdk.java.net/%7Etyan/JDK-8030089/webrev.00/>
Description:
1. Set test running on othervm mode.
2. Use infinite wait to the CountDownLatch.
Changing it to use await looks fine. I'm curious about the reason for
changing the test to run in othervm mode as I assume this is not
strictly necessary (right?).
(In any case, I can sponsor this one as we need our tests to be stable
when running with a fastdebug build).
-Alan