mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8259374: Make ThreadInVMfromNative have ResetNoHandleMark
Reviewed-by: dcubed, pchilanomate
This commit is contained in:
parent
563b268c8f
commit
4c75d14aba
7 changed files with 10 additions and 14 deletions
|
@ -192,6 +192,7 @@ class ThreadInVMfromUnknown {
|
|||
|
||||
|
||||
class ThreadInVMfromNative : public ThreadStateTransition {
|
||||
ResetNoHandleMark __rnhm;
|
||||
public:
|
||||
ThreadInVMfromNative(JavaThread* thread) : ThreadStateTransition(thread) {
|
||||
trans_from_native(_thread_in_vm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue