Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8212616

x86_32 build failures after JDK-8210498 (nmethod entry barriers)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 12
    • 12
    • hotspot
    • b17

      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.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: