RFR: 8173709: Fix VerifyLoopOptimizations - step 1
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Wed Mar 29 08:36:11 UTC 2023
On Wed, 29 Mar 2023 08:21:20 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> I had testing run, for tier1-tier6 and stress testing.
> The non-verification run finished with 27d 3h machine time.
> The verification run is still running, with at least 27d 7h machine time.
Thanks for the data! If the verification run does not take much longer (say <1% on top of what the non-verification run takes), it might be a good trade-off to have it enabled by default. Not just to prevent the verification code from rotting but to actually get more value from it (better chances to find bugs earlier).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13207#issuecomment-1488163510
More information about the hotspot-compiler-dev
mailing list