Mon, 23 Mar 2015 09:48:37 +0530 7040592: Gen.java: fix code for handling 'null' literal when expected type is array
sadayapalam [Mon, 23 Mar 2015 09:48:37 +0530] rev 29777
7040592: Gen.java: fix code for handling 'null' literal when expected type is array Summary: Eliminate needless checkcast when null is assigned to a multi-dimensional array typedobject Reviewed-by: mcimadamore
Mon, 30 Mar 2015 17:09:14 +0530 8062373: Project Coin: diamond and anonymous classes
sadayapalam [Mon, 30 Mar 2015 17:09:14 +0530] rev 29776
8062373: Project Coin: diamond and anonymous classes Summary: Allow diamond inference in combination with anonymous class instance creation Reviewed-by: mcimadamore, vromero Contributed-by: srikanth.adayapalam@oracle.com, maurizio.cimadamore@oracle.com
Sat, 28 Mar 2015 10:18:27 -0700 8076026: DocTree should parse hyphenated attributes correctly
bpatel [Sat, 28 Mar 2015 10:18:27 -0700] rev 29775
8076026: DocTree should parse hyphenated attributes correctly Reviewed-by: jjg, ksrini
Fri, 27 Mar 2015 10:11:21 -0700 8075184: javac is mistakenly considering an missing enclosing instance error as an overload error
vromero [Fri, 27 Mar 2015 10:11:21 -0700] rev 29774
8075184: javac is mistakenly considering an missing enclosing instance error as an overload error Reviewed-by: mcimadamore
Thu, 26 Mar 2015 16:17:36 +0100 8076060: Improve make bootstrap process
ihse [Thu, 26 Mar 2015 16:17:36 +0100] rev 29773
8076060: Improve make bootstrap process Reviewed-by: erikj
Thu, 26 Mar 2015 11:34:50 +0100 8054220: Debugger doesn't show variables *outside* lambda
jlahoda [Thu, 26 Mar 2015 11:34:50 +0100] rev 29772
8054220: Debugger doesn't show variables *outside* lambda 8058227: Debugger has no access to outer variables inside Lambda Summary: Put local variables captured by lambda into the lambda method's LocalVariableTable. Reviewed-by: mcimadamore, rfield
Wed, 08 Apr 2015 13:12:52 -0700 Added tag jdk9-b58 for changeset 818af936c30a
katleman [Wed, 08 Apr 2015 13:12:52 -0700] rev 29771
Added tag jdk9-b58 for changeset 818af936c30a
Wed, 05 Jul 2017 20:27:20 +0200 Merge
duke [Wed, 05 Jul 2017 20:27:20 +0200] rev 29770
Merge
Wed, 08 Apr 2015 13:12:48 -0700 Added tag jdk9-b58 for changeset 06cbde9af956
katleman [Wed, 08 Apr 2015 13:12:48 -0700] rev 29769
Added tag jdk9-b58 for changeset 06cbde9af956
Wed, 05 Jul 2017 20:27:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:27:15 +0200] rev 29768
Merge
Wed, 08 Apr 2015 14:31:44 -0700 Merge
lana [Wed, 08 Apr 2015 14:31:44 -0700] rev 29767
Merge
Fri, 03 Apr 2015 16:33:10 -0700 Merge
lana [Fri, 03 Apr 2015 16:33:10 -0700] rev 29766
Merge
Wed, 01 Apr 2015 17:07:50 +0300 8073385: Bad error message on parsing illegal character in XML attribute
aefimov [Wed, 01 Apr 2015 17:07:50 +0300] rev 29765
8073385: Bad error message on parsing illegal character in XML attribute Reviewed-by: joehw
Wed, 01 Apr 2015 16:01:10 +0300 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
aefimov [Wed, 01 Apr 2015 16:01:10 +0300] rev 29764
8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297 Reviewed-by: joehw
Mon, 30 Mar 2015 14:54:57 +0300 8074297: substring in XSLT returns wrong character if string contains supplementary chars
aefimov [Mon, 30 Mar 2015 14:54:57 +0300] rev 29763
8074297: substring in XSLT returns wrong character if string contains supplementary chars Reviewed-by: joehw
Wed, 08 Apr 2015 13:12:48 -0700 Added tag jdk9-b58 for changeset 7a40f7a19fd2
katleman [Wed, 08 Apr 2015 13:12:48 -0700] rev 29762
Added tag jdk9-b58 for changeset 7a40f7a19fd2
Wed, 05 Jul 2017 20:27:10 +0200 Merge
duke [Wed, 05 Jul 2017 20:27:10 +0200] rev 29761
Merge
Wed, 08 Apr 2015 14:31:51 -0700 Merge
lana [Wed, 08 Apr 2015 14:31:51 -0700] rev 29760
Merge
Fri, 03 Apr 2015 16:35:42 -0700 Merge
lana [Fri, 03 Apr 2015 16:35:42 -0700] rev 29759
Merge
Fri, 03 Apr 2015 19:09:34 +0530 8076646: nashorn tests should avoid using package names used by nashorn sources
sundar [Fri, 03 Apr 2015 19:09:34 +0530] rev 29758
8076646: nashorn tests should avoid using package names used by nashorn sources Reviewed-by: hannesw
Thu, 26 Mar 2015 22:13:41 +0100 8075231: Typed array setters are very slow when index exceeds capacity
hannesw [Thu, 26 Mar 2015 22:13:41 +0100] rev 29757
8075231: Typed array setters are very slow when index exceeds capacity Reviewed-by: attila, lagergren
Thu, 26 Mar 2015 21:39:25 +0100 8075366: Slow scope access to global let/const does not work
hannesw [Thu, 26 Mar 2015 21:39:25 +0100] rev 29756
8075366: Slow scope access to global let/const does not work Reviewed-by: sundar, attila, lagergren
Thu, 26 Mar 2015 16:17:38 +0100 8076060: Improve make bootstrap process
ihse [Thu, 26 Mar 2015 16:17:38 +0100] rev 29755
8076060: Improve make bootstrap process Reviewed-by: erikj
Wed, 25 Mar 2015 17:43:55 +0100 8073868: Regex matching causes java.lang.ArrayIndexOutOfBoundsException: 64
hannesw [Wed, 25 Mar 2015 17:43:55 +0100] rev 29754
8073868: Regex matching causes java.lang.ArrayIndexOutOfBoundsException: 64 Reviewed-by: attila, lagergren
Wed, 08 Apr 2015 13:12:53 -0700 Added tag jdk9-b58 for changeset 9a2cca215a5c
katleman [Wed, 08 Apr 2015 13:12:53 -0700] rev 29753
Added tag jdk9-b58 for changeset 9a2cca215a5c
Wed, 05 Jul 2017 20:27:05 +0200 Merge
duke [Wed, 05 Jul 2017 20:27:05 +0200] rev 29752
Merge
Wed, 08 Apr 2015 13:12:45 -0700 Added tag jdk9-b58 for changeset 88f08214516a
katleman [Wed, 08 Apr 2015 13:12:45 -0700] rev 29751
Added tag jdk9-b58 for changeset 88f08214516a
Wed, 05 Jul 2017 20:27:01 +0200 Merge
duke [Wed, 05 Jul 2017 20:27:01 +0200] rev 29750
Merge
Wed, 08 Apr 2015 14:32:34 -0700 Merge
lana [Wed, 08 Apr 2015 14:32:34 -0700] rev 29749
Merge
Fri, 03 Apr 2015 16:37:06 -0700 Merge
lana [Fri, 03 Apr 2015 16:37:06 -0700] rev 29748
Merge
Fri, 03 Apr 2015 15:23:02 -0700 8076583: move jdk.Exported from langtools to jdk
jjg [Fri, 03 Apr 2015 15:23:02 -0700] rev 29747
8076583: move jdk.Exported from langtools to jdk Reviewed-by: darcy, alanb, tbell, mchung, jlahoda
Fri, 03 Apr 2015 16:09:49 +0100 8076644: MulticastSendReceiveTests.java fails with NumberFormatException due to network interference
chegar [Fri, 03 Apr 2015 16:09:49 +0100] rev 29746
8076644: MulticastSendReceiveTests.java fails with NumberFormatException due to network interference Reviewed-by: alanb
Fri, 03 Apr 2015 00:00:16 -0700 8076632: Remove duplicate tests: FDTest, MethodReferenceTest and more -- follow-on (completion)
rfield [Fri, 03 Apr 2015 00:00:16 -0700] rev 29745
8076632: Remove duplicate tests: FDTest, MethodReferenceTest and more -- follow-on (completion) Summary: Remove certain lambda tests from the JDK repo which also exist in the langtools repo Reviewed-by: rfield Contributed-by: amy.lu@oracle.com
Thu, 02 Apr 2015 17:32:05 -0700 8075304: Remove duplicate test: FDTest
rfield [Thu, 02 Apr 2015 17:32:05 -0700] rev 29744
8075304: Remove duplicate test: FDTest Summary: Remove certain lambda tests from the JDK repo which also exist in the langtools repo Reviewed-by: rfield Contributed-by: amy.lu@oracle.com
Thu, 02 Apr 2015 12:33:03 -0700 8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find.
bchristi [Thu, 02 Apr 2015 12:33:03 -0700] rev 29743
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find. Summary: Throw ConcurrentModificationException from computeIfAbsent() & friends Reviewed-by: chegar, psandoz
Thu, 02 Apr 2015 11:54:33 -0700 8074840: Resolve disabled warnings for libjli and libjli_static
mikael [Thu, 02 Apr 2015 11:54:33 -0700] rev 29742
8074840: Resolve disabled warnings for libjli and libjli_static Reviewed-by: dholmes, ksrini
Thu, 02 Apr 2015 14:25:27 -0400 8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800
rriggs [Thu, 02 Apr 2015 14:25:27 -0400] rev 29741
8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800 Reviewed-by: igerasim, rriggs Contributed-by: nadeesh.tv@oracle.com
Thu, 02 Apr 2015 16:24:46 +0200 7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable
dfuchs [Thu, 02 Apr 2015 16:24:46 +0200] rev 29740
7113878: LogManager - namedLoggers should be ConcurrentHashMap instead of Hashtable Summary: namedLoggers is now a ConcurrentHashMap. findLogger is updated to take benefit of the change. Reviewed-by: dholmes, lancea, martin, mchung, plevart Contributed-by: Peter Levart <peter.levart@gmail.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
Thu, 02 Apr 2015 11:42:07 +0200 8075810: LogManager.readConfiguration may throw undocumented IllegalArgumentException
dfuchs [Thu, 02 Apr 2015 11:42:07 +0200] rev 29739
8075810: LogManager.readConfiguration may throw undocumented IllegalArgumentException Summary: LogManager.readConfiguration will wrap the IllegalArgumentException thrown by Properties.load inside an IOException. Reviewed-by: lancea, mchung, rriggs
Wed, 01 Apr 2015 16:01:41 +0300 8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297
aefimov [Wed, 01 Apr 2015 16:01:41 +0300] rev 29738
8076290: JCK test api/xsl/conf/string/string17 starts failing after JDK-8074297 Reviewed-by: joehw
Tue, 31 Mar 2015 16:17:17 -0700 Merge
ddehaven [Tue, 31 Mar 2015 16:17:17 -0700] rev 29737
Merge
Wed, 25 Mar 2015 12:37:36 +0400 8075244: [macosx] The fix for JDK-8043869 should be reworked
alexsch [Wed, 25 Mar 2015 12:37:36 +0400] rev 29736
8075244: [macosx] The fix for JDK-8043869 should be reworked Reviewed-by: prr, serb, ant
Tue, 24 Mar 2015 11:00:32 -0700 Merge
ddehaven [Tue, 24 Mar 2015 11:00:32 -0700] rev 29735
Merge
Tue, 24 Mar 2015 10:52:08 +0100 8075717: Replace INTERNAL_BUILD with DEBUG in awt
ihse [Tue, 24 Mar 2015 10:52:08 +0100] rev 29734
8075717: Replace INTERNAL_BUILD with DEBUG in awt Reviewed-by: serb, azvegint
Mon, 23 Mar 2015 11:19:41 +0300 8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF
bae [Mon, 23 Mar 2015 11:19:41 +0300] rev 29733
8074954: ImageInputStreamImpl.readShort/readInt do not behave correctly at EOF Reviewed-by: prr, serb
Wed, 18 Mar 2015 15:03:16 +0400 4473075: JTable header rendering problem (after setting preferred size)
alexsch [Wed, 18 Mar 2015 15:03:16 +0400] rev 29732
4473075: JTable header rendering problem (after setting preferred size) Reviewed-by: alexsch, serb Contributed-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Wed, 18 Mar 2015 10:30:22 +0300 8074807: Fix some tests unnecessary using internal API
yan [Wed, 18 Mar 2015 10:30:22 +0300] rev 29731
8074807: Fix some tests unnecessary using internal API Reviewed-by: azvegint, alexsch
Tue, 17 Mar 2015 15:18:11 -0700 8075277: JDK is still building X11 related Java files on OSX
prr [Tue, 17 Mar 2015 15:18:11 -0700] rev 29730
8075277: JDK is still building X11 related Java files on OSX Reviewed-by: ihse, erikj, serb
Tue, 17 Mar 2015 14:38:54 -0700 Merge
prr [Tue, 17 Mar 2015 14:38:54 -0700] rev 29729
Merge
Tue, 17 Mar 2015 14:38:22 +0400 8040328: JSlider has wrong preferred size with Synth LAF
alexsch [Tue, 17 Mar 2015 14:38:22 +0400] rev 29728
8040328: JSlider has wrong preferred size with Synth LAF Reviewed-by: alexsch, ant Contributed-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Mon, 16 Mar 2015 20:32:45 +0300 8073008: press-and-hold input method for accented characters works incorrectly on OS X
anashaty [Mon, 16 Mar 2015 20:32:45 +0300] rev 29727
8073008: press-and-hold input method for accented characters works incorrectly on OS X Reviewed-by: azvegint, alexp
Thu, 12 Mar 2015 08:57:51 -0700 8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues
serb [Thu, 12 Mar 2015 08:57:51 -0700] rev 29726
8074668: [macosx] Mac 10.10: Application run with splash screen has focus issues Reviewed-by: prr, ant, alexsch
Mon, 30 Mar 2015 09:46:05 -0700 8076105: java/util/zip/EntryCount64k.java failing after push for JDK-8073158
martin [Mon, 30 Mar 2015 09:46:05 -0700] rev 29725
8076105: java/util/zip/EntryCount64k.java failing after push for JDK-8073158 Summary: Fix Windows newline problem; write enclosing class file for MacOSX Reviewed-by: sherman, alanb
Mon, 30 Mar 2015 09:49:26 -0400 7021006: (process) Remove disabled clone-exec feature
rriggs [Mon, 30 Mar 2015 09:49:26 -0400] rev 29724
7021006: (process) Remove disabled clone-exec feature Summary: Remove clone implemention on Unix Reviewed-by: martin, alanb, dholmes
Mon, 30 Mar 2015 09:45:39 -0400 8076184: Cleanup compile/link warnings on Solaris
rriggs [Mon, 30 Mar 2015 09:45:39 -0400] rev 29723
8076184: Cleanup compile/link warnings on Solaris Summary: Cleanup reorder-sparc* and jni_util.c files Reviewed-by: erikj, alanb
Mon, 30 Mar 2015 15:57:39 +0300 8075667: (tz) Support tzdata2015b
aefimov [Mon, 30 Mar 2015 15:57:39 +0300] rev 29722
8075667: (tz) Support tzdata2015b Reviewed-by: okutsu
Mon, 30 Mar 2015 14:52:24 +0300 8074297: substring in XSLT returns wrong character if string contains supplementary chars
aefimov [Mon, 30 Mar 2015 14:52:24 +0300] rev 29721
8074297: substring in XSLT returns wrong character if string contains supplementary chars Reviewed-by: joehw
Mon, 30 Mar 2015 16:31:18 +0900 8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
okutsu [Mon, 30 Mar 2015 16:31:18 +0900] rev 29720
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM" Reviewed-by: naoto
Fri, 27 Mar 2015 19:13:47 +0000 8059588: deadlock in java/io/PrintStream when verbose javax.net.debug flags are set
coffeys [Fri, 27 Mar 2015 19:13:47 +0000] rev 29719
8059588: deadlock in java/io/PrintStream when verbose javax.net.debug flags are set Reviewed-by: mullan
Thu, 26 Mar 2015 19:25:48 -0400 8072740: move closed jvm.cfg files out of open repo
dholmes [Thu, 26 Mar 2015 19:25:48 -0400] rev 29718
8072740: move closed jvm.cfg files out of open repo Reviewed-by: erikj, ihse, dlong
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip