Searched refs:unpin (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DWeakRef.java35 * several ways. The methods pin() and unpin() can be used to set
85 public synchronized void unpin() { method in class:WeakRef
H A DTarget.java217 /* only unpin if:
224 weakImpl.unpin();
364 * Fix for 4331349: unpin object so that it may be gc'd.
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp358 // with enough knowledge it's possible to safely unpin them.
427 void unpin(PinReason reason) { assert((reason & PinUnknown) == 0, "can't unpin unknown state"); _pin_state &= ~reason; } function in class:Instruction
1480 unpin(PinStateSplitConstructor);
H A Dc1_Optimizer.cpp630 _last_explicit_null_check->unpin(Instruction::PinExplicitNullCheck);
993 // Don't unpin since that may shrink obj's live range and make it unavailable for debug info.

Completed in 50 milliseconds