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

Add -fno-devirtualize to CFLAGS for gcc 4.9.0 due to gcc bug

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 15
    • 9
    • infrastructure
    • x86
    • linux

      http://mail.openjdk.java.net/pipermail/hotspot-dev/2014-April/013577.html

      A return statement is elided from MacroAssembler::jump_cc(Assembler::Condition,
      AddressLiteral) by devirtualize, causing operation to run into the following function (in this case
      ''MacroAssembler::verify_oop(RegisterImpl*, char const*)").

      See Volker's explanation: http://mail.openjdk.java.net/pipermail/hotspot-dev/2014-April/013602.html

      Passing -fno-devirtualize for macroAssembler_x86.o should fix it.

            Unassigned Unassigned
            andrew Andrew Hughes
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: