Cause analysis: Agents are developed using JDK 1.7. However, after Java 9 modularization, no SQL package is provided by default.
Occurrence probability: This problem occurs under certain conditions.
Workaround: Ensure that the component can proactively import java.sql to module-info.java.
Cause analysis: Agents are developed using JDK 1.7, but the Java 11 Unsafe class is categorized to a different package.
Occurrence probability: This problem occurs inevitably.
Workaround: Ensure that the application can proactively import jdk.unsupported to module-info.java.
Workaround: Set --illegal-access to warn or delete this option.