You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The classpath is intended for type checking, not for compiler run-time.
Thus, they should be passed as compiler options, not JVM options.
It works before because the compiler makes bootstrap classpath
available for type checking. However, we can no longer use bootstrap
classpath after Java 9 support (#3138).
0 commit comments