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

/openjdk10/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" +
/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java130 private static final String KEY2 = "test.property.key2"; field in class:ProxyTypeMapping
136 System.setProperty(KEY2, VALUE2);
147 String value2 = props1.get(KEY2);
150 KEY2 + " property found" +
H A DValidateOpenTypes.java131 private static final String KEY2 = "test.property.key2"; field in class:ValidateOpenTypes
137 System.setProperty(KEY2, VALUE2);
150 String value2 = getProperty(props1, KEY2);
153 KEY2 + " property found" +

Completed in 42 milliseconds