On Tue, 18 Apr 2023 14:22:21 GMT, Markus Grönlund <mgron...@openjdk.org> wrote:
> Greetings, > > With [JDK-8257967](https://bugs.openjdk.org/browse/JDK-8257967), much > refactoring was done to the JVMTI code concerning agents. However, some > platforms do not have JVMTI support, and tier5 of testing builds an embedded > build, linux-arm32-open-cmp-baseline, which failed because the refactoring > did not properly handle conditional compilations for JVMTI. > > JDK-8257967 did run tier5, but it used an existing build, so it did not cause > recompilations of the embedded target :-( > > This changeset adds the conditional constructs to let > linux-arm32-open-cmp-baseline build successfully. > > It does not look good, but there you go... > > Testing: > > Building: linux-arm32-open-cmp-baseline > Building: regular platforms > > Thanks > Markus This pull request has now been integrated. Changeset: 0f3828dd Author: Markus Grönlund <mgron...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/0f3828dddd8d4a08677efcd15aa8dfde18540130 Stats: 29 lines in 3 files changed: 2 ins; 7 del; 20 mod 8306282: Build failure linux-arm32-open-cmp-baseline after JDK-8257967 Reviewed-by: egahlin, iklam ------------- PR: https://git.openjdk.org/jdk/pull/13512