Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8340515 | 23.0.2 | Nibedita Jena | P5 | Resolved | Fixed | b01 |
JDK-8340300 | 21.0.6-oracle | Nibedita Jena | P5 | Resolved | Fixed | b01 |
JDK-8340779 | 21.0.6 | Goetz Lindenmaier | P5 | Resolved | Fixed | b01 |
JDK-8340310 | 17.0.14-oracle | Nibedita Jena | P5 | Resolved | Fixed | b01 |
JDK-8343359 | 17.0.14 | Goetz Lindenmaier | P5 | Resolved | Fixed | b02 |
JDK-8340303 | 11.0.26-oracle | Nibedita Jena | P5 | Resolved | Fixed | b01 |
''
start = System.currentTimeMillis();
//operations
end = System.currentTimeMillis();
int speed = (int)((data.length * count)/(end - start));
''
Error thrown:
(1).Failed Automatically and thrown java.lang.ArithmeticException.
(2)Exception:
java.lang.ArithmeticException:
at PerformanceTest.runTest(PerformanceTest.java:187)
at PerformanceTest.run(PerformanceTest.java:126)
at PerformanceTest.main(PerformanceTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
atsun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:744)
JavaTest Message: Test threw exception: java.lang.ArithmeticException: / by zero
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.ArithmeticException: / by zero
result: Failed. Execution failed: `main' threw exception: java.lang.ArithmeticException: / by zero
- backported by
-
JDK-8340300 Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
- Resolved
-
JDK-8340303 Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
- Resolved
-
JDK-8340310 Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
- Resolved
-
JDK-8340515 Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
- Resolved
-
JDK-8340779 Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
- Resolved
-
JDK-8343359 Test com/sun/crypto/provider/Cipher/DES/PerformanceTest.java fails with java.lang.ArithmeticException
- Resolved
- relates to
-
JDK-8039280 20 manual regression security tests fail in JDK 9
- Open
- links to
-
Commit(master) openjdk/jdk17u-dev/7faedc61
-
Commit(master) openjdk/jdk21u-dev/b5c3d76d
-
Commit(master) openjdk/jdk23u/3e84943e
-
Commit(master) openjdk/jdk/034297a6
-
Review(master) openjdk/jdk17u-dev/2986
-
Review(master) openjdk/jdk21u-dev/989
-
Review(master) openjdk/jdk23u/98
-
Review(master) openjdk/jdk/20135