-
Bug
-
Resolution: Fixed
-
P2
-
openjdk8u372
-
b05
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8303800 | openjdk8u382 | Severin Gehwolf | P2 | Resolved | Fixed | b01 |
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.
/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.
- backported by
-
JDK-8303800 [AIX] Broken jdk8u build after JDK-8266391
- Resolved
- relates to
-
JDK-8303828 [Solaris] Broken jdk8u build after JDK-8266391
- Resolved
-
JDK-8304053 Revert os specific stubs for SystemMetrics
- Resolved
-
JDK-8266391 Replace use of reflection in jdk.internal.platform.Metrics
- Resolved
(2 links to)