[13] RFR(S) 8208379: compiler/jvmci/events/JvmciNotifyInstallEventTest.java failed with "Got unexpected event count after 2nd install attempt: expected 9 to equal 2"
Igor Ignatyev
igor.ignatyev at oracle.com
Thu Jun 6 20:53:27 UTC 2019
Hi Vladimir,
sounds reasonable. I have one question though. as far as I can see, 8225019 just added "-Djvmci.Compiler=graal" to L#50:
> - * -Xbootclasspath/a:. -Xmixed
> + * -Djvmci.Compiler=graal -Xbootclasspath/a:. -Xmixed
why are you removing the whole @run?
Thanks
-- Igor
> On Jun 6, 2019, at 1:14 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:
>
> http://cr.openjdk.java.net/~kvn/8208379/webrev.00/
> https://bugs.openjdk.java.net/browse/JDK-8208379
>
> Two JVMCI tests use own EmptyCompiler test compiler instead of Graal to control produced JVMCI events.
> We should not run these tests with Graal.
>
> Note, I removed the run with Graal in JvmciNotifyInstallEventTest.java test which I incorrectly added in my changes for JDK-8225019.
>
> Thanks,
> Vladimir
More information about the hotspot-compiler-dev
mailing list