Searched refs:getSystemProperties (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DRuntimeMXBean.java338 public java.util.Map<String, String> getSystemProperties(); method in interface:RuntimeMXBean
/openjdk7/jdk/test/java/lang/management/RuntimeMXBean/
H A DGetSystemProperties.java27 * @summary Basic Test for RuntimeMXBean.getSystemProperties().
67 Map<String,String> props = mbean.getSystemProperties();
74 Map<String,String> props1 = mbean.getSystemProperties();
100 Map<String,String> props2 = mbean.getSystemProperties();
H A DPropertiesTest.java27 * @summary Test for RuntimeMXBean.getSystemProperties() if the system
73 ManagementFactory.getRuntimeMXBean().getSystemProperties();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DSysPropsDumper.java35 Properties sysProps = VM.getVM().getSystemProperties();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSysPropsPanel.java55 Properties sysProps = VM.getVM().getSystemProperties();
/openjdk7/jdk/test/com/sun/tools/attach/
H A DSimpleProvider.java93 public Properties getSystemProperties() throws IOException { method in class:SimpleVirtualMachine
H A DBasicTests.java50 Properties props = vm.getSystemProperties();
/openjdk7/jdk/src/share/classes/sun/management/
H A DRuntimeImpl.java129 public Map<String,String> getSystemProperties() { method in class:RuntimeImpl
/openjdk7/jdk/src/share/classes/com/sun/tools/attach/
H A DVirtualMachine.java80 * Properties props = vm.getSystemProperties();
554 public abstract Properties getSystemProperties() throws IOException; method in class:VirtualMachine
/openjdk7/jdk/src/share/classes/sun/tools/attach/
H A DHotSpotVirtualMachine.java140 public Properties getSystemProperties() throws IOException { method in class:HotSpotVirtualMachine
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DJvmstatCountersTest.java146 String agent = vm.getSystemProperties().getProperty("java.home") +
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaVM.java179 Properties props = vm.getSystemProperties();
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java139 Map<String,String> props1 = runtime.getSystemProperties();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLocalVirtualMachine.java243 String home = vm.getSystemProperties().getProperty("java.home");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java843 Properties props = getSystemProperties();
847 public Properties getSystemProperties() { method in class:VM

Completed in 1909 milliseconds