Searched refs:Null (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/make/tools/reorder/tests/
H A DNull.java28 public class Null { class
/openjdk7/jdk/src/share/classes/java/lang/ref/
H A DReferenceQueue.java43 private static class Null extends ReferenceQueue { class in class:ReferenceQueue
49 static ReferenceQueue NULL = new Null();
50 static ReferenceQueue ENQUEUED = new Null();
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DPasswordFilePermissionTest.sh87 createJavaFile ${TESTCLASSES} Null
93 ${TESTJAVA}/bin/javac -d ${TESTCLASSES} ${TESTCLASSES}/Null.java
113 sh -xc "$JAVA $mp $pp Null" 2>&1
118 sh -xc "$JAVA $mp $pp Null" 2>&1
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4935607.java61 test(Null.class);
142 public static class Null { class in class:Test4935607
199 public static class NullNull extends Null {
218 public static class TrueNull extends Null {
243 public static class FalseNull extends Null {
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DPrimitiveType.java152 case TYPE_VOID: return Null.class;
195 class Null {} class
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp90 Null = 0x00000000, // A reference with a 0 sym is null enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon180
132 static VerificationType null_type() { return VerificationType(Null); }
175 bool is_null() const { return (_u._data == Null); }
H A DverificationType.cpp129 case Null: st->print("null"); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp300 TypePtr::NULL_PTR= TypePtr::make( AnyPtr, TypePtr::Null, 0 );
2079 // TopPTR, AnyNull, Constant, Null, NotNull, BotPTR,
2080 { /* Top */ TopPTR, AnyNull, Constant, Null, NotNull, BotPTR,},
2083 { /* Null */ Null, BotPTR, BotPTR, Null, BotPTR, BotPTR,},
2102 assert( _ptr == Null, "" );
2165 BotPTR, NotNull, Constant, Null, AnyNull, TopPTR
2212 if( _ptr == Null ) st->print("NULL");
2224 // TopPTR, Null, AnyNul
[all...]
H A Dlive.cpp314 assert(!is_derived || check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad derived pointer");
322 check->bottom_type()->is_ptr()->ptr() == TypePtr::Null,"Bad base pointer");
H A Dsubnode.cpp682 // two oops is not Null and not Bottom, then we are sure that one
685 if (jp != TypePtr::Null && jp != TypePtr::BotPTR) {
693 // Null can be distinguished from any NotNull pointers
910 // two oops is not Null and not Bottom, then we are sure that one
913 if (jp != TypePtr::Null && jp != TypePtr::BotPTR) {
921 // Null can be distinguished from any NotNull pointers
H A Dtype.hpp661 enum PTR { TopPTR, AnyNull, Constant, Null, NotNull, BotPTR, lastPTR };
H A Dconnode.cpp502 if( in_ptr == TypePtr::Null ) {
554 // if( type_ptr == TypePtr::BotPTR || type_ptr == TypePtr::Null ||
H A Dcompile.cpp1485 tj->ptr() != TypePtr::Null, "No imprecise addresses" );
H A Dmemnode.cpp708 // Find any cast-away of null-ness and keep its control. Null cast-aways are
1943 tp->ptr() == TypePtr::Null) return Type::TOP;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java192 Null = 312, field in class:Token
H A DPreprocessor.java160 case Token.Null:
/openjdk7/jdk/make/tools/reorder/
H A DMakefile47 TESTS = Null Exit Hello Sleep IntToString \

Completed in 120 milliseconds