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

/openjdk10/jdk/test/java/lang/management/RuntimeMXBean/
H A DGetSystemProperties.java42 private static final String KEY3 = "test.property.key3"; field in class:GetSystemProperties
89 String value3 = props1.get(KEY3);
91 throw new RuntimeException(KEY3 + " property found" +
97 sp.put(KEY3, VALUE3);
102 // same as the one before adding KEY3 and KEY4
/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java132 private static final String KEY3 = "test.property.key3"; field in class:ProxyTypeMapping
155 String value3 = props1.get(KEY3);
158 KEY3 + " property found" +
H A DValidateOpenTypes.java133 private static final String KEY3 = "test.property.key3"; field in class:ValidateOpenTypes
158 String value3 = getProperty(props1, KEY3);
161 KEY3 + " property found" +

Completed in 93 milliseconds