Integrated: JDK-8304867: Explicitly disable dtrace for ppc builds

Matthias Baesken mbaesken at openjdk.org
Wed Mar 29 06:59:49 UTC 2023


On Fri, 24 Mar 2023 11:40:01 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Currently the support for the JVM feature 'dtrace' is not implemented in the HS codebase on ppc, so we should disable it in the jvm-features make detection as well. Otherwise we could run into building with dtrace feature support if e.g. the 'dtrace' tool and related header(s) are available on the build machine.
> 
> Probably the same is true for the s390x platform, see
> https://github.com/openjdk/jdk/blob/0deb648985b018653ccdaf193dc13b3cf21c088a/src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp#L226
> but I only looked a bit more into ppc.

This pull request has now been integrated.

Changeset: ff368d50
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ff368d504e9101e11c7182185f56255f429d31e3
Stats:     6 lines in 1 file changed: 3 ins; 0 del; 3 mod

8304867: Explicitly disable dtrace for ppc builds

Reviewed-by: erikj, shade, lucy

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

PR: https://git.openjdk.org/jdk/pull/13173



More information about the build-dev mailing list