log

age author description
Fri, 12 Jul 2013 11:58:42 +0200 attila 8019822: Duplicate name and signature in finally block
Fri, 12 Jul 2013 15:27:16 +0530 sundar 8020223: ClassCastException: String can not be casted to ScriptFunction
Fri, 12 Jul 2013 15:01:33 +0530 sundar 8020437: Wrong handling of line numbers with multiline string literals
Thu, 11 Jul 2013 22:01:55 +0200 attila 8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode
Thu, 11 Jul 2013 22:58:37 +0530 sundar 8012191: noSuchProperty can't cope with vararg functions
Thu, 11 Jul 2013 18:33:33 +0200 attila 8013925: Remove symbol fields from nodes that don't need them
Thu, 11 Jul 2013 18:23:13 +0530 sundar 8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable
Thu, 11 Jul 2013 16:34:55 +0530 sundar 8020325: static property does not work on accessible, public classes
Wed, 10 Jul 2013 19:08:04 +0530 sundar 8020276: interface checks in Invocable.getInterface implementation
Wed, 10 Jul 2013 10:54:19 +0200 hannesw 8016681: regex capture behaves differently than on V8
Wed, 10 Jul 2013 13:25:07 +0530 sundar 8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false
Tue, 09 Jul 2013 15:56:59 +0200 lagergren 8020124: In the case of an eval switch, we might need explicit conversions of the tag store, as it was not known in the surrounding environment.
Tue, 09 Jul 2013 17:37:46 +0530 sundar 8014785: Ability to extend global instance by binding properties of another object
Tue, 09 Jul 2013 13:57:24 +0200 attila 8009758: reactivate the 8006529 test.
Mon, 08 Jul 2013 19:34:55 +0200 hannesw 8019963: empty char range in regex
Mon, 08 Jul 2013 18:43:41 +0530 sundar Merge
Mon, 08 Jul 2013 18:36:10 +0530 sundar 8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package
Mon, 08 Jul 2013 16:33:50 +0530 sundar 8020015: shared PropertyMaps should not be used without duplication
Fri, 05 Jul 2013 19:35:39 +0200 lagergren 8019983: Void returns combined with return with expression picked the wrong return type
Fri, 05 Jul 2013 15:10:47 +0200 attila 8019819: scope symbol didn't get a slot in certain cases
Fri, 05 Jul 2013 14:36:54 +0200 hannesw 8017084: Use spill properties for large object literals
Fri, 05 Jul 2013 14:38:04 +0530 sundar 8019947: inherited property invalidation does not work with two globals in same context
Thu, 04 Jul 2013 17:28:04 +0200 lagergren Merge
Thu, 04 Jul 2013 17:27:33 +0200 lagergren 8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int
Thu, 04 Jul 2013 14:10:18 +0200 attila 8019809: return after break incorrectly sets the block as terminal
Wed, 03 Jul 2013 13:41:18 -0300 jlaskey 8011629: Object.defineProperty performance issue
Wed, 03 Jul 2013 18:10:12 +0200 attila 8017768: allow dot as inner class name separator for Java.type
Wed, 03 Jul 2013 19:20:29 +0530 sundar 8019814: Add regression test for passing cases
Wed, 03 Jul 2013 15:46:03 +0200 lagergren 8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
Wed, 03 Jul 2013 17:26:31 +0530 sundar 8019805: for each (init; test; modify) is invalid