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

/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java29 * @run main/othervm -Xcomp -XX:CompileOnly=Test6823354.lzcomp,Test6823354.tzcomp,.dolzcomp,.dotzcomp Test6823354
248 public void run() { check(VALUE, tzint(VALUE), dotzcomp()); }
249 static int dotzcomp() { return tzcomp(VALUE); } method in class:Test6823354.tzconI
263 public void run() { check(VALUE, tzint(VALUE), dotzcomp()); }
264 static int dotzcomp() { return tzcomp(VALUE); } method in class:Test6823354.tzconL

Completed in 30 milliseconds