RFR: 8295278: Add parallel class loading tests [v2]

Coleen Phillimore coleenp at openjdk.org
Fri Oct 14 12:37:24 UTC 2022


On Fri, 14 Oct 2022 03:33:08 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix success test for loadClass case.
>
> test/hotspot/jtreg/runtime/ParallelLoad/CallLoadClass/ClassLoadingThread.java line 68:
> 
>> 66:             } else {
>> 67:                 success = true;
>> 68:             }
> 
> Should `success` be set to `false` in this case?

Yes, you're right, it should be false.  We expect LinkageError in this case.

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

PR: https://git.openjdk.org/jdk/pull/10587


More information about the hotspot-runtime-dev mailing list