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

/openjdk7/hotspot/test/compiler/6539464/
H A DTest.java34 static double log_result = Math.log(log_value); field in class:Test
39 if (log_result2 != log_result) {
40 throw new InternalError("Math.log produces inconsistent results: " + log_result2 + " != " + log_result);

Completed in 46 milliseconds