RFR: 8280593: [PPC64, S390] redundant allocation of MacroAssembler in StubGenerator ctor
Martin Doerr
mdoerr at openjdk.java.net
Fri Jan 28 10:58:12 UTC 2022
On Tue, 25 Jan 2022 16:41:33 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.
Looks good! Thanks for cleaning it up!
Feel free to remove the extra whitespace from the `StubCodeGenerator` constructor `new MacroAssembler(code )` (optional).
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7215
More information about the hotspot-compiler-dev
mailing list