test/compiler/intrinsics/mathexact/SubExactILoopDependentTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/intrinsics/mathexact/SubExactILoopDependentTest.java

test/compiler/intrinsics/mathexact/SubExactILoopDependentTest.java

Print this page
rev 5514 : 8026844: Various Math functions needs intrinsification
Reviewed-by: duke
rev 5515 : [mq]: fixes

*** 21,34 **** * questions. */ /* * @test ! * @bug 8024924 * @summary Test non constant subtractExact * @compile SubExactILoopDependentTest.java Verify.java ! * @run main/timeout=200 SubExactILoopDependentTest * */ public class SubExactILoopDependentTest { public static void main(String[] args) { --- 21,34 ---- * questions. */ /* * @test ! * @bug 8026844 * @summary Test non constant subtractExact * @compile SubExactILoopDependentTest.java Verify.java ! * @run main SubExactILoopDependentTest * */ public class SubExactILoopDependentTest { public static void main(String[] args) {
test/compiler/intrinsics/mathexact/SubExactILoopDependentTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File