Skip to content

Commit

Permalink
JDK-8344935
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Nov 25, 2024
1 parent e29b0ed commit c70c580
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/hotspot/share/runtime/javaThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,10 @@ JavaThread::JavaThread(MemTag mem_tag) :

_SleepEvent(ParkEvent::Allocate(this)),

#if INCLUDE_JFR
_last_freeze_fail_result(freeze_ok),
#endif

_lock_stack(this),
_om_cache(this) {
set_jni_functions(jni_functions());
Expand Down Expand Up @@ -2361,4 +2365,4 @@ void JavaThread::post_vthread_pinned_event(EventVirtualThreadPinned* event, cons
event->commit();
}
}
#endif
#endif

0 comments on commit c70c580

Please sign in to comment.