-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b25
-
riscv
-
linux
STDOUT:
CPU Features: rv64 rvi rvm rva rvf rvd rvc rvv zba zbb zbs
Setting up vector worker
Command line: [/home/ubuntu/jdk/build/linux-riscv64-server-release/images/jdk/bin/java -cp /home/ubuntu/jdk/build/linux-riscv64-server-release/test-support/jtreg_test_hotspot_jtreg_tier1/classes/3/compiler/intrinsics/chacha/TestChaCha20.d:/home/ubuntu/jdk/test/hotspot/jtreg/compiler/intrinsics/chacha:/home/ubuntu/jdk/build/linux-riscv64-server-release/test-support/jtreg_test_hotspot_jtreg_tier1/classes/3/test/lib:/home/ubuntu/jdk/test/lib:/home/ubuntu/tools/jtreg/lib/javatest.jar:/home/ubuntu/tools/jtreg/lib/jtreg.jar -XX:MaxRAMPercentage=6.25 -Dtest.boot.jdk=/home/ubuntu/tools/boot-jdk -Djava.io.tmpdir=/home/ubuntu/jdk/build/linux-riscv64-server-release/test-support/jtreg_test_hotspot_jtreg_tier1/tmp -XX:+UseRVV -Xmx256m compiler.intrinsics.chacha.ExerciseChaCha20 ]
[2024-11-16T13:04:17.423809835Z] Gathering output for process 692654
[2024-11-16T13:04:17.784419230Z] Waiting for completion for process 692654
[2024-11-16T13:04:17.786888335Z] Waiting for completion finished for process 692654
STDERR:
stdout: [];
stderr: [Error: VM option 'UseRVV' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'UseRVV'.
Improperly specified VM option 'UseRVV'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:522)
at compiler.intrinsics.chacha.TestChaCha20.main(TestChaCha20.java:166)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
CPU Features: rv64 rvi rvm rva rvf rvd rvc rvv zba zbb zbs
Setting up vector worker
Command line: [/home/ubuntu/jdk/build/linux-riscv64-server-release/images/jdk/bin/java -cp /home/ubuntu/jdk/build/linux-riscv64-server-release/test-support/jtreg_test_hotspot_jtreg_tier1/classes/3/compiler/intrinsics/chacha/TestChaCha20.d:/home/ubuntu/jdk/test/hotspot/jtreg/compiler/intrinsics/chacha:/home/ubuntu/jdk/build/linux-riscv64-server-release/test-support/jtreg_test_hotspot_jtreg_tier1/classes/3/test/lib:/home/ubuntu/jdk/test/lib:/home/ubuntu/tools/jtreg/lib/javatest.jar:/home/ubuntu/tools/jtreg/lib/jtreg.jar -XX:MaxRAMPercentage=6.25 -Dtest.boot.jdk=/home/ubuntu/tools/boot-jdk -Djava.io.tmpdir=/home/ubuntu/jdk/build/linux-riscv64-server-release/test-support/jtreg_test_hotspot_jtreg_tier1/tmp -XX:+UseRVV -Xmx256m compiler.intrinsics.chacha.ExerciseChaCha20 ]
[2024-11-16T13:04:17.423809835Z] Gathering output for process 692654
[2024-11-16T13:04:17.784419230Z] Waiting for completion for process 692654
[2024-11-16T13:04:17.786888335Z] Waiting for completion finished for process 692654
STDERR:
stdout: [];
stderr: [Error: VM option 'UseRVV' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
Error: The unlock option must precede 'UseRVV'.
Improperly specified VM option 'UseRVV'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
]
exitValue = 1
java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:522)
at compiler.intrinsics.chacha.TestChaCha20.main(TestChaCha20.java:166)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1447)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
- relates to
-
JDK-8343555 RISC-V: make some verified (on hardware) extension options diagnostic
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/37298844
-
Review(master) openjdk/jdk/22188