Searched refs:known (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DLogStream.java41 /** table mapping known log names to log stream objects */
42 private static Hashtable known = new Hashtable(5); field in class:LogStream
92 synchronized (known) {
93 stream = (LogStream)known.get(name);
97 known.put(name, stream);
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java44 We also test objects that are of known class but not serializable.
355 || !n.getUserData().equals("known")) {
427 notifications: "known" ones are of a class known to the client
443 a known class, and in both cases when there are filtered
451 "known" notifications, and the connection listener should
501 System.out.println("Success: received known notifications and " +
508 "known=" + result.knownCount + "; lost=" + result.lostCount);
512 "all notifs: known=" + result.knownCount +
571 Notification known
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Key.java259 for (CK_ATTRIBUTE known : knownAttributes) {
260 if ((attr.type == known.type) && (known.pValue != null)) {
261 attr.pValue = known.pValue;
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME202 used by <img_ordclruns.h> (used to be known as img_ordcolor.h)
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp180 // Update/Initialize System properties after JDK version number is known
1979 // UseMemSetInBOT (it is known to cause issues), but allow
1983 warning("Experimental flag -XX:+UseMemSetInBOT is known to cause instability"
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec485 (Error INVALID_OBJECT "One of the refTypes is not a known ID.")
594 (Error INVALID_OBJECT "refType is not a known ID.")
611 (Error INVALID_OBJECT "refType is not a known ID.")
616 "Returns the modifiers (also known as access flags) for a reference type. "
631 (Error INVALID_OBJECT "refType is not a known ID.")
650 (int modBits "The modifier bit flags (also known as access flags) "
665 (Error INVALID_OBJECT "refType is not a known ID.")
685 (int modBits "The modifier bit flags (also known as access flags) "
700 (Error INVALID_OBJECT "refType is not a known ID.")
727 (Error INVALID_OBJECT "refType is not a known I
[all...]

Completed in 2338 milliseconds