On Fri, 6 Feb 2026 14:27:50 GMT, Tobias Hartmann <[email protected]> wrote:
> The test times out with `-XX:+VerifyOops`, often with AOT class loading. The > problem is that it runs with a very large number of iterations and > `-XX:+VerifyOops` is slow with C1 compiled code. I reduced the number of > iterations and guarded the C1 runs by `@requires vm.flagless`. > > Will run testing over the weekend to verify that this is sufficient. > > Thanks, > Tobias This pull request has now been integrated. Changeset: f30e38c7 Author: Tobias Hartmann <[email protected]> URL: https://git.openjdk.org/valhalla/commit/f30e38c7fb833bf2c41449b5b59e66af4106d986 Stats: 6 lines in 2 files changed: 3 ins; 1 del; 2 mod 8375203: [lworld] compiler/valhalla/inlinetypes/TestOopsInReturnConvention.java is slow and intermittently times out Reviewed-by: chagedorn ------------- PR: https://git.openjdk.org/valhalla/pull/2063
