-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 19
-
b22
-
aarch64
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8292457 | 17.0.6-oracle | Vikrant Agarwal | P4 | Resolved | Fixed | b01 |
JDK-8294231 | 17.0.6 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
compiler/c1/TestPinnedIntrinsics.java
Here's a snippet from the log file:
#section:main
----------messages:(4/588)----------
command: main -XX:TieredStopAtLevel=1 -Xbatch -XX:CompileCommand=dontinline,compiler.c1.TestPinnedIntrinsics::checkNanoTime -XX:CompileCommand=dontinline,compiler.c1.TestPinnedIntrinsics::checkCurrentTimeMillis compiler.c1.TestPinnedIntrinsics
reason: User specified action: run main/othervm -XX:TieredStopAtLevel=1 -Xbatch -XX:CompileCommand=dontinline,compiler.c1.TestPinnedIntrinsics::checkNanoTime -XX:CompileCommand=dontinline,compiler.c1.TestPinnedIntrinsics::checkCurrentTimeMillis compiler.c1.TestPinnedIntrinsics
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.354
----------configuration:(0/0)----------
----------System.out:(2/203)----------
CompileCommand: dontinline compiler/c1/TestPinnedIntrinsics.checkNanoTime bool dontinline = true
CompileCommand: dontinline compiler/c1/TestPinnedIntrinsics.checkCurrentTimeMillis bool dontinline = true
----------System.err:(13/868)----------
java.lang.RuntimeException: testCurrentTimeMillis failed with -3
at compiler.c1.TestPinnedIntrinsics.checkCurrentTimeMillis(TestPinnedIntrinsics.java:58)
at compiler.c1.TestPinnedIntrinsics.testCurrentTimeMillis(TestPinnedIntrinsics.java:53)
at compiler.c1.TestPinnedIntrinsics.main(TestPinnedIntrinsics.java:65)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:828)
JavaTest Message: Test threw exception: java.lang.RuntimeException: testCurrentTimeMillis failed with -3
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: testCurrentTimeMillis failed with -3
----------rerun:(35/6012)*----------
- backported by
-
JDK-8292457 compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
- Resolved
-
JDK-8294231 compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
- Resolved
- relates to
-
JDK-8184271 Time related C1 intrinsics produce inconsistent results when floating around
- Closed
- links to
-
Commit openjdk/jdk17u-dev/4efb85f1
-
Commit openjdk/jdk/bb52ea68
-
Review openjdk/jdk17u-dev/699
-
Review openjdk/jdk/8566