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

[JVMCI] JVMCI is built on 32-bit Windows compiler2 and tiered builds

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • 9
    • 9
    • hotspot
    • b97
    • x86
    • windows

    Description

      The current code in make/windows/makefiles/vm.make is:

      !if "$(Variant)" == "compiler1"
      CXX_FLAGS=$(CXX_FLAGS) /D "COMPILER1" /D INCLUDE_JVMCI=0
      !endif

      !if "$(Variant)" == "compiler2"
      CXX_FLAGS=$(CXX_FLAGS) /D "COMPILER2"
      !endif

      !if "$(Variant)" == "tiered"
      CXX_FLAGS=$(CXX_FLAGS) /D "COMPILER1" /D "COMPILER2"
      !endif

      Attachments

        Activity

          People

            twisti Christian Thalinger
            twisti Christian Thalinger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: