On Thu, 30 Jul 2026 06:55:10 GMT, Guoxiong Li <[email protected]> wrote:
> 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). This pull request has now been integrated. Changeset: 5b2d6991 Author: Guoxiong Li <[email protected]> URL: https://git.openjdk.org/jdk/commit/5b2d6991a1279d375f9a3c00c7bcd0bbcc7081d6 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8389384: JDK-6960970 broke cross compilation on slow-debug level Reviewed-by: dholmes, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/32099
