Wed, 05 Jul 2017 18:50:18 +0200 Merge
duke [Wed, 05 Jul 2017 18:50:18 +0200] rev 16789
Merge
Thu, 11 Apr 2013 09:40:07 -0700 Added tag jdk8-b85 for changeset cacf7ffa3281
katleman [Thu, 11 Apr 2013 09:40:07 -0700] rev 16788
Added tag jdk8-b85 for changeset cacf7ffa3281
Wed, 05 Jul 2017 18:50:13 +0200 Merge
duke [Wed, 05 Jul 2017 18:50:13 +0200] rev 16787
Merge
Tue, 16 Apr 2013 15:00:54 -0700 Merge
katleman [Tue, 16 Apr 2013 15:00:54 -0700] rev 16786
Merge
Mon, 15 Apr 2013 14:21:08 -0700 Merge
katleman [Mon, 15 Apr 2013 14:21:08 -0700] rev 16785
Merge
Fri, 12 Apr 2013 15:22:56 -0700 8012048: JDK8 b85 source with GPL header errors
katleman [Fri, 12 Apr 2013 15:22:56 -0700] rev 16784
8012048: JDK8 b85 source with GPL header errors Reviewed-by: iris, mduigou, jjg
Tue, 16 Apr 2013 08:16:17 -0700 Merge
lana [Tue, 16 Apr 2013 08:16:17 -0700] rev 16783
Merge
Tue, 09 Apr 2013 08:36:32 -0300 Merge
jlaskey [Tue, 09 Apr 2013 08:36:32 -0300] rev 16782
Merge
Fri, 05 Apr 2013 19:50:10 +0200 8009230: Nashorn rejects extended RegExp syntax accepted by all major JS engines
hannesw [Fri, 05 Apr 2013 19:50:10 +0200] rev 16781
8009230: Nashorn rejects extended RegExp syntax accepted by all major JS engines Reviewed-by: jlaskey, lagergren
Thu, 04 Apr 2013 18:32:00 +0200 8011555: Invalid class name in with block with JavaImporter causes MH type mismatch
attila [Thu, 04 Apr 2013 18:32:00 +0200] rev 16780
8011555: Invalid class name in with block with JavaImporter causes MH type mismatch Reviewed-by: jlaskey, lagergren
Thu, 04 Apr 2013 20:46:31 +0530 8011552: Arrays with missing elements are not properly sorted
sundar [Thu, 04 Apr 2013 20:46:31 +0530] rev 16779
8011552: Arrays with missing elements are not properly sorted Reviewed-by: jlaskey, lagergren
Thu, 04 Apr 2013 15:55:42 +0200 Merge
attila [Thu, 04 Apr 2013 15:55:42 +0200] rev 16778
Merge
Thu, 04 Apr 2013 15:53:26 +0200 8011544: Allow subclassing Java classes from script without creating instances
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
Thu, 04 Apr 2013 18:30:30 +0530 8011543: "".split(undefined,{valueOf:function(){throw 2}}) does not throw exception
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
Thu, 04 Apr 2013 09:06:29 -0300 Merge
jlaskey [Thu, 04 Apr 2013 09:06:29 -0300] rev 16775
Merge
Thu, 04 Apr 2013 09:05:38 -0300 8011540: PropertyMap histories should not begin with empty map
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
Thu, 04 Apr 2013 13:54:51 +0530 8011421: When using Object.defineProperty on arrays, PropertyDescriptor's property accessors are invoked multiple times
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
Thu, 04 Apr 2013 10:24:46 +0530 8011394: RegExp.prototype.test() does not call valueOf on lastIndex property as per the spec.
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
Wed, 03 Apr 2013 20:17:05 +0530 8011382: Data prototype methods and constructor do not call user defined toISOString, valueOf methods per spec.
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
Wed, 03 Apr 2013 12:43:59 +0200 8007774: Enable code cache again
hannesw [Wed, 03 Apr 2013 12:43:59 +0200] rev 16770
8007774: Enable code cache again Reviewed-by: lagergren, attila, sundar
Wed, 03 Apr 2013 15:27:28 +0530 8011365: Array.prototype.join and Array.prototype.toString do not throw TypeError on null, undefined
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
Wed, 03 Apr 2013 11:13:08 +0200 8011362: Overloaded method resolution foiled by nulls
attila [Wed, 03 Apr 2013 11:13:08 +0200] rev 16768
8011362: Overloaded method resolution foiled by nulls Reviewed-by: hannesw, sundar
Wed, 03 Apr 2013 11:41:42 +0530 8011357: Array.prototype.slice and Array.prototype.splice should not call user defined valueOf of start, end arguments more than once
sundar [Wed, 03 Apr 2013 11:41:42 +0530] rev 16767
8011357: Array.prototype.slice and Array.prototype.splice should not call user defined valueOf of start, end arguments more than once Reviewed-by: lagergren, hannesw
Tue, 02 Apr 2013 23:01:10 +0530 8011274: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.hasOwnProperty("prototype") should be false
sundar [Tue, 02 Apr 2013 23:01:10 +0530] rev 16766
8011274: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.hasOwnProperty("prototype") should be false Reviewed-by: lagergren, jlaskey
Tue, 02 Apr 2013 20:42:03 +0530 8011237: Object.isExtensible(Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get) should be false
sundar [Tue, 02 Apr 2013 20:42:03 +0530] rev 16765
8011237: Object.isExtensible(Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get) should be false Reviewed-by: lagergren, jlaskey
Tue, 02 Apr 2013 11:38:04 -0300 Merge
jlaskey [Tue, 02 Apr 2013 11:38:04 -0300] rev 16764
Merge
Tue, 02 Apr 2013 11:37:22 -0300 8011233: Create a Nashorn shell for JavaFX
jlaskey [Tue, 02 Apr 2013 11:37:22 -0300] rev 16763
8011233: Create a Nashorn shell for JavaFX Reviewed-by: lagergren, sundar Contributed-by: james.laskey@oracle.com
Fri, 05 Apr 2013 14:52:00 -0700 Merge
lana [Fri, 05 Apr 2013 14:52:00 -0700] rev 16762
Merge
Tue, 02 Apr 2013 12:01:01 -0700 Merge
lana [Tue, 02 Apr 2013 12:01:01 -0700] rev 16761
Merge
Tue, 02 Apr 2013 17:40:53 +0530 8011209: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.length is not 0
sundar [Tue, 02 Apr 2013 17:40:53 +0530] rev 16760
8011209: Object.getOwnPropertyDescriptor(function(){"use strict"},"caller").get.length is not 0 Reviewed-by: lagergren, hannesw, jlaskey
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip