-
CSR
-
Resolution: Approved
-
P4
-
behavioral
-
minimal
-
-
add/remove/modify command line option
-
Implementation
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'.
- csr of
-
JDK-8233014 Enable ShowCodeDetailsInExceptionMessages by default
- Resolved
- relates to
-
JDK-8227717 Give more helpful NullPointerException messages and add flag -XX:ShowCodeDetailsInExceptionMessages
- Closed
-
JDK-8247371 Release Note: Enable ShowCodeDetailsInExceptionMessages by default
- Closed