JDK-8230459: Test failed to resume JVMCI CompilerThread
Kim Barrett
kim.barrett at oracle.com
Mon Oct 28 19:46:18 UTC 2019
> On Oct 28, 2019, at 10:06 AM, Doerr, Martin <martin.doerr at sap.com> wrote:
>
> Hi David and Kim,
>
> I think it's easier to talk about code. So here's a new webrev:
> http://cr.openjdk.java.net/~mdoerr/8230459_JVMCI_thread_objects/webrev.03/
src/hotspot/share/compiler/compileBroker.cpp
948 assert(compiler2_object(i) = NULL, "Old one must be released!”);
That should be “==“ rather than “=“.
More information about the hotspot-compiler-dev
mailing list