RFR: 8267532: Try/catch block not optimized as expected [v3]
Jorn Vernee
jvernee at openjdk.org
Mon Nov 6 12:58:17 UTC 2023
On Mon, 6 Nov 2023 08:14:55 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>>
>> add some assertion to IR test that check for compilation and deoptimization
>
> src/hotspot/share/ci/ciMethodData.hpp line 525:
>
>> 523:
>> 524: // pointers to sections in _data
>> 525: // NOTE: these may be called before ciMethodData::load_data (is that a bug?).
>
> I don't think we should add a "is that a bug?" comment here but either investigate right away or file a follow-up RFE to keep track of that. I don't think it's a bug though.
Right. This is a leftover personal note that I added during development. Will remove.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16416#discussion_r1383286238
More information about the hotspot-dev
mailing list