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

/openjdk7/hotspot/test/compiler/7041100/
H A DTest7041100.java38 stringEQ(args[0], args[1]);
39 stringEQ(args[0], args[0]);
40 stringEQ(args[0], n);
41 stringEQ(n, args[0]);
45 public static boolean stringEQ(String a, String b) { method in class:Test7041100

Completed in 229 milliseconds