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

Richard Reingruber rrich at openjdk.java.net
Mon Jan 31 16:12:22 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.

Thanks Lutz!

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

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


More information about the hotspot-compiler-dev mailing list