Throwable(Throwable cause) constructs a new throwable with a default message cause==null ? null : cause.toString().
ExceptionInInitializerError(Throwable cause) sets the detail message to null. It'd be helpful to include a detail message rather than null for example cause.toString().
ExceptionInInitializerError(Throwable cause) sets the detail message to null. It'd be helpful to include a detail message rather than null for example cause.toString().
- csr for
-
JDK-8209556 ExceptionInInitializerError can have a default detail message if the cause is given
-
- Closed
-
- relates to
-
JDK-8208172 SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0
-
- Resolved
-