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
Tue, 02 Apr 2013 13:55:49 +0200 8011219: Regression with recent PropertyMap history changes
hannesw [Tue, 02 Apr 2013 13:55:49 +0200] rev 16759
8011219: Regression with recent PropertyMap history changes Reviewed-by: jlaskey, lagergren
Sun, 31 Mar 2013 08:19:11 -0300 8011095: PropertyHashMap.rehash() does not grow enough
jlaskey [Sun, 31 Mar 2013 08:19:11 -0300] rev 16758
8011095: PropertyHashMap.rehash() does not grow enough Reviewed-by: hannesw, lagergren Contributed-by: james.laskey@oracle.com
Fri, 29 Mar 2013 18:38:27 +0530 8011063: With older ant, we get the error "The <property> type doesn't support nested text data ("${run.te...jvmargs}")."
sundar [Fri, 29 Mar 2013 18:38:27 +0530] rev 16757
8011063: With older ant, we get the error "The <property> type doesn't support nested text data ("${run.te...jvmargs}")." Reviewed-by: hannesw, ksrini
Fri, 29 Mar 2013 08:55:05 +0100 8010995: The bug ID 8010710 accidentally got two digits transposed in the checkin and unit test name
lagergren [Fri, 29 Mar 2013 08:55:05 +0100] rev 16756
8010995: The bug ID 8010710 accidentally got two digits transposed in the checkin and unit test name Reviewed-by: hannesw, sundar
Thu, 28 Mar 2013 20:48:25 +0530 8010924: Dealing with undefined property gets you a fatal stack
sundar [Thu, 28 Mar 2013 20:48:25 +0530] rev 16755
8010924: Dealing with undefined property gets you a fatal stack Reviewed-by: lagergren, jlaskey
Thu, 11 Apr 2013 09:40:24 -0700 Added tag jdk8-b85 for changeset 769940c9fbc4
katleman [Thu, 11 Apr 2013 09:40:24 -0700] rev 16754
Added tag jdk8-b85 for changeset 769940c9fbc4
Wed, 05 Jul 2017 18:50:02 +0200 Merge
duke [Wed, 05 Jul 2017 18:50:02 +0200] rev 16753
Merge
Thu, 11 Apr 2013 09:39:48 -0700 Added tag jdk8-b85 for changeset ad477d409ae8
katleman [Thu, 11 Apr 2013 09:39:48 -0700] rev 16752
Added tag jdk8-b85 for changeset ad477d409ae8
Wed, 05 Jul 2017 18:49:58 +0200 Merge
duke [Wed, 05 Jul 2017 18:49:58 +0200] rev 16751
Merge
Tue, 16 Apr 2013 15:00:19 -0700 Merge
katleman [Tue, 16 Apr 2013 15:00:19 -0700] rev 16750
Merge
Mon, 15 Apr 2013 14:20:45 -0700 Merge
katleman [Mon, 15 Apr 2013 14:20:45 -0700] rev 16749
Merge
Fri, 12 Apr 2013 15:22:33 -0700 8012048: JDK8 b85 source with GPL header errors
katleman [Fri, 12 Apr 2013 15:22:33 -0700] rev 16748
8012048: JDK8 b85 source with GPL header errors Reviewed-by: iris, mduigou, jjg
Tue, 16 Apr 2013 08:14:53 -0700 Merge
lana [Tue, 16 Apr 2013 08:14:53 -0700] rev 16747
Merge
Tue, 09 Apr 2013 15:14:31 -0700 Merge
lana [Tue, 09 Apr 2013 15:14:31 -0700] rev 16746
Merge
Tue, 09 Apr 2013 17:27:47 +0100 8005696: Add CompletableFuture
chegar [Tue, 09 Apr 2013 17:27:47 +0100] rev 16745
8005696: Add CompletableFuture Reviewed-by: chegar, martin
Tue, 09 Apr 2013 15:51:50 +0100 8010393: Update JAX-WS RI to 2.2.9-b12941
alanb [Tue, 09 Apr 2013 15:51:50 +0100] rev 16744
8010393: Update JAX-WS RI to 2.2.9-b12941 Reviewed-by: mullan
Mon, 08 Apr 2013 17:06:20 -0700 6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type
darcy [Mon, 08 Apr 2013 17:06:20 -0700] rev 16743
6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type 6992705: Include modifiers in Class.toGenericString() Summary: Class.toGenericString and supporting changes; additional reviews by Peter Levart Reviewed-by: alanb
Mon, 08 Apr 2013 16:37:35 -0700 8010849: (str) Optimize StringBuilder.append(null)
martin [Mon, 08 Apr 2013 16:37:35 -0700] rev 16742
8010849: (str) Optimize StringBuilder.append(null) Summary: Append 4 chars instead of the string "null" Reviewed-by: mduigou, forax, jgish
Mon, 08 Apr 2013 15:29:24 -0400 8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java
lancea [Mon, 08 Apr 2013 15:29:24 -0400] rev 16741
8006036: (process) cleanup code in java/lang/Runtime/exec/WinCommand.java Reviewed-by: lancea Contributed-by: Jim Gish <jim.gish@oracle.com>
Fri, 05 Apr 2013 18:20:12 -0700 8011590: More tests for core reflection modeling of default methods
darcy [Fri, 05 Apr 2013 18:20:12 -0700] rev 16740
8011590: More tests for core reflection modeling of default methods Reviewed-by: mduigou
Fri, 05 Apr 2013 17:15:59 -0700 8011602: jobjc build failure on Mac
dxu [Fri, 05 Apr 2013 17:15:59 -0700] rev 16739
8011602: jobjc build failure on Mac Summary: Remove @Native annotation from macosx/native/jobjc/src/core/java/com/apple/jobjc/Coder.java Reviewed-by: mchung, dholmes
Fri, 05 Apr 2013 14:51:24 -0700 Merge
lana [Fri, 05 Apr 2013 14:51:24 -0700] rev 16738
Merge
Fri, 05 Apr 2013 12:12:34 -0700 5001942: Missings SOCKS support for direct connections
khazra [Fri, 05 Apr 2013 12:12:34 -0700] rev 16737
5001942: Missings SOCKS support for direct connections Summary: Add support for socksNonProxyHosts Reviewed-by: chegar, khazra Contributed-by: Christos Zoulas <christos@zoulas.com>
Fri, 05 Apr 2013 10:41:46 -0700 8011380: FX dependency on PlatformLogger broken by 8010309
mchung [Fri, 05 Apr 2013 10:41:46 -0700] rev 16736
8011380: FX dependency on PlatformLogger broken by 8010309 Reviewed-by: alanb
Thu, 04 Apr 2013 20:05:47 -0700 7155720: PKCS11 minor issues in native code
valeriep [Thu, 04 Apr 2013 20:05:47 -0700] rev 16735
7155720: PKCS11 minor issues in native code Summary: Added OOM handling to address the two issues found by parfait. Reviewed-by: weijun
Thu, 04 Apr 2013 15:39:17 -0700 8000406: change files using @GenerateNativeHeader to use @Native
dxu [Thu, 04 Apr 2013 15:39:17 -0700] rev 16734
8000406: change files using @GenerateNativeHeader to use @Native Summary: Use @Native annotation to mark constants interested by native codes Reviewed-by: alanb, anthony, prr
Wed, 03 Apr 2013 10:32:38 -0700 7091601: Arabic Locale: can not set type of digit in application level
naoto [Wed, 03 Apr 2013 10:32:38 -0700] rev 16733
7091601: Arabic Locale: can not set type of digit in application level Reviewed-by: okutsu
Wed, 03 Apr 2013 12:47:15 -0400 8011393: Typo in javadoc for SerialClob.truncate
lancea [Wed, 03 Apr 2013 12:47:15 -0400] rev 16732
8011393: Typo in javadoc for SerialClob.truncate Reviewed-by: darcy
Wed, 03 Apr 2013 13:41:12 +0100 8011373: Property java.runtime.profile should be removed (left-over code)
alanb [Wed, 03 Apr 2013 13:41:12 +0100] rev 16731
8011373: Property java.runtime.profile should be removed (left-over code) Reviewed-by: lancea, dholmes
Wed, 03 Apr 2013 13:15:39 +0100 8011234: Performance regression with ftp protocol when uploading in image mode
alanb [Wed, 03 Apr 2013 13:15:39 +0100] rev 16730
8011234: Performance regression with ftp protocol when uploading in image mode Reviewed-by: chegar
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip