CSR :
|
|
Relates :
|
|
Relates :
|
Summary ------- Enable ShowCodeDetailsInExceptionMessages by default. Problem ------- The flag ShowCodeDetailsInExceptionMessages was introduced with CSR "JDK-8227717 Give more helpful NullPointerException messages and add flag -XX:ShowCodeDetailsInExceptionMessages" and toggles the enhancement introduced by "JEP 358: Helpful NullPointerExceptions". So far the default value is 'false', so that the enhancement is off. The enhanced NullPointerException messages should be printed per default. Solution -------- Set the flag to 'true'.
|