hg: type-annotations/type-annotations/nashorn: 6 new changesets
wdietl at gmail.com
wdietl at gmail.com
Fri Sep 20 18:27:30 PDT 2013
Changeset: f954d3f4d192
Author: sundar
Date: 2013-09-19 13:34 +0530
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/nashorn/rev/f954d3f4d192
8025048: true as case label results in ClassCastException
Reviewed-by: lagergren
! src/jdk/nashorn/internal/codegen/Attr.java
+ test/script/basic/JDK-8025048-2.js
+ test/script/basic/JDK-8025048.js
Changeset: 740b1133f1b6
Author: hannesw
Date: 2013-09-19 15:39 +0200
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/nashorn/rev/740b1133f1b6
8023154: compileAllTests fails with: 2 tests failed to compile
Reviewed-by: sundar, jlaskey
! make/build-benchmark.xml
! make/build.xml
! make/project.properties
Changeset: 821b0b610861
Author: sundar
Date: 2013-09-19 21:20 +0530
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/nashorn/rev/821b0b610861
8025080: Object literal getter, setter function with number format property name results in ClassFormatError
Reviewed-by: lagergren, hannesw
! src/jdk/nashorn/internal/ir/debug/JSONWriter.java
! src/jdk/nashorn/internal/parser/Parser.java
+ test/script/basic/JDK-8025080.js
+ test/script/basic/JDK-8025080.js.EXPECTED
! test/script/basic/parser/objectLitExpr.js.EXPECTED
Changeset: 18d64bc4937d
Author: sundar
Date: 2013-09-19 23:48 +0530
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/nashorn/rev/18d64bc4937d
8025090: 'while' statement with 'test' using var before being declared in body results in VerifyError
Reviewed-by: jlaskey
! src/jdk/nashorn/internal/ir/WhileNode.java
+ test/script/basic/JDK-8025090.js
Changeset: 195be8ca5c97
Author: sundar
Date: 2013-09-20 12:56 +0530
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/nashorn/rev/195be8ca5c97
8025111: undefined or null 'with' expression in empty with block should throw TypeError
Reviewed-by: lagergren, hannesw
! src/jdk/nashorn/internal/codegen/CodeGenerator.java
+ test/script/basic/JDK-8025111.js
Changeset: fa491b75d3e4
Author: hannesw
Date: 2013-09-20 12:11 +0200
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/nashorn/rev/fa491b75d3e4
8022587: ClassCache is not optimal and leaks Source instances
Reviewed-by: lagergren, attila
! src/jdk/nashorn/internal/objects/Global.java
More information about the type-annotations-dev
mailing list