Searched refs:KEY2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/lang/management/RuntimeMXBean/
H A DGetSystemProperties.java38 private static final String KEY2 = "test.property.key2"; field in class:GetSystemProperties
72 System.setProperty(KEY2, VALUE2);
82 String value2 = props1.get(KEY2);
84 throw new RuntimeException(KEY2 + " property found" +
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java131 private static final String KEY2 = "test.property.key2"; field in class:ProxyTypeMapping
137 System.setProperty(KEY2, VALUE2);
148 String value2 = props1.get(KEY2);
151 KEY2 + " property found" +
H A DValidateOpenTypes.java132 private static final String KEY2 = "test.property.key2"; field in class:ValidateOpenTypes
138 System.setProperty(KEY2, VALUE2);
151 String value2 = getProperty(props1, KEY2);
154 KEY2 + " property found" +

Completed in 1038 milliseconds