Thu, 29 Nov 2012 14:09:45 -0800 6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation
mduigou [Thu, 29 Nov 2012 14:09:45 -0800] rev 14686
6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation Summary: It is not necessary to extract the value array with toCharArray. The value array can now be used directly. Reviewed-by: alanb
Thu, 29 Nov 2012 14:07:47 -0800 7175464: entrySetView field is never updated in NavigableSubMap
mduigou [Thu, 29 Nov 2012 14:07:47 -0800] rev 14685
7175464: entrySetView field is never updated in NavigableSubMap Summary: The method entrySet() in AscendingSubMap and DescendingSubMap failed to cache the entrySetView. Reviewed-by: alanb, psandoz
Thu, 29 Nov 2012 17:03:52 +0000 8004141: UnsafeStaticFieldAccessorImpl#base should be final
shade [Thu, 29 Nov 2012 17:03:52 +0000] rev 14684
8004141: UnsafeStaticFieldAccessorImpl#base should be final Reviewed-by: chegar, alanb Contributed-by: peter.levart@gmail.com
Thu, 29 Nov 2012 12:28:02 +0000 8003380: Compiler warnings in logging test code
jgish [Thu, 29 Nov 2012 12:28:02 +0000] rev 14683
8003380: Compiler warnings in logging test code Summary: Use generics, suppress warnings where appropriate, remove unused imports, etc. Reviewed-by: lancea, chegar
Thu, 29 Nov 2012 09:47:31 +0000 Merge
michaelm [Thu, 29 Nov 2012 09:47:31 +0000] rev 14682
Merge
Thu, 29 Nov 2012 09:41:20 +0000 7200720: crash in net.dll during NTLM authentication
michaelm [Thu, 29 Nov 2012 09:41:20 +0000] rev 14681
7200720: crash in net.dll during NTLM authentication Reviewed-by: chegar, dsamersoff
Wed, 28 Nov 2012 10:50:54 -0800 8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging
mchung [Wed, 28 Nov 2012 10:50:54 -0800] rev 14680
8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging Reviewed-by: alanb, dholmes
Wed, 28 Nov 2012 10:49:15 -0800 8003851: MethodHandleNatives dependency on java.sql.DriverManager
mchung [Wed, 28 Nov 2012 10:49:15 -0800] rev 14679
8003851: MethodHandleNatives dependency on java.sql.DriverManager Reviewed-by: alanb, dholmes
Wed, 28 Nov 2012 10:08:31 -0800 Merge
dfuchs [Wed, 28 Nov 2012 10:08:31 -0800] rev 14678
Merge
Wed, 28 Nov 2012 15:14:47 +0100 8003476: Cleanup warnings in com.sun.jmx.snmp code
dfuchs [Wed, 28 Nov 2012 15:14:47 +0100] rev 14677
8003476: Cleanup warnings in com.sun.jmx.snmp code Reviewed-by: alanb, smarks
Wed, 28 Nov 2012 09:21:37 -0800 7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
jfranck [Wed, 28 Nov 2012 09:21:37 -0800] rev 14676
7154390: Add support for repeating annotations in j.l.r.AnnotatedElement Reviewed-by: darcy
Wed, 28 Nov 2012 05:18:57 -0800 8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg()
xuelei [Wed, 28 Nov 2012 05:18:57 -0800] rev 14675
8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg() Summary: certification verification in HandshakeHash was abandoned during TLS 1.2 implementation Reviewed-by: xuelei, weijun Contributed-by: Florian Weimer <fweimer@redhat.com>
Tue, 27 Nov 2012 22:07:11 -0800 8004088: hg push for bug#4235519 failed to push all files
sherman [Tue, 27 Nov 2012 22:07:11 -0800] rev 14674
8004088: hg push for bug#4235519 failed to push all files Summary: pushed all base64 files Reviewed-by: alanb, mduigou
Tue, 27 Nov 2012 21:51:26 -0800 4235519: Make sun.misc.BASE64{De,En}coder classes public
sherman [Tue, 27 Nov 2012 21:51:26 -0800] rev 14673
4235519: Make sun.misc.BASE64{De,En}coder classes public Summary: to add java.util.Base64 Reviewed-by: alanb, mduigou
Wed, 28 Nov 2012 00:47:38 +0000 8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
robm [Wed, 28 Nov 2012 00:47:38 +0000] rev 14672
8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests Reviewed-by: chegar
Tue, 27 Nov 2012 17:15:19 +0000 8003833: Spurious NPE from Socket.getIn/OutputStream
chegar [Tue, 27 Nov 2012 17:15:19 +0000] rev 14671
8003833: Spurious NPE from Socket.getIn/OutputStream Reviewed-by: alanb, dsamersoff
Mon, 26 Nov 2012 15:08:13 -0800 8001634: Initial set of functional interface types
mduigou [Mon, 26 Nov 2012 15:08:13 -0800] rev 14670
8001634: Initial set of functional interface types Summary: Add the core functional interfaces used by the JSR335 libraries. Reviewed-by: dholmes, briangoetz, darcy
Mon, 26 Nov 2012 08:34:25 -0500 Merge
mullan [Mon, 26 Nov 2012 08:34:25 -0500] rev 14669
Merge
Mon, 26 Nov 2012 08:23:20 -0500 Merge
mullan [Mon, 26 Nov 2012 08:23:20 -0500] rev 14668
Merge
Mon, 26 Nov 2012 08:12:19 -0500 7167056: Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid
mullan [Mon, 26 Nov 2012 08:12:19 -0500] rev 14667
7167056: Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid Reviewed-by: weijun, xuelei
Mon, 26 Nov 2012 15:54:39 +0400 7162111: TEST_BUG: change tests run in headless mode [macosx] (open)
uta [Mon, 26 Nov 2012 15:54:39 +0400] rev 14666
7162111: TEST_BUG: change tests run in headless mode [macosx] (open) Summary: In problem tests detection of AWT headless mode was introduced or AWT dependence was removed. Reviewed-by: alanb
Sat, 24 Nov 2012 04:27:28 -0800 8003951: Removes unused variables in sun.security.ssl
xuelei [Sat, 24 Nov 2012 04:27:28 -0800] rev 14665
8003951: Removes unused variables in sun.security.ssl Reviewed-by: xuelei Contributed-by: Florian Weimer <fweimer@redhat.com>
Sat, 24 Nov 2012 04:09:19 -0800 8003950: Adds missing Override annotations and removes unnecessary imports in sun.security.ssl
xuelei [Sat, 24 Nov 2012 04:09:19 -0800] rev 14664
8003950: Adds missing Override annotations and removes unnecessary imports in sun.security.ssl Reviewed-by: xuelei Contributed-by: Florian Weimer <fweimer@redhat.com>
Sat, 24 Nov 2012 03:34:27 -0800 8001751: Javadoc warnings in JSSE code
xuelei [Sat, 24 Nov 2012 03:34:27 -0800] rev 14663
8001751: Javadoc warnings in JSSE code Reviewed-by: alanb
Fri, 23 Nov 2012 13:07:54 +0400 8003898: X11 toolkit can be chosen as the default toolkit
uta [Fri, 23 Nov 2012 13:07:54 +0400] rev 14662
8003898: X11 toolkit can be chosen as the default toolkit Summary: XToolkit is not selected for any values of system-wide environment variables (ex. DISPLAY). Reviewed-by: anthony, art
Tue, 20 Nov 2012 21:35:18 -0800 7198904: (alt-rt) TreeMap.clone is broken
dbuck [Tue, 20 Nov 2012 21:35:18 -0800] rev 14661
7198904: (alt-rt) TreeMap.clone is broken Summary: Test case for cr7198904. Issue only found in OracleJDK, but test case is valid for OpenJDK as well Reviewed-by: mduigou, dholmes
Tue, 04 Dec 2012 11:41:44 -0800 Merge
lana [Tue, 04 Dec 2012 11:41:44 -0800] rev 14660
Merge
Tue, 04 Dec 2012 14:02:08 +0000 8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
aph [Tue, 04 Dec 2012 14:02:08 +0000] rev 14659
8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c Summary: Code does not check for JNU_GetEnv returning NULL. Reviewed-by: anthony
Tue, 04 Dec 2012 17:17:45 +0400 4631925: JColor Chooser is not fully accessible
jviswana [Tue, 04 Dec 2012 17:17:45 +0400] rev 14658
4631925: JColor Chooser is not fully accessible Reviewed-by: alexsch
Tue, 04 Dec 2012 16:42:19 +0400 8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F
alexsch [Tue, 04 Dec 2012 16:42:19 +0400] rev 14657
8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F Reviewed-by: serb
Tue, 04 Dec 2012 15:56:02 +0400 8003830: NPE at BasicTreeUI$Actions.page:4470
alexsch [Tue, 04 Dec 2012 15:56:02 +0400] rev 14656
8003830: NPE at BasicTreeUI$Actions.page:4470 Reviewed-by: serb, alexsch Contributed-by: Jaroslav Tulach <jaroslav.tulach@oracle.com>
Tue, 04 Dec 2012 15:26:57 +0400 6671481: NPE at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
alexsch [Tue, 04 Dec 2012 15:26:57 +0400] rev 14655
6671481: NPE at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection Reviewed-by: serb
Fri, 30 Nov 2012 17:09:05 -0800 Merge
lana [Fri, 30 Nov 2012 17:09:05 -0800] rev 14654
Merge
Fri, 30 Nov 2012 12:39:37 +0000 7124242: [macosx] Test doesn't work because of the frame round corners in the LaF
kshefov [Fri, 30 Nov 2012 12:39:37 +0000] rev 14653
7124242: [macosx] Test doesn't work because of the frame round corners in the LaF Reviewed-by: anthony, yan, alexsch
Thu, 29 Nov 2012 07:42:23 -0500 8000423: Diacritic is not applyed to a base letter on Linux
alexsch [Thu, 29 Nov 2012 07:42:23 -0500] rev 14652
8000423: Diacritic is not applyed to a base letter on Linux Reviewed-by: anthony, serb
Tue, 27 Nov 2012 17:03:19 +0400 8002308: [macosx] 7198229 should be applied to the user action only
serb [Tue, 27 Nov 2012 17:03:19 +0400] rev 14651
8002308: [macosx] 7198229 should be applied to the user action only Reviewed-by: anthony, skovatch
Wed, 21 Nov 2012 20:42:54 +0400 8003273: Missing testcase for 7171812
kizune [Wed, 21 Nov 2012 20:42:54 +0400] rev 14650
8003273: Missing testcase for 7171812 Reviewed-by: art, serb
Wed, 21 Nov 2012 15:58:09 +0400 7154516: [macosx] Popup menus have no visible borders
serb [Wed, 21 Nov 2012 15:58:09 +0400] rev 14649
7154516: [macosx] Popup menus have no visible borders Reviewed-by: anthony, denis
Wed, 21 Nov 2012 15:54:41 +0400 7193214: Consider simplifying CPlatformWindow.setResizable()
serb [Wed, 21 Nov 2012 15:54:41 +0400] rev 14648
7193214: Consider simplifying CPlatformWindow.setResizable() Reviewed-by: anthony, denis
Wed, 21 Nov 2012 15:50:34 +0400 7124552: [macosx] NullPointerException in getBufferStrategy()
serb [Wed, 21 Nov 2012 15:50:34 +0400] rev 14647
7124552: [macosx] NullPointerException in getBufferStrategy() 7124219: [macosx] Unable to draw images to fullscreen Reviewed-by: bae, anthony
Mon, 03 Dec 2012 16:26:47 +0400 7124347: [macosx] java.lang.InternalError: not implemented yet on call Graphics2D.drawRenderedImage
bae [Mon, 03 Dec 2012 16:26:47 +0400] rev 14646
7124347: [macosx] java.lang.InternalError: not implemented yet on call Graphics2D.drawRenderedImage Reviewed-by: prr, flar
Fri, 30 Nov 2012 16:02:00 -0800 Merge
lana [Fri, 30 Nov 2012 16:02:00 -0800] rev 14645
Merge
Fri, 30 Nov 2012 11:32:36 +0400 7124223: [macosx] Regression test failure with new exception, when glyph is positioned explicitly
bae [Fri, 30 Nov 2012 11:32:36 +0400] rev 14644
7124223: [macosx] Regression test failure with new exception, when glyph is positioned explicitly Reviewed-by: jgodinez
Wed, 28 Nov 2012 14:12:32 +0400 7064516: ImageIO.read() fails to load an image
bae [Wed, 28 Nov 2012 14:12:32 +0400] rev 14643
7064516: ImageIO.read() fails to load an image Reviewed-by: jgodinez, prr
Wed, 28 Nov 2012 12:38:43 +0400 5082749: GIF stream metadata specification of aspect ratio is incorrect
bae [Wed, 28 Nov 2012 12:38:43 +0400] rev 14642
5082749: GIF stream metadata specification of aspect ratio is incorrect Reviewed-by: bae, prr Contributed-by: Vadim Pakhnushev <vadim.pakhnushev@oracle.com>
Wed, 28 Nov 2012 12:28:10 +0400 4649812: GIFImageReader handles transparency incorrectly
bae [Wed, 28 Nov 2012 12:28:10 +0400] rev 14641
4649812: GIFImageReader handles transparency incorrectly Reviewed-by: bae, prr Contributed-by: Vadim Pakhnushev <vadim.pakhnushev@oracle.com>
Thu, 06 Dec 2012 12:04:35 -0800 Added tag jdk8-b67 for changeset 558a3373ba7e
katleman [Thu, 06 Dec 2012 12:04:35 -0800] rev 14640
Added tag jdk8-b67 for changeset 558a3373ba7e
Wed, 05 Jul 2017 18:31:45 +0200 Merge
duke [Wed, 05 Jul 2017 18:31:45 +0200] rev 14639
Merge
Fri, 07 Dec 2012 10:46:54 -0800 Added tag hs25-b12 for changeset 31453af433e7
amurillo [Fri, 07 Dec 2012 10:46:54 -0800] rev 14638
Added tag hs25-b12 for changeset 31453af433e7
Fri, 07 Dec 2012 10:46:53 -0800 Merge
amurillo [Fri, 07 Dec 2012 10:46:53 -0800] rev 14637
Merge
Fri, 07 Dec 2012 07:36:51 -0800 Merge
jwilhelm [Fri, 07 Dec 2012 07:36:51 -0800] rev 14636
Merge
Thu, 29 Nov 2012 10:09:04 -0800 8003554: NPG: move Metablock and Metachunk code out of metaspace.cpp
jmasa [Thu, 29 Nov 2012 10:09:04 -0800] rev 14635
8003554: NPG: move Metablock and Metachunk code out of metaspace.cpp Reviewed-by: coleenp
Fri, 30 Nov 2012 11:46:17 -0800 8004170: G1: Verbose GC output is not getting flushed to log file using JDK 8
johnc [Fri, 30 Nov 2012 11:46:17 -0800] rev 14634
8004170: G1: Verbose GC output is not getting flushed to log file using JDK 8 Summary: Add flushes to G1CollectedHeap::log_gc_footer() and TraceCPUTime destructor. Reviewed-by: jwilhelm, azeemj, brutisso
Fri, 07 Dec 2012 01:09:03 -0800 Merge
roland [Fri, 07 Dec 2012 01:09:03 -0800] rev 14633
Merge
Thu, 06 Dec 2012 11:05:33 -0800 Merge
twisti [Thu, 06 Dec 2012 11:05:33 -0800] rev 14632
Merge
Thu, 06 Dec 2012 09:57:41 -0800 8003250: SPARC: move MacroAssembler into separate file
twisti [Thu, 06 Dec 2012 09:57:41 -0800] rev 14631
8003250: SPARC: move MacroAssembler into separate file Reviewed-by: jrose, kvn
Thu, 06 Dec 2012 14:33:52 +0100 Merge
neliasso [Thu, 06 Dec 2012 14:33:52 +0100] rev 14630
Merge
Thu, 06 Dec 2012 09:50:08 +0100 8003934: Fix generation of malformed options to Projectcreator
neliasso [Thu, 06 Dec 2012 09:50:08 +0100] rev 14629
8003934: Fix generation of malformed options to Projectcreator Summary: Makefile produces unmatched quotes due to nmake bug Reviewed-by: jwilhelm, brutisso
Mon, 26 Nov 2012 15:11:55 +0100 8003983: LogCompilation tool is broken since c1 support
neliasso [Mon, 26 Nov 2012 15:11:55 +0100] rev 14628
8003983: LogCompilation tool is broken since c1 support Summary: Fixed emitting and parsing Reviewed-by: jrose, kvn
Mon, 03 Dec 2012 15:48:49 -0800 8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640
twisti [Mon, 03 Dec 2012 15:48:49 -0800] rev 14627
8004319: test/gc/7168848/HumongousAlloc.java fails after 7172640 Reviewed-by: kvn, johnc
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip