RFR: 8259374: Make ThreadInVMfromNative have ResetNoHandleMark [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Fri Jan 8 13:16:57 UTC 2021
On Fri, 8 Jan 2021 06:56:11 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix grammar
>
> src/hotspot/share/runtime/interfaceSupport.inline.hpp line 195:
>
>> 193:
>> 194: class ThreadInVMfromNative : public ThreadStateTransition {
>> 195: ResetNoHandleMark __rnhm;
>
> We should add a constructor for RNHM that takes the current thread so that we don't have to call Thread::current() unnecessarily in the existing RNHM constructor.
Ok.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1983
More information about the hotspot-dev
mailing list