Jtreg JVMCI test failures
Gustavo Romero
gromero at linux.vnet.ibm.com
Mon Jun 19 18:17:18 UTC 2017
Hi Christian,
Sorry for the delay, it was national holiday last week.
Thanks a lot for confirming all was/is fine.
Indeed I found that updating the my jtreg with last build found in cloudbees fixed the issue [1].
Best regards,
Gustavo
[1] https://adopt-openjdk.ci.cloudbees.com/job/jtreg/lastSuccessfulBuild/artifact/
On 13-06-2017 12:32, Christian Thalinger wrote:
>
>> 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