-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 17, 18, 19
-
b09
-
ppc, s390x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8286632 | 17.0.4 | Richard Reingruber | P4 | Resolved | Fixed | b03 |
On PPC64 and S390 the constructor of class StubGenerator allocates a new MacroAssembler. This is redundant because the base class' constructor does the very same.
- backported by
-
JDK-8286632 [PPC64, S390] redundant allocation of MacroAssembler in StubGenerator ctor
- Resolved