Searched refs:java_handles (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp2126 JNIHandleBlock* java_handles = thread->active_handles(); local
2128 assert(compile_handles != NULL && java_handles != NULL, "should not be NULL");
2129 compile_handles->set_pop_frame_link(java_handles); // make sure java handles get gc'd.
2143 JNIHandleBlock* java_handles = compile_handles->pop_frame_link(); local
2144 thread->set_active_handles(java_handles);
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp64 JNIHandleBlock* java_handles = ((JavaThread*)thread)->active_handles(); local
66 assert(compile_handles != NULL && java_handles != NULL, "should not be NULL");
67 compile_handles->set_pop_frame_link(java_handles);
77 JNIHandleBlock* java_handles = compile_handles->pop_frame_link(); local
78 thread->set_active_handles(java_handles);

Completed in 389 milliseconds