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
Thu, 26 Mar 2015 11:59:41 +0530 8076039: Remove the unused internal API sun.reflect.misc.FieldUtil.getDeclaredFields
sadayapalam [Thu, 26 Mar 2015 11:59:41 +0530] rev 29717
8076039: Remove the unused internal API sun.reflect.misc.FieldUtil.getDeclaredFields Reviewed-by: mchung, hawtin
Thu, 26 Mar 2015 16:17:33 +0100 8076060: Improve make bootstrap process
ihse [Thu, 26 Mar 2015 16:17:33 +0100] rev 29716
8076060: Improve make bootstrap process Reviewed-by: erikj
Wed, 04 Mar 2015 17:35:40 -0800 8074578: Document memory visibility effects of Unsafe compareAndSwap methods
martin [Wed, 04 Mar 2015 17:35:40 -0800] rev 29715
8074578: Document memory visibility effects of Unsafe compareAndSwap methods Reviewed-by: psandoz, jrose, dholmes
Tue, 10 Mar 2015 14:23:03 -0700 8075774: Small readability and performance improvements for zipfs
martin [Tue, 10 Mar 2015 14:23:03 -0700] rev 29714
8075774: Small readability and performance improvements for zipfs Reviewed-by: sherman, alanb
Wed, 25 Mar 2015 15:36:43 -0700 8073158: zip files with total entry count 0xFFFF need not be ZIP64 files
martin [Wed, 25 Mar 2015 15:36:43 -0700] rev 29713
8073158: zip files with total entry count 0xFFFF need not be ZIP64 files Summary: Minor rewrite of crufty zip implementation in parse_manifest.c Reviewed-by: sherman
Wed, 25 Mar 2015 15:42:41 +0000 8075959: Change parameter names in some IOException subclasses
prappo [Wed, 25 Mar 2015 15:42:41 +0000] rev 29712
8075959: Change parameter names in some IOException subclasses Reviewed-by: rriggs
Wed, 08 Apr 2015 13:12:49 -0700 Added tag jdk9-b58 for changeset 0be5c0da08ef
katleman [Wed, 08 Apr 2015 13:12:49 -0700] rev 29711
Added tag jdk9-b58 for changeset 0be5c0da08ef
Wed, 05 Jul 2017 20:26:53 +0200 Merge
duke [Wed, 05 Jul 2017 20:26:53 +0200] rev 29710
Merge
Wed, 08 Apr 2015 14:32:11 -0700 Merge
lana [Wed, 08 Apr 2015 14:32:11 -0700] rev 29709
Merge
Fri, 03 Apr 2015 16:34:51 -0700 Merge
lana [Fri, 03 Apr 2015 16:34:51 -0700] rev 29708
Merge
Tue, 31 Mar 2015 11:13:08 -0700 Merge
amurillo [Tue, 31 Mar 2015 11:13:08 -0700] rev 29707
Merge
Thu, 26 Mar 2015 13:54:11 -0700 Merge
amurillo [Thu, 26 Mar 2015 13:54:11 -0700] rev 29706
Merge
Thu, 26 Mar 2015 14:42:13 +0100 Merge
jwilhelm [Thu, 26 Mar 2015 14:42:13 +0100] rev 29705
Merge
Wed, 25 Mar 2015 19:50:00 +0100 8076012: SA don't support flags of type size_t
jwilhelm [Wed, 25 Mar 2015 19:50:00 +0100] rev 29704
8076012: SA don't support flags of type size_t Summary: Added support for flags of type size_t in VM.Flags Reviewed-by: sla, kbarrett
Wed, 25 Mar 2015 10:13:56 +0100 8075829: Move CSpaceCounters implementation to cSpaceCounters.cpp
stefank [Wed, 25 Mar 2015 10:13:56 +0100] rev 29703
8075829: Move CSpaceCounters implementation to cSpaceCounters.cpp Reviewed-by: jwilhelm, brutisso
Wed, 25 Mar 2015 10:08:09 +0100 8075809: Add missing includes of stack.inline.hpp
stefank [Wed, 25 Mar 2015 10:08:09 +0100] rev 29702
8075809: Add missing includes of stack.inline.hpp Reviewed-by: jmasa, pliden
Tue, 24 Mar 2015 11:21:21 +0100 8075803: Fix GC includes and forward declarations
stefank [Tue, 24 Mar 2015 11:21:21 +0100] rev 29701
8075803: Fix GC includes and forward declarations Reviewed-by: pliden, mgerdin
Tue, 24 Mar 2015 13:49:56 +0100 8075511: Enable -Woverloaded-virtual C++ warning for HotSpot build
mgerdin [Tue, 24 Mar 2015 13:49:56 +0100] rev 29700
8075511: Enable -Woverloaded-virtual C++ warning for HotSpot build Reviewed-by: erikj, simonis, ehelin
Tue, 24 Mar 2015 10:24:31 +0100 8075735: Missing include causes minimal build failure
sjohanss [Tue, 24 Mar 2015 10:24:31 +0100] rev 29699
8075735: Missing include causes minimal build failure Summary: Added the missing include. Reviewed-by: jprovino, dholmes, stefank
Mon, 23 Mar 2015 22:08:14 +0100 Merge
jwilhelm [Mon, 23 Mar 2015 22:08:14 +0100] rev 29698
Merge
Tue, 03 Mar 2015 18:01:27 +0100 8074459: Flags handling memory sizes should be of type size_t
jwilhelm [Tue, 03 Mar 2015 18:01:27 +0100] rev 29697
8074459: Flags handling memory sizes should be of type size_t Summary: Changed the type to size_t for flags that handles memory sizes Reviewed-by: kbarrett, tschatzl
Mon, 02 Mar 2015 11:08:09 +0100 8073944: Simplify ArgumentsExt and remove unneeded functionallity
sjohanss [Mon, 02 Mar 2015 11:08:09 +0100] rev 29696
8073944: Simplify ArgumentsExt and remove unneeded functionallity Reviewed-by: kbarrett, dholmes
Mon, 23 Mar 2015 12:18:20 +0100 8067891: Remove vestigal G1SATBCT barrier set kind
jprovino [Mon, 23 Mar 2015 12:18:20 +0100] rev 29695
8067891: Remove vestigal G1SATBCT barrier set kind Summary: Remove all case statements specifying G1SATBCT Reviewed-by: tschatzl, kbarrett
Thu, 19 Mar 2015 15:25:54 +0100 8027962: Per-phase timing measurements for strong roots processing
brutisso [Thu, 19 Mar 2015 15:25:54 +0100] rev 29694
8027962: Per-phase timing measurements for strong roots processing Reviewed-by: tschatzl, ecaspole
Mon, 01 Dec 2014 15:24:56 +0100 8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap
mgerdin [Mon, 01 Dec 2014 15:24:56 +0100] rev 29693
8075210: Refactor strong root processing in order to allow G1 to evolve separately from GenCollectedHeap Summary: Create a G1RootProcessor and move SharedHeap root processing to GenCollectedHeap Reviewed-by: brutisso, tschatzl, ehelin
Thu, 19 Mar 2015 10:29:36 +0000 Merge
ehelin [Thu, 19 Mar 2015 10:29:36 +0000] rev 29692
Merge
Tue, 03 Mar 2015 19:47:49 -0500 8073994: STATIC_ASSERT use of __LINE__ is wrong
kbarrett [Tue, 03 Mar 2015 19:47:49 -0500] rev 29691
8073994: STATIC_ASSERT use of __LINE__ is wrong Reviewed-by: dholmes, ehelin
Wed, 18 Mar 2015 10:51:00 +0100 8075416: Cleanup GC include dependencies in memoryPool.hpp
stefank [Wed, 18 Mar 2015 10:51:00 +0100] rev 29690
8075416: Cleanup GC include dependencies in memoryPool.hpp Reviewed-by: ehelin, mgerdin
Tue, 17 Mar 2015 15:53:55 +0100 8075249: Cleanup forward_to_atomic and ClaimedForwardPtr
stefank [Tue, 17 Mar 2015 15:53:55 +0100] rev 29689
8075249: Cleanup forward_to_atomic and ClaimedForwardPtr Reviewed-by: kbarrett, brutisso
Tue, 17 Mar 2015 14:18:52 +0100 8075247: Cleanup specialized_oop_closures.hpp
stefank [Tue, 17 Mar 2015 14:18:52 +0100] rev 29688
8075247: Cleanup specialized_oop_closures.hpp Reviewed-by: mgerdin, brutisso, tschatzl
Tue, 17 Mar 2015 13:23:49 +0100 8075242: Remove SpecializationStats
stefank [Tue, 17 Mar 2015 13:23:49 +0100] rev 29687
8075242: Remove SpecializationStats Reviewed-by: brutisso, mgerdin
Mon, 16 Mar 2015 18:13:35 +0100 Merge
jwilhelm [Mon, 16 Mar 2015 18:13:35 +0100] rev 29686
Merge
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip