8259374: Make ThreadInVMfromNative have ResetNoHandleMark

Reviewed-by: dcubed, pchilanomate
This commit is contained in:
Coleen Phillimore 2021-01-12 13:07:21 +00:00
parent 563b268c8f
commit 4c75d14aba
7 changed files with 10 additions and 14 deletions

View file

@ -192,6 +192,7 @@ class ThreadInVMfromUnknown {
class ThreadInVMfromNative : public ThreadStateTransition {
ResetNoHandleMark __rnhm;
public:
ThreadInVMfromNative(JavaThread* thread) : ThreadStateTransition(thread) {
trans_from_native(_thread_in_vm);