Integrated: 8280593: [PPC64, S390] redundant allocation of MacroAssembler in StubGenerator ctor
Richard Reingruber
rrich at openjdk.java.net
Fri Feb 4 08:01:10 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.
This pull request has now been integrated.
Changeset: c936e705
Author: Richard Reingruber <rrich at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/c936e7059b848d0e0be5f3234c4367657f2af2a7
Stats: 10 lines in 3 files changed: 0 ins; 5 del; 5 mod
8280593: [PPC64, S390] redundant allocation of MacroAssembler in StubGenerator ctor
Reviewed-by: mdoerr, lucy
-------------
PR: https://git.openjdk.java.net/jdk/pull/7215
More information about the hotspot-compiler-dev
mailing list