RFR: 8280593: [PPC64, S390] redundant allocation of MacroAssembler in StubGenerator ctor [v2]
Lutz Schmidt
lucy at openjdk.java.net
Mon Jan 31 16:08:13 UTC 2022
On Fri, 28 Jan 2022 13:10:47 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
>> This cleanup removes a redundant allocation from the StubGenerator constructor. The base class' constructor does the very same.
>>
>> The fix passed our CI testing.
>
> Richard Reingruber has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove whitespace from StubCodeGenerator constructor.
Looks good to me!
There is nothing more to say for me after Martin found the last extra whitespace.
-------------
Marked as reviewed by lucy (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7215
More information about the hotspot-compiler-dev
mailing list