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

/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/modifyDescriptor/
H A DModifyDescriptor.java182 Properties props2 = new Properties();
183 props2.put("test.message", MESSAGE2);
184 props2.put("java.security.policy",
186 props2.put("java.security.manager",
189 new ActivationGroupDesc(props2, null);
/openjdk7/jdk/test/java/lang/management/RuntimeMXBean/
H A DGetSystemProperties.java100 Map<String,String> props2 = mbean.getSystemProperties();
103 if (!props1.equals(props2)) {
/openjdk7/jdk/src/share/classes/com/sun/naming/internal/
H A DResourceManager.java575 * property in props2 that is not in props1 is added to props1.
580 private static void mergeTables(Hashtable props1, Hashtable props2) { argument
581 Enumeration keys = props2.keys();
587 props1.put(prop, props2.get(prop));
589 String val2 = (String)props2.get(prop);

Completed in 90 milliseconds