Relates :
|
x86_32: /pool/buildbot/slaves/sobornost/jdkX/build/src/hotspot/cpu/x86/x86_32.ad: In member function 'virtual void MachPrologNode::emit(CodeBuffer&, PhaseRegAlloc*) const': /pool/buildbot/slaves/sobornost/jdkX/build/src/hotspot/cpu/x86/x86_32.ad:622:95: error: no matching function for call to 'MacroAssembler::verified_entry(int&, int, bool)' __ verified_entry(framesize, C->need_stack_bang(bangsize)?bangsize:0, C->in_24_bit_fp_mode()); ^ x86_64.ad was changed like this: - __ verified_entry(framesize, C->need_stack_bang(bangsize)?bangsize:0, false); + __ verified_entry(framesize, C->need_stack_bang(bangsize)?bangsize:0, false, C->stub_function() != NULL); ...x86_32.ad should follow suit.