Searched defs:strongRef (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DWeakRef.java50 private Object strongRef = null; field in class:WeakRef
72 if (strongRef == null) {
73 strongRef = get();
77 "strongRef = " + strongRef);
86 if (strongRef != null) {
89 "strongRef = " + strongRef);
92 strongRef = null;
/openjdk7/jdk/src/share/back/
H A DcommonRef.c151 jobject strongRef; local
153 strongRef = JNI_FUNC_PTR(env,NewGlobalRef)(env, node->ref);
159 if ((strongRef == NULL) && !isSameObject(env, node->ref, NULL)) {
162 if (strongRef != NULL) {
164 node->ref = strongRef;
167 return strongRef;
498 jobject strongRef; local
500 strongRef = strengthenNode(env, node);
501 if (strongRef == NULL) {

Completed in 30 milliseconds