Searched refs:isProperties (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DObjectReader.java207 protected Object getHashtable(Instance oop, boolean isProperties) { argument
214 java.util.Hashtable table = (isProperties) ? new java.util.Properties()
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java70 protected static boolean isProperties = true; field in class:FontConfiguration
204 if (isProperties) {
255 isProperties = true;
260 isProperties = false;

Completed in 50 milliseconds