-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 11.0.27-oracle, 13
-
Component/s: hotspot
-
Fix Understood
On Linux systems with virtualization and VM management capabilities, such as VMware workstation, the JVM no longer loads the `/usr/lib64/libguestlib.so.0` library by default. Applications which depend on `/usr/lib64/libguestlib.so.0` library or on some if its dependencies, for example `libssl` and `libcrypto`, may experience compatibility issues. Make sure the loading of necessary native libraries is done by the application itself.
As a work-around, passing the `-XX:+ExtensiveErrorReports` flag to the JVM will restore implicit loading of `/usr/lib64/libguestlib.so.0`.
As a work-around, passing the `-XX:+ExtensiveErrorReports` flag to the JVM will restore implicit loading of `/usr/lib64/libguestlib.so.0`.