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

Cleanup AIX special file build settings

XMLWordPrintable

    • b10
    • ppc
    • aix

        We have on AIX special file settings e.g.

          ifneq ($(DEBUG_LEVEL), slowdebug)
            # Compiling jvmtiEnterTrace.cpp with full optimization needs more than 30min
            # (mostly because of '-qhot=level=1' and the more than 1300 'log_trace' calls
            # which cause a lot of template expansion).
            BUILD_LIBJVM_jvmtiEnterTrace.cpp_OPTIMIZATION := LOW
          endif

        that seem to be no longer needed.

              mbaesken Matthias Baesken
              mbaesken Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: