RFR: 8280593: [PPC64, S390] redundant allocation of MacroAssembler in StubGenerator ctor [v2]

Martin Doerr mdoerr at openjdk.java.net
Fri Jan 28 13:41:12 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.

Excellent!

-------------

Marked as reviewed by mdoerr (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7215


More information about the hotspot-compiler-dev mailing list