Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084860 | emb-9 | Volker Simonis | P4 | Resolved | Fixed | team |
JDK-8193807 | 8u172 | Matthias Baesken | P2 | Closed | Fixed | b02 |
Change '8042901: Allow com.sun.management to be in a different module to java.lang.management' has refactored the management package and moved the files:
jdk/src/java.management/unix/native/libmanagement/<OS>OperatingSystem.c
to:
jdk/src/jdk.management/<OS>/native/libmanagement_ext/UnixOperatingSystem.c
Unfortunately we've never had a AIXOperatingSystem.c file on AIX (see 8030957). This was no problem with the old setup but with the new one the build complains about a missing directory 'jdk/src/jdk.management/aix/native/libmanagement_ext'.
This bug is just for fixing the build, by introducing an emty stub file. The actual implementation of the corresponding OperatingSystemMXBean is still up to 8030957.
jdk/src/java.management/unix/native/libmanagement/<OS>OperatingSystem.c
to:
jdk/src/jdk.management/<OS>/native/libmanagement_ext/UnixOperatingSystem.c
Unfortunately we've never had a AIXOperatingSystem.c file on AIX (see 8030957). This was no problem with the old setup but with the new one the build complains about a missing directory 'jdk/src/jdk.management/aix/native/libmanagement_ext'.
This bug is just for fixing the build, by introducing an emty stub file. The actual implementation of the corresponding OperatingSystemMXBean is still up to 8030957.
- backported by
-
JDK-8193807 AIX: avoid UnsatisfiedLinkError by providing empty basic implementations of getSystemCpuLoad and getProcessCpuLoad
-
- Closed
-
-
JDK-8084860 AIX: fix build after '8042901: Allow com.sun.management to be in a different module...'
-
- Resolved
-
- relates to
-
JDK-8042901 Allow com.sun.management to be in a different module to java.lang.management
-
- Resolved
-
-
JDK-8030957 AIX: Implement OperatingSystemMXBean.getSystemCpuLoad() and .getProcessCpuLoad() on AIX
-
- Open
-