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

/openjdk7/hotspot/test/compiler/8005033/
H A DTest8005033.java33 public static int MINUS_ONE = -1; field in class:Test8005033
48 return Integer.bitCount(MINUS_ONE+1); // -1 + 1 => int overflow

Completed in 44 milliseconds