# HG changeset patch # User mockner # Date 1470345453 -7200 # Node ID 19fef85b1851ae2c4f7b7eef6f6aca17c19a4e11 # Parent a3106ccd0c6810f6e2e10ccf353a04229be5d3ae# Parent e73c2f13704d6f24f2a7afc9a79b5ba3a16671fb Merge diff -r a3106ccd0c68 -r 19fef85b1851 hotspot/test/compiler/floatingpoint/ModNaN.java --- a/hotspot/test/compiler/floatingpoint/ModNaN.java Thu Aug 04 19:50:23 2016 +0000 +++ b/hotspot/test/compiler/floatingpoint/ModNaN.java Thu Aug 04 23:17:33 2016 +0200 @@ -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 */