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

/openjdk7/hotspot/test/compiler/6800154/
H A DTest6800154.java29 * @run main/othervm -Xcomp -XX:CompileOnly=Test6800154.divcomp Test6800154
100 long result = divcomp(dividend);
108 static long divcomp(long a) { return a / DIVISOR; } method in class:Test6800154

Completed in 29 milliseconds