Description
I was just very confused when I saw that a customer JVM was running with -XX:+UnsyncloadClass active; I always run with proper JAVA_OPTS so I never saw it before. This flag is very questionable and even has its own JDK bug: https://bugs.openjdk.java.net/browse/JDK-8140284
Please consider removing it from the default scripts. Even if there is/was a valid reason it seems questionable to rely on it, considering what it does.