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

/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp330 static oop inherited_access_control_context(oop java_thread);
H A DjavaClasses.cpp906 oop java_lang_Thread::inherited_access_control_context(oop java_thread) { function in class:java_lang_Thread
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp1253 // Returns the inherited_access_control_context field of the running thread.
1256 oop result = java_lang_Thread::inherited_access_control_context(thread->threadObj());

Completed in 59 milliseconds