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
When the command-line option "--throw-runtime-exception" is enabled, the
five runtime exception classes
ArithmeticException
ArrayIndexOutOfBoundsException
ClassCastException
NegativeArraySizeException
NullPointerException
should always be loaded. These five classes might appear without an
explicit call to "throw new" in the program, and would therefore be
ignored by java_class_loader.
These changes fix bug TG-774.
0 commit comments