hotspot/test/compiler/floatingpoint/ModNaN.java
changeset 40344 e73c2f13704d
parent 40059 c2304140ed64
equal deleted inserted replaced
40337:0e9a027b0f8a 40344:e73c2f13704d
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8015396
    26  * @bug 8015396
    27  * @summary double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) (on Core i7 980X)
    27  * @summary double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) (on Core i7 980X)
    28  *
    28  *
    29  * @ignore 8145543
       
    30  * @run main compiler.floatingpoint.ModNaN
    29  * @run main compiler.floatingpoint.ModNaN
    31  */
    30  */
    32 
    31 
    33 package compiler.floatingpoint;
    32 package compiler.floatingpoint;
    34 
    33