Searched defs:getOS (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DPlatformInfo.java34 public static String getOS() throws UnsupportedPlatformException { method in class:PlatformInfo
80 System.out.println(getOS());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DDebugger.java77 public String getOS() throws DebuggerException; method in interface:Debugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/remote/
H A DRemoteDebugger.java52 public String getOS() throws RemoteException; method in interface:RemoteDebugger
H A DRemoteDebuggerServer.java52 public String getOS() throws RemoteException { method in class:RemoteDebuggerServer
53 return debugger.getOS();
H A DRemoteDebuggerClient.java160 public String getOS() throws DebuggerException { method in class:RemoteDebuggerClient
162 return remoteDebugger.getOS();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/dummy/
H A DDummyDebugger.java79 public String getOS() { method in class:DummyDebugger
80 return PlatformInfo.getOS();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java325 public String getOS() { method in class:BsdDebuggerLocal
326 return PlatformInfo.getOS();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java323 public String getOS() { method in class:LinuxDebuggerLocal
324 return PlatformInfo.getOS();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgDebuggerLocal.java206 public String getOS() { method in class:WindbgDebuggerLocal
207 return PlatformInfo.getOS();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java210 public String getOS() { method in class:ProcDebuggerLocal
211 return PlatformInfo.getOS();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java452 public String getOS() { method in class:VM
454 return debugger.getOS();
456 return PlatformInfo.getOS();

Completed in 41 milliseconds