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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1977 JNIHandleBlock* java_handles = thread->active_handles(); local
1979 assert(compile_handles != NULL && java_handles != NULL, "should not be NULL");
1980 compile_handles->set_pop_frame_link(java_handles); // make sure java handles get gc'd.
1994 JNIHandleBlock* java_handles = compile_handles->pop_frame_link(); local
1995 thread->set_active_handles(java_handles);

Completed in 26 milliseconds