Integrated: 8286263: compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
Dean Long
dlong at openjdk.java.net
Fri May 6 19:50:47 UTC 2022
On Fri, 6 May 2022 04:42:50 GMT, Dean Long <dlong at openjdk.org> wrote:
> This test incorrectly assumes calls to System.currentTimeMillis() are monotonic. The only fix I can think of is to remove that test and leave the test for System.nanoTime().
This pull request has now been integrated.
Changeset: bb52ea68
Author: Dean Long <dlong at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/bb52ea6820ee749b1ac07485cf1ef65c40048f13
Stats: 15 lines in 1 file changed: 0 ins; 14 del; 1 mod
8286263: compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
Reviewed-by: thartmann, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/8566
More information about the hotspot-compiler-dev
mailing list