RFR: 8264672: runtime/ParallelLoad/ParallelSuperTest.java timed out [v2]

Coleen Phillimore coleenp at openjdk.java.net
Thu Apr 8 11:41:07 UTC 2021


On Thu, 8 Apr 2021 10:01:37 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add volatile
>
> test/hotspot/jtreg/runtime/ParallelLoad/MyLoader.java line 64:
> 
>> 62:     private Object sync = new Object();
>> 63:     private Object thread_sync = new Object();
>> 64:     private static volatile boolean ready = false;
> 
> The name "waiting" would be more appropriate.

Ok.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3375


More information about the hotspot-runtime-dev mailing list