Hi all, The compilation target `buildjdk` doesn't include the feature `jvmti`, so when cross compiling a slow-debug image, `JvmtiExport::has_frame_pop_for_top_frame` can't be found and the cross compilation fails.
The cross building of release and fast-debug images succeeded. It may be caused by compiler optimization. Best Regards, -- Guoxiong --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - JDK-8389384 Changes: https://git.openjdk.org/jdk/pull/32099/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32099&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8389384 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/32099.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32099/head:pull/32099 PR: https://git.openjdk.org/jdk/pull/32099
