On Tue, 30 Sep 2025 13:55:10 GMT, Tobias Hartmann <[email protected]> wrote:
> We hit a guarantee failure because the immediate of the branch instruction is > too large. We should use a `far_jump` instead, like we do for all other jumps > to `StubRoutines::forward_exception_entry()`. > > I can reproduce this reliably with > `test/hotspot/jtreg/runtime/valhalla/inlinetypes/classloading/ConcurrentClassLoadingTest.java` > and therefore did not add another regression test. > > Thanks, > Tobias I had to increase the timeout of the test as well. ------------- PR Comment: https://git.openjdk.org/valhalla/pull/1646#issuecomment-3352541153
