RFR(S): 8248598: [Graal] Several testcases from applications/jcstress/acqrel.java fails with forbidden state
Igor Ignatyev
igor.ignatyev at oracle.com
Thu Jul 9 18:07:40 UTC 2020
oh, I see. I guess the easiest way would be to use jtreg wrappers (test/hotspot/jtreg/compiler/graalunit), there is README.md which explains where you can get dependencies and where you need to put them to make it work, after you finish that, you can run the test by run-test framework as `make test TEST=test/hotspot/jtreg/compiler/graalunit/CoreTest.java`.
HTH
-- Igor
> On Jul 9, 2020, at 11:03 AM, Roland Westrelin <rwestrel at redhat.com> wrote:
>
>
> Hi Igor,
>
> Thanks for helping but my question was not about jcstress but about the
> graal regression test:
>
> http://cr.openjdk.java.net/~roland/8248598/webrev.00/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/VolatileAccessReadEliminationTest.java.html
>
> I can run it fine in the graal repo with mx but I have no idea how to
> run it once it's pulled into the jdk repo.
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list