Skip to content

Commit 4f808c6

Browse files
author
Markus Grönlund
committed
8316538: runtime/handshake/MixedHandshakeWalkStackTest.java crashes with JFR
Reviewed-by: egahlin
1 parent 2d4a4d0 commit 4f808c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/jfr/recorder/service/jfrPostBox.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ void JfrPostBox::asynchronous_post(int msg) {
112112
void JfrPostBox::synchronous_post(int msg) {
113113
assert(is_synchronous(msg), "invariant");
114114
assert(!JfrMsg_lock->owned_by_self(), "should not hold JfrMsg_lock here!");
115-
NoHandleMark nhm;
116115
ThreadBlockInVM transition(JavaThread::current());
117116
MonitorLocker msg_lock(JfrMsg_lock, Mutex::_no_safepoint_check_flag);
118117
deposit(msg);

0 commit comments

Comments
 (0)