hg: jdk8u/jdk8u-dev/nashorn: 2 new changesets
hannes.wallnoefer at oracle.com
hannes.wallnoefer at oracle.com
Fri Oct 31 15:43:13 UTC 2014
Changeset: 29a4cd3d1f7a
Author: hannesw
Date: 2014-10-31 16:27 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/nashorn/rev/29a4cd3d1f7a
8062401: User accessors require boxing and do not support optimistic types
Reviewed-by: jlaskey, lagergren
! src/jdk/nashorn/internal/codegen/SpillObjectCreator.java
! src/jdk/nashorn/internal/codegen/TypeEvaluator.java
! src/jdk/nashorn/internal/objects/NativeObject.java
! src/jdk/nashorn/internal/runtime/AccessorProperty.java
! src/jdk/nashorn/internal/runtime/FindProperty.java
! src/jdk/nashorn/internal/runtime/Property.java
! src/jdk/nashorn/internal/runtime/PropertyMap.java
! src/jdk/nashorn/internal/runtime/ScriptObject.java
! src/jdk/nashorn/internal/runtime/SpillProperty.java
! src/jdk/nashorn/internal/runtime/UserAccessorProperty.java
! src/jdk/nashorn/internal/runtime/linker/Bootstrap.java
+ test/examples/getter-setter-micro.js
Changeset: a8e6c9feecfb
Author: hannesw
Date: 2014-10-31 16:29 +0100
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/nashorn/rev/a8e6c9feecfb
8062132: Nashorn incorrectly binds this for constructor created by another function
Reviewed-by: jlaskey, sundar
! src/jdk/nashorn/internal/runtime/PropertyMap.java
+ test/script/basic/JDK-8062132.js
+ test/script/basic/JDK-8062132.js.EXPECTED
More information about the jdk8u-dev-changes
mailing list