Review request for 8017046: Cannot assign undefined to a function argument if the function uses arguments object

2013-06-19 Thread A. Sundararajan
Please review http://cr.openjdk.java.net/~sundar/8017046/webrev.00/ -Sundar

hg: nashorn/jdk8/nashorn: 8015347: Parsing issue with decodeURIComponent

2013-06-19 Thread sundararajan . athijegannathan
Changeset: c7c9222cfe69 Author:sundar Date: 2013-06-19 21:07 +0530 URL: http://hg.openjdk.java.net/nashorn/jdk8/nashorn/rev/c7c9222cfe69 8015347: Parsing issue with decodeURIComponent Reviewed-by: jlaskey, hannesw ! src/jdk/nashorn/internal/runtime/URIUtils.java + test/script/basic

Re: Rhino to Nashorn Migration Guide

2013-06-19 Thread Andreas Rieber
No problem. And for the worst case (one can't migrate due to whatever reason), i have a fallback variant which i used for the jconsole-plugin ;-) On 19.06.13 16:53, Jim Laskey (Oracle) wrote: Oops - sent to the wrong list, but I'm glad I did. Thanks. On 2013-06-19, at 11:50 AM, Andreas Riebe

Re: Rhino to Nashorn Migration Guide

2013-06-19 Thread Jim Laskey (Oracle)
Oops - sent to the wrong list, but I'm glad I did. Thanks. On 2013-06-19, at 11:50 AM, Andreas Rieber wrote: > Hi Jim, > > i don't know what is on your list but from the jrunscript, jconsole and > scriptpad (and one of my projects) migration i have only this few issues: > > sync function > l

Re: Rhino to Nashorn Migration uide

2013-06-19 Thread Andreas Rieber
Hi Jim, i don't know what is on your list but from the jrunscript, jconsole and scriptpad (and one of my projects) migration i have only this few issues: sync function load function importPackage importClass array conversion print,println (might still be possible to get "right") JSAdapter __ca

Re: Review request for 8015347: Parsing issue with decodeURIComponent

2013-06-19 Thread Hannes Wallnoefer
+1 Am 2013-06-19 15:05, schrieb A. Sundararajan: Please review http://cr.openjdk.java.net/~sundar/8015347/ -Sundar

Re: Review request for 8015347: Parsing issue with decodeURIComponent

2013-06-19 Thread Jim Laskey (Oracle)
+1 On 2013-06-19, at 10:05 AM, A. Sundararajan wrote: > Please review http://cr.openjdk.java.net/~sundar/8015347/ > > -Sundar

Review request for 8015347: Parsing issue with decodeURIComponent

2013-06-19 Thread A. Sundararajan
Please review http://cr.openjdk.java.net/~sundar/8015347/ -Sundar

Rhino to Nashorn Migration uide

2013-06-19 Thread Jim Laskey (Oracle)
Need to bring this together. https://jbs.oracle.com/bugs/browse/JDK-8007465

hg: nashorn/jdk8/nashorn: 8010697: DeletedArrayFilter seems to leak memory

2013-06-19 Thread james . laskey
Changeset: 7276d66b7118 Author:jlaskey Date: 2013-06-19 09:10 -0300 URL: http://hg.openjdk.java.net/nashorn/jdk8/nashorn/rev/7276d66b7118 8010697: DeletedArrayFilter seems to leak memory Reviewed-by: hannesw, sundar Contributed-by: james.las...@oracle.com ! src/jdk/nashorn/internal