< prev index next >
test/compiler/c1/Test6855215.java
Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke
*** 25,37 ****
/**
* @test
* @bug 6855215
* @summary Calculation error (NaN) after about 1500 calculations
*
! * @run main/othervm -Xbatch -XX:UseSSE=0 Test6855215
*/
public class Test6855215 {
private double m;
private double b;
public static double log10(double x) {
--- 25,39 ----
/**
* @test
* @bug 6855215
* @summary Calculation error (NaN) after about 1500 calculations
*
! * @run main/othervm -Xbatch -XX:UseSSE=0 compiler.c1.Test6855215
*/
+ package compiler.c1;
+
public class Test6855215 {
private double m;
private double b;
public static double log10(double x) {
< prev index next >