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

Conversion from i486 to x86 missed some entries in makefiles

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • hs14
    • 7
    • hotspot
    • None
    • b08
    • x86
    • solaris

    Backports

      Description

        In make/solaris/makefiles/i486.make we have:

        # _lwp_create_interpose must have a frame
        OPT_CFLAGS/os_solaris_i486.o = -xO1
        # force C++ interpreter to be full optimization
        OPT_CFLAGS/interpret.o = -fast -O4
        else

        ifeq ("${Platform_compiler}", "gcc")
        # gcc
        # _lwp_create_interpose must have a frame
        OPT_CFLAGS/os_solaris_i486.o = -fno-omit-frame-pointer

        but os_solaris_i486 is now os_solaris_x86

        Attachments

          Issue Links

            Activity

              People

                kvn Vladimir Kozlov
                dholmes David Holmes
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: