Searched defs:testNull (Results 1 - 16 of 16) sorted by relevance

/openjdk10/langtools/test/jdk/jshell/
H A DNullTest.java36 public void testNull() { method in class:NullTest
/openjdk10/langtools/test/jdk/javadoc/tool/api/basic/
H A DGetTask_OptionsTest.java79 public void testNull() throws Exception { method in class:GetTask_OptionsTest
H A DGetTask_FileObjectsTest.java120 public void testNull() throws Exception { method in class:GetTask_FileObjectsTest
/openjdk10/langtools/test/tools/javadoc/api/basic/
H A DGetTask_OptionsTest.java79 public void testNull() throws Exception { method in class:GetTask_OptionsTest
H A DGetTask_FileObjectsTest.java120 public void testNull() throws Exception { method in class:GetTask_FileObjectsTest
/openjdk10/jdk/test/java/lang/Thread/
H A DStopThrowable.java66 public void testNull() { method in class:StopThrowable
/openjdk10/hotspot/test/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DInterpreterFrameSizeTest.java56 public void testNull() { method in class:InterpreterFrameSizeTest
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DGetConstantPoolTest.java85 private static void testNull() { method in class:GetConstantPoolTest
/openjdk10/jdk/test/java/util/StringJoiner/
H A DMergeTest.java70 public void testNull() { method in class:MergeTest
/openjdk10/hotspot/test/testlibrary_tests/
H A DAssertsTest.java118 private static void testNull() throws Exception { method in class:AssertsTest
/openjdk10/jdk/test/java/lang/invoke/
H A DDefineClassTest.java236 public void testNull() throws Exception { method in class:DefineClassTest
H A DRicochetTest.java86 public void testNull() throws Throwable { method in class:RicochetTest
/openjdk10/jdk/test/java/util/Base64/
H A DTestBase64.java274 private static void testNull(Base64.Encoder enc) { method in class:TestBase64
283 private static void testNull(Base64.Decoder dec) { method in class:TestBase64
/openjdk10/jdk/test/lib/testlibrary/
H A DAssertsTest.java122 private static void testNull() throws Exception { method in class:AssertsTest
/openjdk10/hotspot/test/compiler/intrinsics/unsafe/
H A DAllocateUninitializedArray.java166 static Object testNull() { return UNSAFE.allocateUninitializedArray(null, 10); } method in class:AllocateUninitializedArray.AllConstants
182 static Object testNull() { return UNSAFE.allocateUninitializedArray(null, sampleLen); } method in class:AllocateUninitializedArray.ClassIsConstant
198 static Object testNull() { return UNSAFE.allocateUninitializedArray(classNull, 10); } method in class:AllocateUninitializedArray.LengthIsConstant
214 static Object testNull() { return UNSAFE.allocateUninitializedArray(classNull, sampleLen); } method in class:AllocateUninitializedArray.NothingIsConstant
/openjdk10/hotspot/test/compiler/intrinsics/klass/
H A DTestIsPrimitive.java152 static boolean testNull() { return staticClassNull.isPrimitive(); } method in class:TestIsPrimitive.StaticConstants
166 static boolean testNull() { return classNull.isPrimitive(); } method in class:TestIsPrimitive.NoConstants

Completed in 120 milliseconds