RFR: 8254966: Remove unused code from Matcher
Claes Redestad
redestad at openjdk.java.net
Tue Oct 20 09:27:14 UTC 2020
On Tue, 20 Oct 2020 07:16:26 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> These are unused:
>>
>> interpreter_method_reg*
>> compiler_method_reg*
>> pd_implicit_null_fixup (only existed to workaround some Win95 issues)
>>
>> Quite some code in the .ad files shook loose when removing these, so I will need some help verifying that the s390 and
>> ppc changes are fine.
>
> Not a full review.
>
> Tested on s390, ppc64. Builds fine, tests show no errors. Changes looks good to me.
@tstuefe: thanks for checking!
@vnkozlov @AzeemJiva @neliasso: thanks for reviewing!
-------------
PR: https://git.openjdk.java.net/jdk/pull/723
More information about the hotspot-compiler-dev
mailing list