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

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

XMLWordPrintable

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

      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

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

              Created:
              Updated:
              Resolved: