-
Enhancement
-
Resolution: Duplicate
-
P3
-
9
-XX:+MustCallLoadClassInternal: default false
> Always call loadClassInternal() rather than loadClass()
This option was added for compatibility in JDK 7 before people were migrated to use loadClass (?)
There's still loadClassInternal in ClassLoader.java remove that too.
> Always call loadClassInternal() rather than loadClass()
This option was added for compatibility in JDK 7 before people were migrated to use loadClass (?)
There's still loadClassInternal in ClassLoader.java remove that too.
- duplicates
-
JDK-8140284 Deprecate -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal
- Resolved