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
[JavaVirtualMachine] Change the default for ignoreUnrecognized parameter
The `ignoreUnrecognized` parameter to `JavaVirtualMachine.shared()` tells
the JVM not to complain about options it doesn't recognize, which tends
to mask usage errors. Change the default from `true` to `false`.
0 commit comments