Review request for JDK-8156896: Script stack trace should display function names

Attila Szegedi szegedia at gmail.com
Fri May 13 09:59:19 UTC 2016


+1

> On 13 May 2016, at 11:44, Hannes Wallnoefer <hannes.wallnoefer at oracle.com> wrote:
> 
> Review request for JDK-8156896: Script stack trace should display function names
> 
> http://cr.openjdk.java.net/~hannesw/8156896/webrev/
> 
> This makes it possible to reliably get the original function name from Java method names for display in script stack traces. It replaces '$' with '#' as separator for nested function method names as '#' is not a valid JS identifier part, but allowed in JVM method names.
> 
> Hannes



More information about the nashorn-dev mailing list