8145543: JPRT jobs see intermittent failures in compiler/floatingpoint/ModNaN.java
Summary: Not reproducible due to glibc patch which affects current and previous versions. Removed @ignore for compiler/floatingpoint/ModNaN.java
Reviewed-by: coleenp, gtriantafill
--- a/hotspot/test/compiler/floatingpoint/ModNaN.java Wed Aug 03 15:55:40 2016 -0700
+++ b/hotspot/test/compiler/floatingpoint/ModNaN.java Thu Aug 04 12:55:28 2016 -0400
@@ -26,7 +26,6 @@
* @bug 8015396
* @summary double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) (on Core i7 980X)
*
- * @ignore 8145543
* @run main compiler.floatingpoint.ModNaN
*/