attila [Thu, 04 Apr 2013 15:55:42 +0200] rev 16778
Merge
attila [Thu, 04 Apr 2013 15:53:26 +0200] rev 16777
8011544: Allow subclassing Java classes from script without creating instances
Reviewed-by: jlaskey, sundar
sundar [Thu, 04 Apr 2013 18:30:30 +0530] rev 16776
8011543: "".split(undefined,{valueOf:function(){throw 2}}) does not throw exception
Reviewed-by: lagergren, jlaskey
jlaskey [Thu, 04 Apr 2013 09:06:29 -0300] rev 16775
Merge
jlaskey [Thu, 04 Apr 2013 09:05:38 -0300] rev 16774
8011540: PropertyMap histories should not begin with empty map
Reviewed-by: lagergren, sundar
Contributed-by: james.laskey@oracle.com
sundar [Thu, 04 Apr 2013 13:54:51 +0530] rev 16773
8011421: When using Object.defineProperty on arrays, PropertyDescriptor's property accessors are invoked multiple times
Reviewed-by: lagergren, hannesw
sundar [Thu, 04 Apr 2013 10:24:46 +0530] rev 16772
8011394: RegExp.prototype.test() does not call valueOf on lastIndex property as per the spec.
Reviewed-by: lagergren, jlaskey, hannesw
sundar [Wed, 03 Apr 2013 20:17:05 +0530] rev 16771
8011382: Data prototype methods and constructor do not call user defined toISOString, valueOf methods per spec.
Reviewed-by: lagergren, jlaskey
hannesw [Wed, 03 Apr 2013 12:43:59 +0200] rev 16770
8007774: Enable code cache again
Reviewed-by: lagergren, attila, sundar
sundar [Wed, 03 Apr 2013 15:27:28 +0530] rev 16769
8011365: Array.prototype.join and Array.prototype.toString do not throw TypeError on null, undefined
Reviewed-by: attila, hannesw, lagergren