RFR: 8303279: C2: crash in SubTypeCheckNode::sub() at IGVN split if [v3]
Roland Westrelin
roland at openjdk.org
Thu Jun 29 07:38:19 UTC 2023
On Wed, 28 Jun 2023 13:05:07 GMT, Volker Simonis <simonis at openjdk.org> wrote:
>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> review
>
> src/hotspot/share/opto/library_call.hpp line 183:
>
>> 181: return generate_method_call(method_id, false, true, res_not_null);
>> 182: }
>> 183: CallJavaNode* generate_method_call_virtual(vmIntrinsics::ID method_id) {
>
> `generate_method_call_virtual()` doesn't seem to be used anywhere in the code base so maybe we can drop it instead of updating it?
Thanks for looking at this. Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14678#discussion_r1246232028
More information about the hotspot-compiler-dev
mailing list