--- old/src/hotspot/cpu/sparc/interpreterRT_sparc.hpp 2018-03-20 18:39:23.505897169 -0400 +++ new/src/hotspot/cpu/sparc/interpreterRT_sparc.hpp 2018-03-20 18:39:22.739826074 -0400 @@ -52,9 +52,7 @@ public: // Creation - SignatureHandlerGenerator(const methodHandle& method, CodeBuffer* buffer) : NativeSignatureIterator(method) { - _masm = new MacroAssembler(buffer); - } + SignatureHandlerGenerator(const methodHandle& method, CodeBuffer* buffer); // Code generation void generate( uint64_t fingerprint );