attila [Tue, 16 Jul 2013 17:03:30 +0200] rev 18885
8015356: array concatenation should skip empty elements
Reviewed-by: jlaskey, sundar
hannesw [Tue, 16 Jul 2013 16:12:26 +0200] rev 18884
8010821: [findbugs] Some classes in jdk.nashorn.internal.runtime.regexp expose mutable objects
Reviewed-by: attila, jlaskey, sundar
attila [Tue, 16 Jul 2013 15:28:33 +0200] rev 18883
8020357: throw RangeError for too large NativeArrayBuffer size
Reviewed-by: jlaskey, hannesw, sundar
sundar [Tue, 16 Jul 2013 09:54:04 +0530] rev 18882
Merge
hannesw [Mon, 15 Jul 2013 18:32:23 +0200] rev 18881
8020358: Array(0xfffffff) throws OutOfMemoryError
Reviewed-by: jlaskey, sundar
attila [Mon, 15 Jul 2013 16:58:23 +0200] rev 18880
8011210: fix reporting of call site locations; print them on -tcs=miss
Reviewed-by: jlaskey, hannesw
hannesw [Mon, 15 Jul 2013 16:35:38 +0200] rev 18879
8020283: Don't use exceptions for widening of ArrayData
Reviewed-by: jlaskey, attila
attila [Mon, 15 Jul 2013 16:31:49 +0200] rev 18878
8020508: Enforce reflection access restrictions on Object.bindProperties
Reviewed-by: jlaskey, sundar
hannesw [Mon, 15 Jul 2013 15:51:06 +0200] rev 18877
8020354: Object literal property initialization is not done in source order
Reviewed-by: sundar, jlaskey
attila [Mon, 15 Jul 2013 12:33:48 +0200] rev 18876
8020324: Implement Object.bindProperties(target, source) for beans
Reviewed-by: hannesw, sundar
sundar [Fri, 12 Jul 2013 20:13:43 +0530] rev 18875
Merge
sundar [Fri, 12 Jul 2013 20:06:41 +0530] rev 18874
8020463: Input argument array wrapping in loadWithNewGlobal is wrong
Reviewed-by: attila, jlaskey
sundar [Fri, 12 Jul 2013 20:12:29 +0530] rev 18873
Merge
attila [Fri, 12 Jul 2013 11:58:42 +0200] rev 18872
8019822: Duplicate name and signature in finally block
Reviewed-by: jlaskey, sundar
sundar [Fri, 12 Jul 2013 15:27:16 +0530] rev 18871
8020223: ClassCastException: String can not be casted to ScriptFunction
Reviewed-by: attila, lagergren
sundar [Fri, 12 Jul 2013 15:01:33 +0530] rev 18870
8020437: Wrong handling of line numbers with multiline string literals
Reviewed-by: attila, lagergren
attila [Thu, 11 Jul 2013 22:01:55 +0200] rev 18869
8020125: PrintVisitor wasn't printing bodies of FunctionNode within UnaryNode
Reviewed-by: jlaskey, lagergren
sundar [Thu, 11 Jul 2013 22:58:37 +0530] rev 18868
8012191: noSuchProperty can't cope with vararg functions
Reviewed-by: jlaskey, attila
attila [Thu, 11 Jul 2013 18:33:33 +0200] rev 18867
8013925: Remove symbol fields from nodes that don't need them
Reviewed-by: jlaskey, lagergren
sundar [Thu, 11 Jul 2013 18:23:13 +0530] rev 18866
8020380: __noSuchProperty__ defined in mozilla_compat.js script should be non-enumerable
Reviewed-by: jlaskey, hannesw, attila
sundar [Thu, 11 Jul 2013 16:34:55 +0530] rev 18865
8020325: static property does not work on accessible, public classes
Reviewed-by: attila, hannesw, lagergren
sundar [Wed, 10 Jul 2013 19:08:04 +0530] rev 18864
8020276: interface checks in Invocable.getInterface implementation
Reviewed-by: jlaskey, hannesw, attila
hannesw [Wed, 10 Jul 2013 10:54:19 +0200] rev 18863
8016681: regex capture behaves differently than on V8
Reviewed-by: lagergren, sundar
sundar [Wed, 10 Jul 2013 13:25:07 +0530] rev 18862
8020224: LinkageError: attempted duplicate class definition when --loader-per-compiler=false
Reviewed-by: hannesw
lagergren [Tue, 09 Jul 2013 15:56:59 +0200] rev 18861
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.
Reviewed-by: sundar, jlaskey
sundar [Tue, 09 Jul 2013 17:37:46 +0530] rev 18860
8014785: Ability to extend global instance by binding properties of another object
Reviewed-by: attila, hannesw, jlaskey, lagergren
attila [Tue, 09 Jul 2013 13:57:24 +0200] rev 18859
8009758: reactivate the 8006529 test.
Reviewed-by: jlaskey, sundar
hannesw [Mon, 08 Jul 2013 19:34:55 +0200] rev 18858
8019963: empty char range in regex
Reviewed-by: jlaskey, sundar
sundar [Mon, 08 Jul 2013 18:43:41 +0530] rev 18857
Merge
sundar [Mon, 08 Jul 2013 18:36:10 +0530] rev 18856
8020035: nashorn jdk buildfile BuildNashorn.gmk still renamed jdk.nashorn.internal.objects package
Reviewed-by: attila, jlaskey
sundar [Mon, 08 Jul 2013 16:33:50 +0530] rev 18855
8020015: shared PropertyMaps should not be used without duplication
Reviewed-by: hannesw, attila
lagergren [Fri, 05 Jul 2013 19:35:39 +0200] rev 18854
8019983: Void returns combined with return with expression picked the wrong return type
Reviewed-by: sundar, jlaskey