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


On Mon, 28 Feb 2022 16:49:14 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> 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!

Thanks @AlanBateman for pointing to the difference in Thread.sleep() and suggestion.

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

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


More information about the loom-dev mailing list