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

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp41 static oop _deleted_handle; // Sentinel marking deleted handles member in class:JNIHandles
85 static oop deleted_handle() { return _deleted_handle; }
205 // Don't let that private _deleted_handle object escape into the wild.
H A DjniHandles.cpp47 oop JNIHandles::_deleted_handle = NULL; member in class:JNIHandles
149 f->do_oop(&_deleted_handle);
166 _deleted_handle = instanceKlass::cast(k)->allocate_permanent_instance(CATCH);
H A DvmStructs.cpp962 static_field(JNIHandles, _deleted_handle, oop) \

Completed in 43 milliseconds