Searched refs:testLocal (Results 1 - 4 of 4) sorted by relevance

/openjdk9/langtools/test/tools/javac/lambda/
H A DUnderscoreAsIdent.java37 void testLocal() { method in class:_
/openjdk9/jdk/test/java/lang/StackWalker/
H A DStackStreamState.java39 test.testLocal();
59 void testLocal() { method in class:StackStreamState
/openjdk9/hotspot/test/compiler/c1/
H A DCanonicalizeArrayLength.java67 if (t.testLocal() != 42)
154 int testLocal() { method in class:CanonicalizeArrayLength
/openjdk9/jdk/test/java/lang/Class/getSimpleName/
H A DGetSimpleNameTest.java52 testLocal( "p.Outer$1Local", "p.Outer", "Local");
58 testLocal( "p.$C1$Local", "p.$C1$", "Local");
64 testLocal( "p1.$Local$", "p2.$C1$", "Local");
80 static void testLocal(String innerName, String outerName, String simpleName) throws Exception { method in class:GetSimpleNameTest

Completed in 49 milliseconds