hg: nashorn/jdk9/nashorn: 8038945: Simplify strict undefined checks

2014-04-01 Thread marcus . lagergren
Changeset: 1b9bd93570f8 Author:lagergren Date: 2014-04-01 16:12 +0200 URL: http://hg.openjdk.java.net/nashorn/jdk9/nashorn/rev/1b9bd93570f8 8038945: Simplify strict undefined checks Reviewed-by: jlaskey, hannesw ! src/jdk/internal/dynalink/support/CallSiteDescriptorFactory.java ! s

Review request for JDK-8038638: Persistent store for compiled scripts

2014-04-01 Thread Hannes Wallnoefer
Please review JDK-8038638: Persistent store for compiled scripts: http://cr.openjdk.java.net/~hannesw/8038638/webrev.01/ This adds a --persistent-code-cache/-pcc option to allow storing compiled script classes between runs. Thanks, Hannes

hg: nashorn/jdk9/nashorn: 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism

2014-04-01 Thread marcus . lagergren
Changeset: 899b6f171676 Author:lagergren Date: 2014-04-01 11:19 +0200 URL: http://hg.openjdk.java.net/nashorn/jdk9/nashorn/rev/899b6f171676 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism Reviewed-by: attila, jlaskey ! src/jdk/