RFR: 8279653: compiler/codecache/stress/OverloadCompileQueueTest.java failing in loom repo

Coleen Phillimore coleenp at openjdk.java.net
Mon Feb 28 16:54:24 UTC 2022


I fixed the test to disable compiling Thread.sleep() and all the methods it seems to call, and this makes the test pass.  I don't know if there's a better way to disable compilation like this that would be less fragile (ie if Thread.sleep() calls something new in the future).  See bug comments for details.  @rickard  do you know?  Thanks!

-------------

Commit messages:
 - 8279653: compiler/codecache/stress/OverloadCompileQueueTest.java failing in loom repo

Changes: https://git.openjdk.java.net/loom/pull/91/files
 Webrev: https://webrevs.openjdk.java.net/?repo=loom&pr=91&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8279653
  Stats: 12 lines in 2 files changed: 8 ins; 2 del; 2 mod
  Patch: https://git.openjdk.java.net/loom/pull/91.diff
  Fetch: git fetch https://git.openjdk.java.net/loom pull/91/head:pull/91

PR: https://git.openjdk.java.net/loom/pull/91


More information about the loom-dev mailing list