Searched defs:_deleted_handle (Results 1 - 2 of 2) 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);

Completed in 45 milliseconds