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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DVM.java219 String saVersion = saProps.getProperty(versionProp);
250 private static final Properties saProps; field in class:VM
253 saProps = new Properties();
257 saProps.load(new BufferedInputStream(url.openStream()));

Completed in 25 milliseconds