hg: jdk8u/jdk8u/nashorn: 16 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Tue Aug 11 22:07:11 UTC 2015
Changeset: 814851d84cc3
Author: attila
Date: 2015-06-26 17:08 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/814851d84cc3
8129950: Wrong condition for checking absence of logger in MethodHandleFactory
Reviewed-by: hannesw, lagergren
! src/jdk/nashorn/internal/lookup/MethodHandleFactory.java
Changeset: 9a7fc2f63d49
Author: attila
Date: 2015-06-26 17:49 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/9a7fc2f63d49
8129959: DebugLogger has unnecessary API methods
Reviewed-by: hannesw, lagergren
! src/jdk/nashorn/internal/codegen/Compiler.java
! src/jdk/nashorn/internal/lookup/MethodHandleFactory.java
! src/jdk/nashorn/internal/runtime/logging/DebugLogger.java
Changeset: bea189a8da0e
Author: attila
Date: 2015-07-02 10:55 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/bea189a8da0e
8130234: Get rid of JSType.isNegativeZero
Reviewed-by: hannesw, lagergren
! src/jdk/nashorn/internal/codegen/FoldConstants.java
! src/jdk/nashorn/internal/parser/Lexer.java
! src/jdk/nashorn/internal/runtime/JSType.java
! src/jdk/nashorn/internal/runtime/OptimisticReturnFilters.java
Changeset: 350e143b600c
Author: sundar
Date: 2015-07-28 14:52 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/350e143b600c
8132092: Nashorn copyright has to be updated
Reviewed-by: jlaskey, hannesw, mhaupt
! src/jdk/nashorn/internal/runtime/DebuggerSupport.java
! test/script/basic/JDK-8007456.js
! test/script/basic/JDK-8035712.js
! test/script/basic/JDK-8051778.js
! test/script/basic/JDK-8058610.js
! test/script/basic/JDK-8061113.js
! test/script/basic/JDK-8062799.js
! test/script/basic/JDK-8066221.js
! test/script/basic/JDK-8066222.js
! test/script/basic/JDK-8066224.js
! test/script/basic/JDK-8066225.js
! test/script/basic/JDK-8066227.js
! test/script/basic/JDK-8066230.js
! test/script/basic/JDK-8066232.js
! test/script/basic/JDK-8066236.js
! test/script/basic/JDK-8067139.js
! test/script/basic/JDK-8067774.js
! test/script/basic/JDK-8068573.js
! test/script/basic/JDK-8068580.js
! test/script/basic/JDK-8068985.js
! test/script/basic/JDK-8069002.js
! test/script/basic/JDK-8072426.js
! test/script/basic/JDK-8072596.js
! test/script/basic/JDK-8075090.js
! test/script/basic/JDK-8079145.js
! test/script/basic/JDK-8079269.js
! test/script/basic/JDK-8079424.js
! test/script/basic/JDK-8079470.js
! test/script/basic/JDK-8080182.js
! test/script/basic/JDK-8080848.js
! test/script/basic/JDK-8081156.js
! test/script/basic/JDK-8085802.js
! test/script/basic/JDK-8087211.js
! test/script/basic/JDK-8087211_2.js
! test/script/basic/JDK-8098578.js
! test/script/basic/JDK-8129410.js
! test/script/currently-failing/gettersetter.js
! test/script/currently-failing/property_delete.js
! test/script/maptests/builtins.js
! test/script/maptests/constructor.js
! test/script/maptests/maputil.js
! test/script/maptests/object_create.js
! test/script/maptests/object_literals.js
! test/script/maptests/point.js
! test/script/maptests/property_add.js
! test/script/maptests/proto.js
! test/script/sandbox/safeprops.js
! test/src/jdk/nashorn/test/models/NullProvider.java
Changeset: 4e3c07e39b33
Author: sundar
Date: 2015-07-03 18:41 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/4e3c07e39b33
8130424: if directory specified with --dest-dir does not exist, only .class files are dumped and .js files are not
Reviewed-by: attila, lagergren, hannesw
! src/jdk/nashorn/internal/codegen/DumpBytecode.java
! src/jdk/nashorn/internal/runtime/Source.java
Changeset: d33c8de8fa2f
Author: sundar
Date: 2015-07-06 15:59 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/d33c8de8fa2f
8130476: Remove unused methods in Global.java
Reviewed-by: hannesw, attila
! src/jdk/nashorn/internal/objects/Global.java
Changeset: 464160dbc617
Author: sundar
Date: 2015-07-16 15:45 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/464160dbc617
8131039: after adding a function property to Object.prototype, JSON.parse with reviver function goes into infinite loop
Reviewed-by: hannesw, mhaupt
! src/jdk/nashorn/internal/runtime/JSONFunctions.java
+ test/script/basic/JDK-8131039.js
Changeset: 89c8dd086d7b
Author: hannesw
Date: 2015-07-20 13:11 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/89c8dd086d7b
8131340: Varargs function is recompiled each time it is linked
Reviewed-by: mhaupt, sundar
! src/jdk/nashorn/internal/runtime/FinalScriptFunctionData.java
! src/jdk/nashorn/internal/runtime/RecompilableScriptFunctionData.java
! src/jdk/nashorn/internal/runtime/ScriptFunctionData.java
+ test/script/basic/JDK-8131340.js
Changeset: 61b5174f7bf1
Author: hannesw
Date: 2015-07-22 10:18 +0200
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/61b5174f7bf1
8131683: Delete fails over multiple scopes
Reviewed-by: mhaupt, sundar
! src/jdk/nashorn/internal/codegen/AssignSymbols.java
! src/jdk/nashorn/internal/ir/RuntimeNode.java
! src/jdk/nashorn/internal/runtime/ScriptRuntime.java
+ test/script/basic/JDK-8131683.js
+ test/script/basic/JDK-8131683.js.EXPECTED
Changeset: 0c56e684d2c9
Author: sundar
Date: 2015-07-13 20:09 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/0c56e684d2c9
8130853: Non-extensible global is not handled property
Reviewed-by: jlaskey, hannesw
! src/jdk/nashorn/internal/objects/Global.java
! src/jdk/nashorn/internal/runtime/ScriptObject.java
+ test/script/basic/JDK-8130853.js
Changeset: 533c66e9ad04
Author: sundar
Date: 2015-07-29 14:48 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/533c66e9ad04
8130307: improve Nashorn Javadoc target
Reviewed-by: attila, mhaupt
! make/build.xml
Changeset: 5e3d8947e95c
Author: sundar
Date: 2015-07-29 17:00 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/5e3d8947e95c
8130663: 6 fields can be static fields in Global class
Reviewed-by: hannesw, attila
! src/jdk/nashorn/internal/codegen/ObjectClassGenerator.java
! src/jdk/nashorn/internal/objects/Global.java
! src/jdk/nashorn/internal/runtime/Property.java
! src/jdk/nashorn/internal/runtime/PropertyMap.java
Changeset: c6e9453ed5ef
Author: sundar
Date: 2015-07-29 18:54 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/c6e9453ed5ef
8114838: Anonymous functions escape to surrounding scope when defined under "with" statement
Reviewed-by: jlaskey, mhaupt
+ samples/javabind.js
+ samples/javaconstructorbind.js
+ samples/mapwith.js
! src/jdk/nashorn/internal/codegen/AssignSymbols.java
! src/jdk/nashorn/internal/codegen/SplitIntoFunctions.java
! src/jdk/nashorn/internal/ir/VarNode.java
! src/jdk/nashorn/internal/parser/Parser.java
+ test/script/basic/JDK-8114838.js
Changeset: 152cfeee5001
Author: sundar
Date: 2015-08-04 18:18 +0530
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/152cfeee5001
8073733: TypeError messages with "call" and "new" could be improved
Reviewed-by: attila, mhaupt
! src/jdk/nashorn/internal/codegen/CodeGenerator.java
! src/jdk/nashorn/internal/codegen/MethodEmitter.java
! src/jdk/nashorn/internal/codegen/SharedScopeCall.java
! src/jdk/nashorn/internal/runtime/Undefined.java
! src/jdk/nashorn/internal/runtime/linker/NashornCallSiteDescriptor.java
! src/jdk/nashorn/internal/runtime/resources/Messages.properties
! test/script/basic/JDK-8026016.js.EXPECTED
+ test/script/basic/JDK-8073733.js
+ test/script/basic/JDK-8073733.js.EXPECTED
! test/script/basic/errors.js.EXPECTED
Changeset: 9d2a2e4b4aad
Author: lana
Date: 2015-08-06 12:19 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/9d2a2e4b4aad
Merge
Changeset: 645ffd6ff142
Author: lana
Date: 2015-08-11 12:49 -0700
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/nashorn/rev/645ffd6ff142
Merge
More information about the jdk8u-changes
mailing list