Searched refs:deleted_handle (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DserviceUtil.hpp42 if (o == JNIHandles::deleted_handle()) {
H A DheapDumper.cpp1186 if (o != NULL && o != JNIHandles::deleted_handle()) {
1214 if (o == NULL || o == JNIHandles::deleted_handle()) return;
1299 if (o == JNIHandles::deleted_handle()) return;
/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp85 static oop deleted_handle() { return _deleted_handle; } function in class:JNIHandles
206 assert(result != deleted_handle(), "Used a deleted global handle.");
226 *((oop*)handle) = deleted_handle(); // Mark the handle as deleted, allocate will reuse it
H A DjniHandles.cpp131 *((oop*)handle) = deleted_handle(); // Mark the handle as deleted, allocate will reuse it
139 *((oop*)handle) = deleted_handle(); // Mark the handle as deleted, allocate will reuse it
510 if (*handle == JNIHandles::deleted_handle()) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTagMap.cpp2601 if (o == NULL || o == JNIHandles::deleted_handle()) {
2669 if (o == NULL || o == JNIHandles::deleted_handle()) {

Completed in 46 milliseconds