--- a/hotspot/test/compiler/floatingpoint/ModNaN.java Tue Jul 12 08:42:46 2016 +0000
+++ b/hotspot/test/compiler/floatingpoint/ModNaN.java Tue Jul 12 18:24:48 2016 +0300
@@ -24,10 +24,14 @@
/**
* @test
* @bug 8015396
+ * @summary double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) (on Core i7 980X)
+ *
* @ignore 8145543
- * @summary double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) (on Core i7 980X)
- * @run main ModNaN
+ * @run main compiler.floatingpoint.ModNaN
*/
+
+package compiler.floatingpoint;
+
public class ModNaN {
/* This bug was seen in the field for a particular version of the VM,
* but never reproduced internally, and the reason was never known,