mduigou [Wed, 30 May 2012 22:18:37 -0700] rev 12859
7126277: Alternative String hashing implementation
Summary: All of the hashing based Map implementations: HashMap, Hashtable, LinkedHashMap, WeakHashMap and ConcurrentHashMap are modified to use an enhanced hashing algorithm for string keys when the capacity of the hash table has ever grown beyond 512 entries. The enhanced hashing implementation uses the murmur3 hashing algorithm along with random hash seeds and index masks. These enhancements mitigate cases where colliding String hash values could result in a performance bottleneck.
Reviewed-by: alanb, forax, dl
mduigou [Thu, 17 May 2012 10:06:19 -0700] rev 12858
6924259: Remove offset and count fields from java.lang.String
Summary: Removes the use of shared character array buffers by String along with the two fields needed to support the use of shared buffers.
Reviewed-by: alanb, mduigou, forax, briangoetz
Contributed-by: brian.doherty@oracle.com
ksrini [Tue, 29 May 2012 14:56:48 -0700] rev 12857
7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present
Reviewed-by: jrose
khazra [Tue, 29 May 2012 13:16:17 -0700] rev 12856
7171591: getDefaultScopeID() in src/solaris/native/java/net/net_util_md.c should return a value
Summary: Use CHECK_NULL_RETURN instead of CHECK_NULL
Reviewed-by: alanb
littlee [Tue, 29 May 2012 09:42:09 +0800] rev 12855
7172177: test/java/util/TimeZone/DstTzTest.java failing on all platforms
Reviewed-by: alanb, okutsu
lana [Fri, 25 May 2012 16:32:02 -0700] rev 12854
Merge
dcubed [Fri, 25 May 2012 08:20:12 -0700] rev 12853
7170449: Management is completely broken at least on Solaris 11 X86
Summary: Work around 'gobjcopy' failures on Solaris by adding temporary tools to add the '.gnu_debuglink' section and remove the SHF_ALLOC flag from "empty" section headers.
Reviewed-by: sspitsyn, acorn
jgish [Thu, 24 May 2012 11:11:37 -0400] rev 12852
7171474: Incorrect @see tags in java.lang.NumberFormatException javadoc
Summary: update javadoc for NumberFormatException
Reviewed-by: alanb
egahlin [Fri, 25 May 2012 12:24:57 +0200] rev 12851
7017818: NLS: JConsoleResources.java cannot be handled by translation team
Reviewed-by: mchung, mfang
youdwei [Fri, 25 May 2012 14:32:07 +0800] rev 12850
7171028: dots are missed in the datetime for Slovanian
Reviewed-by: yhuang
youdwei [Fri, 25 May 2012 13:28:40 +0800] rev 12849
7094176: (tz) Incorrect TimeZone display name when DST not applicable / disabled
Reviewed-by: okutsu
dbhole [Thu, 24 May 2012 19:00:16 -0700] rev 12848
7117230: clean up warnings in java.text
Reviewed-by: jrose, smarks
nloodin [Thu, 24 May 2012 10:20:28 -0400] rev 12847
Merge
nloodin [Thu, 24 May 2012 09:32:25 +0200] rev 12846
7143353: -Xrunhprof fails in Java 7 due to bad switch
Reviewed-by: jrose, sspitsyn
jgish [Thu, 24 May 2012 14:44:40 +0100] rev 12845
7160725: Strange or obsolete @see tags in some exception java.lang javadoc
Summary: update javadoc for IllegalArgumentException and NumberFormatException
Reviewed-by: alanb
alanb [Thu, 24 May 2012 10:57:21 +0100] rev 12844
7169050: (se) Selector.select slow on Solaris due to insertion of POLLREMOVE and 0 events
Reviewed-by: chegar, coffeys
khazra [Wed, 23 May 2012 10:41:45 -0700] rev 12843
7170169: (props) System.getProperty("os.name") should return "Windows 8" when run on Windows 8
Summary: Enable Windows Version 6.2 to be recognized as Windows 8
Reviewed-by: darcy, dholmes, alanb, chegar
weijun [Wed, 23 May 2012 15:51:10 +0800] rev 12842
7162687: enhance KDC server availability detection
Reviewed-by: valeriep
lana [Fri, 08 Jun 2012 12:00:22 -0700] rev 12841
Merge
kizune [Fri, 08 Jun 2012 22:21:53 +0400] rev 12840
7175566: [macosx] Glich in fix for CR7124247 caused MacOS crash during PIT testing
Reviewed-by: anthony, dcherepanov
alexsch [Fri, 08 Jun 2012 14:15:09 +0400] rev 12839
7092551: Double-click in TextField sets caret to the beginning
Reviewed-by: bagiras, serb
rupashka [Thu, 07 Jun 2012 21:49:52 +0400] rev 12838
7156657: Version 7 doesn't support translucent popup menus against a translucent window
Reviewed-by: art, alexsch
kizune [Thu, 07 Jun 2012 20:06:00 +0400] rev 12837
Merge
kizune [Thu, 07 Jun 2012 20:04:56 +0400] rev 12836
7124247: [macosx] Implement GraphicsDevice.setDisplayMode()
Reviewed-by: anthony, swingler
alexsch [Thu, 07 Jun 2012 18:24:15 +0400] rev 12835
7152952: [macosx] List rows overlap with enlarged font
Reviewed-by: art, rupashka
littlee [Thu, 07 Jun 2012 10:22:10 +0800] rev 12834
7174233: Openjdk is missing some key maps on the Japanese keyboards
Reviewed-by: anthony, naoto
alexsch [Wed, 06 Jun 2012 11:54:38 +0400] rev 12833
7169285: [macosx] Test api/javax_swing/JPopupMenu/descriptions.html#setgetXXX doesn't take Mac main menu
Reviewed-by: rupashka
lana [Tue, 05 Jun 2012 18:05:00 -0700] rev 12832
Merge
dcherepanov [Tue, 05 Jun 2012 19:48:00 +0400] rev 12831
7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme
Reviewed-by: art, anthony
anthony [Tue, 05 Jun 2012 15:20:13 +0400] rev 12830
7172722: Latest jdk7u from OSX broke universal build
Summary: Add a data memeber for a new property
Reviewed-by: serb, swingler
omajid [Mon, 04 Jun 2012 16:39:12 -0400] rev 12829
7043963: AWT workaround missing for Mutter.
Reviewed-by: art, anthony
Contributed-by: Denis Lila <dlila@redhat.com>
alexsch [Mon, 04 Jun 2012 14:11:26 +0400] rev 12828
7161766: [macosx] javax/swing/JPopupMenu/6694823/bug6694823.java failed on Mac OS X
Reviewed-by: rupashka
denis [Fri, 01 Jun 2012 17:08:18 +0400] rev 12827
7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel
Reviewed-by: serb, art
leonidr [Thu, 31 May 2012 20:18:11 +0400] rev 12826
7150089: [macosx] Default for a custom cursor created from non-existent image is not transparent
Reviewed-by: anthony, kizune
neugens [Wed, 30 May 2012 18:15:11 +0200] rev 12825
7171806: Missing test for bug ID 6800513 fix
Reviewed-by: rupashka
alexsch [Wed, 30 May 2012 14:58:30 +0400] rev 12824
7141296: [macosx] Mouse Wheel Turn closes combobox popup
Reviewed-by: rupashka
alexsch [Wed, 30 May 2012 14:46:49 +0400] rev 12823
7146131: [macosx] When click the show optionpane button,it display partly of dialog and hung until timeout
Reviewed-by: rupashka
luchsh [Wed, 30 May 2012 10:58:11 +0800] rev 12822
7170655: Frame size does not follow font size change with XToolkit
Reviewed-by: serb, art
lana [Fri, 25 May 2012 13:39:55 -0700] rev 12821
Merge
ant [Fri, 25 May 2012 20:57:41 +0400] rev 12820
7171776: one more setGlobalCurrentFocusCycleRoot call requires doPrivileged
Reviewed-by: art
neugens [Fri, 25 May 2012 14:16:50 +0200] rev 12819
6800513: GTK-LaF renders menus incompletely
Reviewed-by: rupashka
kizune [Thu, 24 May 2012 15:11:24 +0400] rev 12818
7144064: [macosx] "Could not find class" error in JTree's ctor when called in headless mode
Reviewed-by: art, leonidr
zhouyx [Wed, 23 May 2012 12:37:31 +0800] rev 12817
7170996: IME composition window does not disappear when file dialog is closed : Japanese WinXP
Reviewed-by: art, bagiras
dcherepanov [Tue, 22 May 2012 12:35:55 +0400] rev 12816
7160293: [macosx] FileDialog appears on secondary display
Reviewed-by: art, bae
lana [Fri, 08 Jun 2012 11:58:45 -0700] rev 12815
Merge
ohair [Thu, 07 Jun 2012 18:08:28 -0700] rev 12814
Merge
erikj [Thu, 07 Jun 2012 18:05:09 -0700] rev 12813
7170969: Add @GenerateNativeHeader to classes whose fields need to be exported for JNI
Reviewed-by: ohair, ohrstrom, ihse
lana [Tue, 05 Jun 2012 17:56:16 -0700] rev 12812
Merge
bae [Thu, 31 May 2012 12:15:22 +0400] rev 12811
7120895: FontConfiguration should not use thread contextClassLoader
Reviewed-by: igor, prr
andrew [Wed, 30 May 2012 16:17:48 +0100] rev 12810
7171223: Building ExtensionSubtables.cpp should use -fno-strict-aliasing
Summary: GCC 4.4+ have stricter aliasing requirements which produces a new warning from this code
Reviewed-by: prr, ohair
lana [Fri, 25 May 2012 19:34:32 -0700] rev 12809
Merge
bae [Fri, 25 May 2012 12:56:22 +0400] rev 12808
7146550: [macosx] DnD test failure in createCompatibleWritableRaster()
Reviewed-by: kizune, serb
cl [Thu, 07 Jun 2012 12:10:32 -0700] rev 12807
Added tag jdk8-b42 for changeset 14313c0fbca4
duke [Wed, 05 Jul 2017 18:12:44 +0200] rev 12806
Merge
cl [Thu, 07 Jun 2012 12:10:19 -0700] rev 12805
Added tag jdk8-b42 for changeset f095886560ac
katleman [Wed, 13 Jun 2012 16:53:05 -0700] rev 12804
Merge
ohair [Fri, 08 Jun 2012 17:28:54 -0700] rev 12803
Merge
ohair [Fri, 08 Jun 2012 17:25:46 -0700] rev 12802
7170091: Fix missing wait between repo cloning in hgforest.sh
Reviewed-by: strarup
erikj [Thu, 07 Jun 2012 20:25:06 -0700] rev 12801
7170079: Adjustments to build-infra makefiles
Reviewed-by: ohair, ohrstrom, ihse, jonas
Contributed-by: jonas <jonas.oreland@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>
lana [Fri, 08 Jun 2012 12:01:05 -0700] rev 12800
Merge