> 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
Markus Grönlund has updated the pull request incrementally with one additional commit since the last revision: fix CDS format specifier to get GitHub actions working again ------------- Changes: - all: https://git.openjdk.org/jdk/pull/13512/files - new: https://git.openjdk.org/jdk/pull/13512/files/70bc2625..80e3d33d Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=13512&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13512&range=00-01 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/13512.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/13512/head:pull/13512 PR: https://git.openjdk.org/jdk/pull/13512