Jtreg JVMCI test failures
Christian Thalinger
cthalinger at twitter.com
Tue Jun 13 15:32:05 UTC 2017
> On Jun 13, 2017, at 7:44 AM, Gustavo Romero <gromero at linux.vnet.ibm.com> wrote:
>
> Hi,
>
> I'm trying to run the jtreg JVMCI tests (both standalone and using
> 'make test-hotspot-jtreg') but I'm getting something like that in all of them:
>
> --------------------------------------------------
> TEST: compiler/jvmci/compilerToVM/AllocateCompileIdTest.java
> TEST JDK: /home/gromero/hg/jdk9/dev/build/linux-x86_64-normal-server-release/images/jdk
>
> ACTION: build -- Not run. Test running...
> REASON: User specified action: run build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox
> TIME: rnal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox seconds
> messages:
> command: build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox
> reason: User specified action: run build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox
>
> TEST RESULT: Error. can't find module jdk.internal.vm.ci in test directory or libraries
> --------------------------------------------------
>
> It's on x64. I've tried tips of jdk9/dev, jdk9/jdk9, and jdk10/hs.
>
> Any clue on that?
That’s odd. It works for me with jdk9:
$ jtreg -verbose:summary -noreport -jdk:$PWD/build/macosx-x86_64-normal-server-release/images/jdk hotspot/test/compiler/jvmci/compilerToVM/AllocateCompileIdTest.java
Passed: compiler/jvmci/compilerToVM/AllocateCompileIdTest.java
Test results: passed: 1
Do you get this?
$ ./build/macosx-x86_64-normal-server-release/images/jdk/bin/java --list-modules | grep jdk.internal.vm.ci
jdk.internal.vm.ci at 9-internal
>
>
> Thanks,
> Gustavo
>
More information about the hotspot-dev
mailing list