RFR: 8264126: Remove TRAPS/THREAD parameter for class loading functions [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Thu Mar 25 02:56:03 UTC 2021
On Thu, 25 Mar 2021 02:08:32 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Improvements suggested by Ioi.
>
> src/hotspot/share/ci/ciEnv.cpp line 445:
>
>> 443: {
>> 444: ttyUnlocker ttyul; // release tty lock to avoid ordering problems
>> 445: MutexLocker ml(Compile_lock);
>
> We could pass current here too.
ok
> src/hotspot/share/jvmci/jvmciRuntime.cpp line 1268:
>
>> 1266: {
>> 1267: ttyUnlocker ttyul; // release tty lock to avoid ordering problems
>> 1268: MutexLocker ml(Compile_lock);
>
> Can pass THREAD here
ok
-------------
PR: https://git.openjdk.java.net/jdk/pull/3176
More information about the hotspot-dev
mailing list