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

/openjdk9/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp41 static oop _deleted_handle; // Sentinel marking deleted handles member in class:JNIHandles
89 static oop deleted_handle() { return _deleted_handle; }
H A DjniHandles.cpp40 oop JNIHandles::_deleted_handle = NULL; member in class:JNIHandles
145 f->do_oop(&_deleted_handle);
168 _deleted_handle = InstanceKlass::cast(k)->allocate_instance(CATCH);
H A DvmStructs.cpp1005 static_field(JNIHandles, _deleted_handle, oop) \

Completed in 101 milliseconds