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

[AIX] Broken jdk8u build after JDK-8266391

XMLWordPrintable

    • b05
    • aix

        The AIX build fails with the following error message, that appears to have happened after JDK-8266391 was backported to jdk8.

        /home/hotspot/openjdk/jdk8u/jdk/src/share/classes/jdk/internal/platform/Metrics.java:57: error: cannot find symbol
                return SystemMetrics.instance();
                       ^
          symbol: variable SystemMetrics
          location: interface Metrics


        The backport broke macosx as well, and the solution was to add an stub implementation of SystemMetrics for that platform.

              tsteele Tyler Steele
              tsteele Tyler Steele
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: