Searched refs:DummyOopHandle (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyOopHandle.java31 class DummyOopHandle extends DummyAddress implements OopHandle { class in inherits:DummyAddress,OopHandle
32 DummyOopHandle(DummyDebugger debugger, long addr) { method in class:DummyOopHandle
41 if (!(arg instanceof DummyOopHandle)) {
H A DDummyAddress.java121 return new DummyOopHandle(debugger, badLong);
125 return new DummyOopHandle(debugger, badLong);
189 return new DummyOopHandle(debugger, value);

Completed in 31 milliseconds