Searched refs:getOS (Results 1 - 18 of 18) 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/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/
H A DDebugger.java77 public String getOS() throws DebuggerException; method in interface:Debugger
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DObjectMonitor.java105 if (VM.getVM().getOS().equals("win32")) {
H A DVM.java452 public String getOS() { method in class:VM
454 return debugger.getOS();
456 return PlatformInfo.getOS();
H A DThreads.java64 String os = VM.getVM().getOS();
/openjdk7/hotspot/agent/test/jdi/
H A DSASanityChecker.java66 String platformDot = "." + VM.getVM().getOS() + "_" + VM.getVM().getCPU() + ".";
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java325 os = PlatformInfo.getOS();
480 os = debugger.getOS();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java504 os = PlatformInfo.getOS();
668 os = debugger.getOS();
H A DBugSpot.java599 String os = 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/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/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/utilities/soql/
H A DJSJavaVM.java67 return vm.getOS();

Completed in 64 milliseconds