< prev index next >

src/hotspot/share/runtime/thread.cpp

Print this page

        

*** 1704,1714 **** _cached_monitor_info = NULL; _parker = Parker::Allocate(this); _SleepEvent = ParkEvent::Allocate(this); // Setup safepoint state info for this thread ThreadSafepointState::create(this); - _handshake.set_thread(this); debug_only(_java_call_counter = 0); // JVMTI PopFrame support _popframe_condition = popframe_inactive; --- 1704,1713 ----
< prev index next >