Searched refs:UNINITIALIZED (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaThreadState.java35 public static final JavaThreadState UNINITIALIZED = new JavaThreadState("UNINITIALIZED"); field in class:JavaThreadState
H A DJavaThread.java57 private static int UNINITIALIZED; field in class:JavaThread
91 UNINITIALIZED = db.lookupIntConstant("_thread_uninitialized").intValue();
282 if (val == UNINITIALIZED) {
283 return JavaThreadState.UNINITIALIZED;
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java138 private static final int UNINITIALIZED = 0; field in class:KeyStoreLoginModule
180 private int status = UNINITIALIZED;
280 case UNINITIALIZED:
751 case UNINITIALIZED:
809 case UNINITIALIZED:
844 case UNINITIALIZED:
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpServerChannelImpl.java66 UNINITIALIZED, enum constant in enum:SctpServerChannelImpl.ChannelState
72 private ChannelState state = ChannelState.UNINITIALIZED;
273 if (state == ChannelState.UNINITIALIZED) {
H A DSctpChannelImpl.java96 UNINITIALIZED, enum constant in enum:SctpChannelImpl.ChannelState
104 private ChannelState state = ChannelState.UNINITIALIZED;
651 if (state == ChannelState.UNINITIALIZED) {
H A DSctpMultiChannelImpl.java84 UNINITIALIZED, enum constant in enum:SctpMultiChannelImpl.ChannelState
90 private ChannelState state = ChannelState.UNINITIALIZED;
366 if (state == ChannelState.UNINITIALIZED) {
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintServiceLookup.java131 static final int UNINITIALIZED = -1; field in class:UnixPrintServiceLookup
135 static int cmdIndex = UNINITIALIZED;
636 if (cmdIndex == UNINITIALIZED) {
652 if (cmdIndex == UNINITIALIZED) {
665 if (cmdIndex == UNINITIALIZED) {
H A DUnixPrintService.java247 UnixPrintServiceLookup.UNINITIALIZED) {
314 UnixPrintServiceLookup.UNINITIALIZED) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPIHandlerImpl.java385 else if( replyStatus != ClientRequestInfoImpl.UNINITIALIZED ) {
492 info.setReplyStatus( RequestInfoImpl.UNINITIALIZED ) ;
520 if (replyStatus == info.UNINITIALIZED ) {
H A DRequestInfoImpl.java137 // to UNINITIALIZED so that we can tell if this has been set or not.
138 protected short replyStatus = UNINITIALIZED;
141 protected static final short UNINITIALIZED = -1; field in class:RequestInfoImpl
192 setReplyStatus( UNINITIALIZED ) ;
/openjdk7/jdk/src/share/classes/java/security/
H A DSignature.java138 protected final static int UNINITIALIZED = 0; field in class:Signature
155 protected int state = UNINITIALIZED;
765 case UNINITIALIZED:
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java104 * UNINITIALIZED types, a tag and an index in the type table.
178 static final int UNINITIALIZED = BASE | 0x800000; field in class:Frame
531 * invocation on an UNINITIALIZED or UNINITIALIZED_THIS type must replace
785 } else if ((t & (DIM | BASE_KIND)) == UNINITIALIZED) {
1207 push(UNINITIALIZED | cw.addUninitializedType(item.strVal1, arg));
H A DMethodWriter.java590 frame[frameIndex++] = Frame.UNINITIALIZED
602 frame[frameIndex++] = Frame.UNINITIALIZED
1747 case Frame.UNINITIALIZED:
2442 // TODO update offsets in UNINITIALIZED values

Completed in 513 milliseconds