RFR: 8259451: Zero: skip serviceability/sa tests, set vm.hasSA to false

Chris Plummer cjplummer at openjdk.java.net
Fri Jan 8 19:50:56 UTC 2021


On Fri, 8 Jan 2021 09:02:46 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Zero does not build SA (see make/autoconf/jdk-options.m4), yet the serviceability/sa tests do not know about this, because vm.hasSA is still "true" for Zero. This makes Serviceability test fail for no good reason. The tests should be skipped for Zero.
> 
> Additional testing:
>  - [x] Linux x86_64 Zero `serviceability/sa` tests (now skipped)
>  - [x] Linux x86_64 Server `serviceability/sa` tests (still run)

Marked as reviewed by cjplummer (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/1999


More information about the serviceability-dev mailing list