RFR: 8354284: Add more compiler test folders to tier1 runs
Marc Chevalier
mchevalier at openjdk.org
Fri May 2 07:21:45 UTC 2025
On Wed, 30 Apr 2025 16:56:54 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> I would not do that. First compilation of run() will be OSR and we will never run it fully compiled. You need several iterations in main() to trigger and use normal compilation. But 100 iterations should be fine. This should put execution time under 1 sec.
I thought so too, but actually, `run()` is OSR compiled at first (which doesn't reproduce) and then fully compiled (where the crash happens). I don't understand why, but I can see it happening. Of course, I can also make a hundred iterations, that is cheap enough.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24817#issuecomment-2846539478
More information about the hotspot-dev
mailing list