On Fri, 8 Jan 2021 09:02:46 GMT, Aleksey Shipilev <sh...@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) This pull request has now been integrated. Changeset: 3974fd4f Author: Aleksey Shipilev <sh...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/3974fd4f Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod 8259451: Zero: skip serviceability/sa tests, set vm.hasSA to false Reviewed-by: sgehwolf, cjplummer ------------- PR: https://git.openjdk.java.net/jdk/pull/1999