RFR: 8358573: CompileBroker fails with "expect failure reason" assert with -XX:-InstallMethods
Tobias Hartmann
thartmann at openjdk.org
Wed Jul 16 07:10:39 UTC 2025
On Tue, 15 Jul 2025 22:20:48 GMT, Dean Long <dlong at openjdk.org> wrote:
> Is this flag really supported? I can't find any tests for it. I wonder if anyone would miss it if we removed it.
Right, I think in general it might have some values for testing when we don't want to pollute the code cache (similar to what we do for `RepeatCompilation`) but then again it should also be done for C2. Let's just remove it for now.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26310#issuecomment-3077237333
More information about the hotspot-compiler-dev
mailing list