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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp212 JNIHandleBlock* _active_handles; member in class:Thread
412 JNIHandleBlock* active_handles() const { return _active_handles; }
413 void set_active_handles(JNIHandleBlock* block) { _active_handles = block; }
589 static ByteSize active_handles_offset() { return byte_offset_of(Thread, _active_handles ); }
H A DvmStructs.cpp911 nonstatic_field(Thread, _active_handles, JNIHandleBlock*) \

Completed in 742 milliseconds