Integrated: 8273487: Zero: Handle "zero" variant in runtime tests
Aleksey Shipilev
shade at openjdk.java.net
Thu Sep 9 08:10:10 UTC 2021
On Wed, 8 Sep 2021 10:57:33 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> JDK-8179317 rewritten runtime shell tests to Java. There is a little omission in VM variant selection, which makes Zero fail some of the tier1 tests, like:
>
>
> $ CONF=linux-x86_64-zero-fastdebug make exploded-test TEST=runtime/StackGap/TestStackGap.java
>
> STDERR:
> java.lang.Error: TESTBUG: unsupported vm variant
> at jdk.test.lib.Platform.variant(Platform.java:368)
> at jdk.test.lib.Platform.jvmLibDir(Platform.java:357)
> at jdk.test.lib.process.ProcessTools.addJvmLib(ProcessTools.java:585)
> at jdk.test.lib.process.ProcessTools.createNativeTestProcessBuilder(ProcessTools.java:575)
>
>
> Additional testing:
> - [x] Linux x86_64 Zero affected tests (StackGap, StackGuardPages, TestTLS) now run
This pull request has now been integrated.
Changeset: 8c16f485
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/8c16f485b341ee3071c91df39dfb9ba8b9caa44d
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
8273487: Zero: Handle "zero" variant in runtime tests
Reviewed-by: alanb, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/5413
More information about the hotspot-runtime-dev
mailing list