Please review JDK-8014426 - synthetic rethrows in finallies

Marcus Lagergren marcus.lagergren at oracle.com
Tue May 14 03:27:42 PDT 2013


Fairly simple bug fix with test case attached. Finally catch blocks (synthetic rethrowers) should not unwrap the exception object. Nor should the rethrow at their ends wrap it.

http://cr.openjdk.java.net/~lagergren/8014426/webrev/

/M




More information about the nashorn-dev mailing list