On Mon, 1 Dec 2025 17:54:21 GMT, Volodymyr Paprotski <[email protected]> wrote:
> - Stop catching exception to make test able to fail > - Remove java-only test variation that cannot fail > - Reduce fuzz repeat count The change looks good, but you might consider using jdk.test.lib.RandomFactory. It allows to get and set a seed that is also printed at every run to make a failure easily reproducible. And as the test now fails on aarch64 perhaps it should be excluded there and a bug should be opened - or is the behavior expected on aarch64 ? ------------- PR Comment: https://git.openjdk.org/jdk/pull/28584#issuecomment-3601395815
