Review request: JDK-8011629: Object.defineProperty performance issue

Jim Laskey (Oracle) james.laskey at oracle.com
Wed Jul 3 09:35:44 PDT 2013


Please review http://cr.openjdk.java.net/~jlaskey/8011629/webrev.00/

This casts (asType) the receiver early so that the same getter/setter can be reused.
Speeds up defineProperty and indexed access and reduces lambda form pressure (over 1M in the above example).


More information about the nashorn-dev mailing list