mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
abe8bc6fda
Method.invoke should initialize its class before invoking the method, throwing an ExceptionInInitializerError if it fails, without wrapping said error in an InvocationTargetException. Also, we must initialize ExceptionInInitializerError.exception when throwing instances from the VM, since OpenJDK's ExceptionInInitializerError.getCause uses the exception field, not the cause field. |
||
---|---|---|
.. | ||
avian | ||
java | ||
sun | ||
java-io.cpp | ||
java-lang.cpp | ||
java-net.cpp | ||
java-nio.cpp | ||
java-util-zip.cpp | ||
java-util.cpp | ||
jni-util.h | ||
sockets.cpp | ||
sockets.h |