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

HotSpot compile-time error for x86-32

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 14
    • 13, 14
    • hotspot
    • None
    • b04
    • x86
    • linux

    Backports

      Description

        OrderAccess::cross_modify_fence() in orderAccess_linux_x86.hpp has a clobber of EBX:

           __asm__ volatile ("cpuid " : "+a" (idx) : : "ebx", "ecx", "edx", "memory");

        This causes a compile-time error because EBX is a reserved register on 32-bit Linux systems.

        Attachments

          Issue Links

            Activity

              People

                aph Andrew Haley
                aph Andrew Haley
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: