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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DSOQLEngine.java40 if (soleInstance == null) {
41 soleInstance = new SOQLEngine();
43 return soleInstance;
264 private static SOQLEngine soleInstance; field in class:SOQLEngine
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java62 instantiate any such objects, since VM.soleInstance will not have
68 private static VM soleInstance; field in class:VM
275 // up (i.e., out of its constructor, with soleInstance assigned)
354 if (soleInstance != null) {
357 soleInstance = new VM(db, null, isBigEndian);
365 if (soleInstance != null) {
368 soleInstance = new VM(db, debugger, debugger.getMachineDescription().isBigEndian());
374 debugger.putHeapConst(soleInstance.getHeapOopSize(), Universe.getNarrowOopBase(),
380 soleInstance = null;
397 if (soleInstance
[all...]
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DReflectionFactory.java53 private static ReflectionFactory soleInstance = new ReflectionFactory(); field in class:ReflectionFactory
117 return soleInstance;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java43 private static COFFFileParser soleInstance; field in class:COFFFileParser
58 if (soleInstance == null) {
59 soleInstance = new COFFFileParser();
61 return soleInstance;

Completed in 46 milliseconds