-
Bug
-
Resolution: Fixed
-
P3
-
8u40
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8064930 | 9 | Brent Christian | P3 | Resolved | Fixed | b42 |
JDK-8084237 | emb-9 | Brent Christian | P3 | Resolved | Fixed | team |
JDK-8067568 | 8u45 | Brent Christian | P3 | Resolved | Fixed | b01 |
JDK-8069938 | emb-8u47 | Brent Christian | P3 | Resolved | Fixed | team |
sun.management.Flag contains a number of native methods, but does not call loadLibrary() itself, instead relying on other classes (notably sun.management.ManagementFactoryHelper) to load the "management" native library.
Flag's static initializer calls the native "initialize()" method. In the case of a code path where the Flag class is encountered before the management native library is loaded, the result would be an UnsatisfiedLinkError.
The Flag class should make its own call to loadLibrary().
Flag's static initializer calls the native "initialize()" method. In the case of a code path where the Flag class is encountered before the management native library is loaded, the result would be an UnsatisfiedLinkError.
The Flag class should make its own call to loadLibrary().
- backported by
-
JDK-8064930 sun.management.Flag should loadLibrary()
-
- Resolved
-
-
JDK-8067568 sun.management.Flag should loadLibrary()
-
- Resolved
-
-
JDK-8069938 sun.management.Flag should loadLibrary()
-
- Resolved
-
-
JDK-8084237 sun.management.Flag should loadLibrary()
-
- Resolved
-
- duplicates
-
JDK-8064579 [cmm] MXBeanRequiresCommercialFeatures should be filtered when -XX:-UnlockCommercialFeatures is used
-
- Closed
-