Mon, 04 Jun 2012 16:30:35 +0800 7166055: Javadoc for WeakHashMap contains misleading advice
littlee [Mon, 04 Jun 2012 16:30:35 +0800] rev 12864
7166055: Javadoc for WeakHashMap contains misleading advice Reviewed-by: dholmes, mduigou
Fri, 01 Jun 2012 00:05:21 -0700 7173432: Handle null key at HashMap resize
mduigou [Fri, 01 Jun 2012 00:05:21 -0700] rev 12863
7173432: Handle null key at HashMap resize Summary: If the key to be inserted into a HashMap is null and the table needs to be resized as part of the insertion then addEntry will try to recalculate the hash of a null key. This will fail with an NPE. Reviewed-by: darcy
Thu, 31 May 2012 17:10:57 -0400 Merge
mullan [Thu, 31 May 2012 17:10:57 -0400] rev 12862
Merge
Thu, 31 May 2012 17:07:28 -0400 Merge
mullan [Thu, 31 May 2012 17:07:28 -0400] rev 12861
Merge
Wed, 30 May 2012 17:19:46 -0400 6854712: Revocation checking enhancements (JEP-124)
mullan [Wed, 30 May 2012 17:19:46 -0400] rev 12860
6854712: Revocation checking enhancements (JEP-124) 6637288: Add OCSP support to PKIX CertPathBuilder implementation 7126011: ReverseBuilder.getMatchingCACerts may throws NPE Reviewed-by: xuelei
Wed, 30 May 2012 22:18:37 -0700 7126277: Alternative String hashing implementation
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
Thu, 17 May 2012 10:06:19 -0700 6924259: Remove offset and count fields from java.lang.String
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
Tue, 29 May 2012 14:56:48 -0700 7168401: pack200 does not produce a compatible pack file for JDK7 classes if indy is not present
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
Tue, 29 May 2012 13:16:17 -0700 7171591: getDefaultScopeID() in src/solaris/native/java/net/net_util_md.c should return a value
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
Tue, 29 May 2012 09:42:09 +0800 7172177: test/java/util/TimeZone/DstTzTest.java failing on all platforms
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
Fri, 25 May 2012 16:32:02 -0700 Merge
lana [Fri, 25 May 2012 16:32:02 -0700] rev 12854
Merge
Fri, 25 May 2012 08:20:12 -0700 7170449: Management is completely broken at least on Solaris 11 X86
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
Thu, 24 May 2012 11:11:37 -0400 7171474: Incorrect @see tags in java.lang.NumberFormatException javadoc
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
Fri, 25 May 2012 12:24:57 +0200 7017818: NLS: JConsoleResources.java cannot be handled by translation team
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
Fri, 25 May 2012 14:32:07 +0800 7171028: dots are missed in the datetime for Slovanian
youdwei [Fri, 25 May 2012 14:32:07 +0800] rev 12850
7171028: dots are missed in the datetime for Slovanian Reviewed-by: yhuang
Fri, 25 May 2012 13:28:40 +0800 7094176: (tz) Incorrect TimeZone display name when DST not applicable / disabled
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
Thu, 24 May 2012 19:00:16 -0700 7117230: clean up warnings in java.text
dbhole [Thu, 24 May 2012 19:00:16 -0700] rev 12848
7117230: clean up warnings in java.text Reviewed-by: jrose, smarks
Thu, 24 May 2012 10:20:28 -0400 Merge
nloodin [Thu, 24 May 2012 10:20:28 -0400] rev 12847
Merge
Thu, 24 May 2012 09:32:25 +0200 7143353: -Xrunhprof fails in Java 7 due to bad switch
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
Thu, 24 May 2012 14:44:40 +0100 7160725: Strange or obsolete @see tags in some exception java.lang javadoc
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
Thu, 24 May 2012 10:57:21 +0100 7169050: (se) Selector.select slow on Solaris due to insertion of POLLREMOVE and 0 events
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
Wed, 23 May 2012 10:41:45 -0700 7170169: (props) System.getProperty("os.name") should return "Windows 8" when run on Windows 8
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
Wed, 23 May 2012 15:51:10 +0800 7162687: enhance KDC server availability detection
weijun [Wed, 23 May 2012 15:51:10 +0800] rev 12842
7162687: enhance KDC server availability detection Reviewed-by: valeriep
Fri, 08 Jun 2012 12:00:22 -0700 Merge
lana [Fri, 08 Jun 2012 12:00:22 -0700] rev 12841
Merge
Fri, 08 Jun 2012 22:21:53 +0400 7175566: [macosx] Glich in fix for CR7124247 caused MacOS crash during PIT testing
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
Fri, 08 Jun 2012 14:15:09 +0400 7092551: Double-click in TextField sets caret to the beginning
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
Thu, 07 Jun 2012 21:49:52 +0400 7156657: Version 7 doesn't support translucent popup menus against a translucent window
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
Thu, 07 Jun 2012 20:06:00 +0400 Merge
kizune [Thu, 07 Jun 2012 20:06:00 +0400] rev 12837
Merge
Thu, 07 Jun 2012 20:04:56 +0400 7124247: [macosx] Implement GraphicsDevice.setDisplayMode()
kizune [Thu, 07 Jun 2012 20:04:56 +0400] rev 12836
7124247: [macosx] Implement GraphicsDevice.setDisplayMode() Reviewed-by: anthony, swingler
Thu, 07 Jun 2012 18:24:15 +0400 7152952: [macosx] List rows overlap with enlarged font
alexsch [Thu, 07 Jun 2012 18:24:15 +0400] rev 12835
7152952: [macosx] List rows overlap with enlarged font Reviewed-by: art, rupashka
Thu, 07 Jun 2012 10:22:10 +0800 7174233: Openjdk is missing some key maps on the Japanese keyboards
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
Wed, 06 Jun 2012 11:54:38 +0400 7169285: [macosx] Test api/javax_swing/JPopupMenu/descriptions.html#setgetXXX doesn't take Mac main menu
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
Tue, 05 Jun 2012 18:05:00 -0700 Merge
lana [Tue, 05 Jun 2012 18:05:00 -0700] rev 12832
Merge
Tue, 05 Jun 2012 19:48:00 +0400 7123957: Switch of Gnome theme ends up deadlocked in GTKEngine.native_switch_theme
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
Tue, 05 Jun 2012 15:20:13 +0400 7172722: Latest jdk7u from OSX broke universal build
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
Mon, 04 Jun 2012 16:39:12 -0400 7043963: AWT workaround missing for Mutter.
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>
Mon, 04 Jun 2012 14:11:26 +0400 7161766: [macosx] javax/swing/JPopupMenu/6694823/bug6694823.java failed on Mac OS X
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
Fri, 01 Jun 2012 17:08:18 +0400 7112115: Component.getLocationOnScreen() work incorrectly if create window in point (0, 0) on oel
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
Thu, 31 May 2012 20:18:11 +0400 7150089: [macosx] Default for a custom cursor created from non-existent image is not transparent
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
Wed, 30 May 2012 18:15:11 +0200 7171806: Missing test for bug ID 6800513 fix
neugens [Wed, 30 May 2012 18:15:11 +0200] rev 12825
7171806: Missing test for bug ID 6800513 fix Reviewed-by: rupashka
Wed, 30 May 2012 14:58:30 +0400 7141296: [macosx] Mouse Wheel Turn closes combobox popup
alexsch [Wed, 30 May 2012 14:58:30 +0400] rev 12824
7141296: [macosx] Mouse Wheel Turn closes combobox popup Reviewed-by: rupashka
Wed, 30 May 2012 14:46:49 +0400 7146131: [macosx] When click the show optionpane button,it display partly of dialog and hung until timeout
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
Wed, 30 May 2012 10:58:11 +0800 7170655: Frame size does not follow font size change with XToolkit
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
Fri, 25 May 2012 13:39:55 -0700 Merge
lana [Fri, 25 May 2012 13:39:55 -0700] rev 12821
Merge
Fri, 25 May 2012 20:57:41 +0400 7171776: one more setGlobalCurrentFocusCycleRoot call requires doPrivileged
ant [Fri, 25 May 2012 20:57:41 +0400] rev 12820
7171776: one more setGlobalCurrentFocusCycleRoot call requires doPrivileged Reviewed-by: art
Fri, 25 May 2012 14:16:50 +0200 6800513: GTK-LaF renders menus incompletely
neugens [Fri, 25 May 2012 14:16:50 +0200] rev 12819
6800513: GTK-LaF renders menus incompletely Reviewed-by: rupashka
Thu, 24 May 2012 15:11:24 +0400 7144064: [macosx] "Could not find class" error in JTree's ctor when called in headless mode
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
Wed, 23 May 2012 12:37:31 +0800 7170996: IME composition window does not disappear when file dialog is closed : Japanese WinXP
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
Tue, 22 May 2012 12:35:55 +0400 7160293: [macosx] FileDialog appears on secondary display
dcherepanov [Tue, 22 May 2012 12:35:55 +0400] rev 12816
7160293: [macosx] FileDialog appears on secondary display Reviewed-by: art, bae
Fri, 08 Jun 2012 11:58:45 -0700 Merge
lana [Fri, 08 Jun 2012 11:58:45 -0700] rev 12815
Merge
Thu, 07 Jun 2012 18:08:28 -0700 Merge
ohair [Thu, 07 Jun 2012 18:08:28 -0700] rev 12814
Merge
Thu, 07 Jun 2012 18:05:09 -0700 7170969: Add @GenerateNativeHeader to classes whose fields need to be exported for JNI
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
Tue, 05 Jun 2012 17:56:16 -0700 Merge
lana [Tue, 05 Jun 2012 17:56:16 -0700] rev 12812
Merge
Thu, 31 May 2012 12:15:22 +0400 7120895: FontConfiguration should not use thread contextClassLoader
bae [Thu, 31 May 2012 12:15:22 +0400] rev 12811
7120895: FontConfiguration should not use thread contextClassLoader Reviewed-by: igor, prr
Wed, 30 May 2012 16:17:48 +0100 7171223: Building ExtensionSubtables.cpp should use -fno-strict-aliasing
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
Fri, 25 May 2012 19:34:32 -0700 Merge
lana [Fri, 25 May 2012 19:34:32 -0700] rev 12809
Merge
Fri, 25 May 2012 12:56:22 +0400 7146550: [macosx] DnD test failure in createCompatibleWritableRaster()
bae [Fri, 25 May 2012 12:56:22 +0400] rev 12808
7146550: [macosx] DnD test failure in createCompatibleWritableRaster() Reviewed-by: kizune, serb
Thu, 07 Jun 2012 12:10:32 -0700 Added tag jdk8-b42 for changeset 14313c0fbca4
cl [Thu, 07 Jun 2012 12:10:32 -0700] rev 12807
Added tag jdk8-b42 for changeset 14313c0fbca4
Wed, 05 Jul 2017 18:12:44 +0200 Merge
duke [Wed, 05 Jul 2017 18:12:44 +0200] rev 12806
Merge
Thu, 07 Jun 2012 12:10:19 -0700 Added tag jdk8-b42 for changeset f095886560ac
cl [Thu, 07 Jun 2012 12:10:19 -0700] rev 12805
Added tag jdk8-b42 for changeset f095886560ac
Wed, 13 Jun 2012 16:53:05 -0700 Merge
katleman [Wed, 13 Jun 2012 16:53:05 -0700] rev 12804
Merge
Fri, 08 Jun 2012 17:28:54 -0700 Merge
ohair [Fri, 08 Jun 2012 17:28:54 -0700] rev 12803
Merge
Fri, 08 Jun 2012 17:25:46 -0700 7170091: Fix missing wait between repo cloning in hgforest.sh
ohair [Fri, 08 Jun 2012 17:25:46 -0700] rev 12802
7170091: Fix missing wait between repo cloning in hgforest.sh Reviewed-by: strarup
Thu, 07 Jun 2012 20:25:06 -0700 7170079: Adjustments to build-infra makefiles
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>
Fri, 08 Jun 2012 12:01:05 -0700 Merge
lana [Fri, 08 Jun 2012 12:01:05 -0700] rev 12800
Merge
Thu, 07 Jun 2012 15:28:27 +0200 7165257: Add JFR tests to the JDK code base
sla [Thu, 07 Jun 2012 15:28:27 +0200] rev 12799
7165257: Add JFR tests to the JDK code base Reviewed-by: ohair, dholmes, nloodin, mgronlun
Thu, 07 Jun 2012 12:10:12 -0700 Added tag jdk8-b42 for changeset b8b7f69608fb
cl [Thu, 07 Jun 2012 12:10:12 -0700] rev 12798
Added tag jdk8-b42 for changeset b8b7f69608fb
Wed, 05 Jul 2017 18:12:32 +0200 Added tag jdk8-b42 for changeset 5c5a64ec0839
duke [Wed, 05 Jul 2017 18:12:32 +0200] rev 12797
Added tag jdk8-b42 for changeset 5c5a64ec0839
Wed, 05 Jul 2017 18:12:32 +0200 Merge jdk8-b42
duke [Wed, 05 Jul 2017 18:12:32 +0200] rev 12796
Merge
Wed, 05 Jul 2017 18:12:29 +0200 Merge
duke [Wed, 05 Jul 2017 18:12:29 +0200] rev 12795
Merge
Fri, 01 Jun 2012 14:12:35 -0700 Added tag jdk8-b41 for changeset b7d886b99bba
cl [Fri, 01 Jun 2012 14:12:35 -0700] rev 12794
Added tag jdk8-b41 for changeset b7d886b99bba
Wed, 05 Jul 2017 18:12:27 +0200 Merge
duke [Wed, 05 Jul 2017 18:12:27 +0200] rev 12793
Merge
Fri, 01 Jun 2012 14:12:25 -0700 Added tag jdk8-b41 for changeset 39a51a9b90e1
cl [Fri, 01 Jun 2012 14:12:25 -0700] rev 12792
Added tag jdk8-b41 for changeset 39a51a9b90e1
Wed, 05 Jul 2017 18:12:24 +0200 Merge
duke [Wed, 05 Jul 2017 18:12:24 +0200] rev 12791
Merge
Fri, 01 Jun 2012 14:12:20 -0700 Added tag jdk8-b41 for changeset 1ef14f73e385
cl [Fri, 01 Jun 2012 14:12:20 -0700] rev 12790
Added tag jdk8-b41 for changeset 1ef14f73e385
Wed, 05 Jul 2017 18:12:22 +0200 Merge
duke [Wed, 05 Jul 2017 18:12:22 +0200] rev 12789
Merge
Fri, 01 Jun 2012 14:12:06 -0700 Added tag jdk8-b41 for changeset 039a50f38068
cl [Fri, 01 Jun 2012 14:12:06 -0700] rev 12788
Added tag jdk8-b41 for changeset 039a50f38068
Wed, 05 Jul 2017 18:12:19 +0200 Merge
duke [Wed, 05 Jul 2017 18:12:19 +0200] rev 12787
Merge
Fri, 01 Jun 2012 14:12:28 -0700 Added tag jdk8-b41 for changeset e29decc8b008
cl [Fri, 01 Jun 2012 14:12:28 -0700] rev 12786
Added tag jdk8-b41 for changeset e29decc8b008
Wed, 05 Jul 2017 18:12:16 +0200 Merge
duke [Wed, 05 Jul 2017 18:12:16 +0200] rev 12785
Merge
Fri, 01 Jun 2012 15:24:09 -0700 Added tag hs24-b13 for changeset 4f7547c15006
amurillo [Fri, 01 Jun 2012 15:24:09 -0700] rev 12784
Added tag hs24-b13 for changeset 4f7547c15006
Fri, 01 Jun 2012 15:24:08 -0700 Merge
amurillo [Fri, 01 Jun 2012 15:24:08 -0700] rev 12783
Merge
Fri, 01 Jun 2012 10:29:02 -0700 Merge
jcoomes [Fri, 01 Jun 2012 10:29:02 -0700] rev 12782
Merge
Thu, 31 May 2012 21:10:33 +0200 7172279: G1: Clean up TraceGen0Time and TraceGen1Time data gathering
brutisso [Thu, 31 May 2012 21:10:33 +0200] rev 12781
7172279: G1: Clean up TraceGen0Time and TraceGen1Time data gathering Summary: Simplify code, remove unused code, remove ExitAfterGCNum Reviewed-by: huntch, johnc
Wed, 30 May 2012 10:26:24 -0700 7158682: G1: Handle leak when running nsk.sysdict tests
johnc [Wed, 30 May 2012 10:26:24 -0700] rev 12780
7158682: G1: Handle leak when running nsk.sysdict tests Summary: Place HandleMarks in the code that allocates handles for the pending list lock so that the handles are freed and multiple, unsuccessful, attempts to schedule a GC do not cause an OOM. Reviewed-by: brutisso
Fri, 25 May 2012 22:35:13 +0200 7171936: LOG_G incorrectly defined in globalDefinitions.hpp
brutisso [Fri, 25 May 2012 22:35:13 +0200] rev 12779
7171936: LOG_G incorrectly defined in globalDefinitions.hpp Summary: Removed LOG_G and LOG_K. Moved LOG_M to where it is being used. Reviewed-by: twisti, johnc
Tue, 29 May 2012 10:18:02 -0700 7143858: G1: Back to back young GCs with the second GC having a minimally sized eden
johnc [Tue, 29 May 2012 10:18:02 -0700] rev 12778
7143858: G1: Back to back young GCs with the second GC having a minimally sized eden Summary: Before the last thread to leave a JNI critical region was able to schedule a GCLocker Initiated GC, another thread was attempting an allocation and saw that the GCLocker region was no longer active and successfully scheduled a GC. Stall allocating threads until the GCLocker Initiated GC is performed and then retry the allocation. Reviewed-by: brutisso, huntch
Mon, 21 May 2012 14:59:59 +0200 7168848: Add test to check that humongous object allocation path also checks the heap occupancy.
mnunez [Mon, 21 May 2012 14:59:59 +0200] rev 12777
7168848: Add test to check that humongous object allocation path also checks the heap occupancy. Summary: Added test that checks humongous object allocation path also check the heap occupancy and initiate a marking cycle when / if needed. Reviewed-by: brutisso, jwilhelm
Thu, 17 May 2012 21:53:40 +0200 7169062: CMS: Assertion failed with -XX:+ObjectAlignmentInBytes=64
brutisso [Thu, 17 May 2012 21:53:40 +0200] rev 12776
7169062: CMS: Assertion failed with -XX:+ObjectAlignmentInBytes=64 Summary: Removed the assert in CompactibleFreeListSpace::check_free_list_consistency() since it was too strict. Simplified CompactibleFreeListSpace::set_cms_values() to reducde the need for asserts. Reviewed-by: jcoomes, stefank
Wed, 30 May 2012 17:45:02 -0400 Merge
dholmes [Wed, 30 May 2012 17:45:02 -0400] rev 12775
Merge
Sat, 26 May 2012 08:49:05 -0400 Merge
jprovino [Sat, 26 May 2012 08:49:05 -0400] rev 12774
Merge
Wed, 23 May 2012 20:09:56 -0400 7170197: Update JPRT default build targets to support embedded builds
dholmes [Wed, 23 May 2012 20:09:56 -0400] rev 12773
7170197: Update JPRT default build targets to support embedded builds Reviewed-by: jcoomes, kvn
Mon, 21 May 2012 14:10:35 -0400 7168280: Eliminate the generic signature index slot from field array for field without generic signature.
jiangli [Mon, 21 May 2012 14:10:35 -0400] rev 12772
7168280: Eliminate the generic signature index slot from field array for field without generic signature. Summary: Only allocate the generic signature index slot in the field array for field with generic signature attribute. Reviewed-by: coleenp, dlong
Tue, 29 May 2012 20:06:10 -0400 Merge
zgu [Tue, 29 May 2012 20:06:10 -0400] rev 12771
Merge
Sat, 26 May 2012 06:07:38 -0700 Merge
zgu [Sat, 26 May 2012 06:07:38 -0700] rev 12770
Merge
Thu, 24 May 2012 20:04:07 -0400 Merge
zgu [Thu, 24 May 2012 20:04:07 -0400] rev 12769
Merge
Thu, 24 May 2012 12:57:01 -0700 Merge
dcubed [Thu, 24 May 2012 12:57:01 -0700] rev 12768
Merge
Thu, 24 May 2012 12:03:42 -0700 7165598: enable FDS on Solaris X64 when 7165593 is fixed
dcubed [Thu, 24 May 2012 12:03:42 -0700] rev 12767
7165598: enable FDS on Solaris X64 when 7165593 is fixed Summary: Work around 'gobjcopy' failure on Solaris X64 by adding a temporary tool that removes the SHF_ALLOC flag from "empty" section headers. Reviewed-by: sspitsyn, acorn
Thu, 24 May 2012 13:37:47 +0200 7171422: Change 7161732 breaks SA on Windows
rbackman [Thu, 24 May 2012 13:37:47 +0200] rev 12766
7171422: Change 7161732 breaks SA on Windows Reviewed-by: dholmes, sla
Tue, 22 May 2012 10:11:53 +0200 7161732: Improve handling of thread_id in OSThread
rbackman [Tue, 22 May 2012 10:11:53 +0200] rev 12765
7161732: Improve handling of thread_id in OSThread Reviewed-by: dholmes, kamg
Fri, 25 May 2012 14:56:19 -0700 7171853: new hotspot build - hs24-b13
amurillo [Fri, 25 May 2012 14:56:19 -0700] rev 12764
7171853: new hotspot build - hs24-b13 Reviewed-by: jcoomes
Fri, 01 Jun 2012 14:12:10 -0700 Added tag jdk8-b41 for changeset 609e4849830f
cl [Fri, 01 Jun 2012 14:12:10 -0700] rev 12763
Added tag jdk8-b41 for changeset 609e4849830f
Fri, 01 Jun 2012 14:11:59 -0700 Added tag jdk8-b41 for changeset beca65859e06
cl [Fri, 01 Jun 2012 14:11:59 -0700] rev 12762
Added tag jdk8-b41 for changeset beca65859e06
Wed, 05 Jul 2017 18:12:04 +0200 Added tag jdk8-b41 for changeset c029c972396c
duke [Wed, 05 Jul 2017 18:12:04 +0200] rev 12761
Added tag jdk8-b41 for changeset c029c972396c
Wed, 05 Jul 2017 18:12:03 +0200 Merge jdk8-b41
duke [Wed, 05 Jul 2017 18:12:03 +0200] rev 12760
Merge
Wed, 05 Jul 2017 18:12:01 +0200 Merge
duke [Wed, 05 Jul 2017 18:12:01 +0200] rev 12759
Merge
Thu, 24 May 2012 16:16:05 -0700 Added tag jdk8-b40 for changeset 305a3d828f11
katleman [Thu, 24 May 2012 16:16:05 -0700] rev 12758
Added tag jdk8-b40 for changeset 305a3d828f11
Wed, 05 Jul 2017 18:11:58 +0200 Merge
duke [Wed, 05 Jul 2017 18:11:58 +0200] rev 12757
Merge
Thu, 24 May 2012 16:15:49 -0700 Added tag jdk8-b40 for changeset 907be86f2bd8
katleman [Thu, 24 May 2012 16:15:49 -0700] rev 12756
Added tag jdk8-b40 for changeset 907be86f2bd8
Wed, 05 Jul 2017 18:11:55 +0200 Merge
duke [Wed, 05 Jul 2017 18:11:55 +0200] rev 12755
Merge
Thu, 24 May 2012 16:15:45 -0700 Added tag jdk8-b40 for changeset aaf5a4412dd3
katleman [Thu, 24 May 2012 16:15:45 -0700] rev 12754
Added tag jdk8-b40 for changeset aaf5a4412dd3
Wed, 05 Jul 2017 18:11:52 +0200 Merge
duke [Wed, 05 Jul 2017 18:11:52 +0200] rev 12753
Merge
Thu, 24 May 2012 16:15:32 -0700 Added tag jdk8-b40 for changeset 966bd1f6ee4c
katleman [Thu, 24 May 2012 16:15:32 -0700] rev 12752
Added tag jdk8-b40 for changeset 966bd1f6ee4c
Wed, 05 Jul 2017 18:11:50 +0200 Merge
duke [Wed, 05 Jul 2017 18:11:50 +0200] rev 12751
Merge
Wed, 30 May 2012 15:59:25 -0700 Merge
katleman [Wed, 30 May 2012 15:59:25 -0700] rev 12750
Merge
Wed, 30 May 2012 00:37:21 -0400 7171653: 32-bit cross-compile on 64-bit build host generates 64-bit data for awt/X11 leading to crash
dholmes [Wed, 30 May 2012 00:37:21 -0400] rev 12749
7171653: 32-bit cross-compile on 64-bit build host generates 64-bit data for awt/X11 leading to crash Reviewed-by: ohair, anthony
Fri, 25 May 2012 18:55:22 -0700 7172014: Remove empty and unused javah include files
ihse [Fri, 25 May 2012 18:55:22 -0700] rev 12748
7172014: Remove empty and unused javah include files Reviewed-by: ohair, erikj
Thu, 24 May 2012 16:15:58 -0700 Added tag jdk8-b40 for changeset 95f428cdf9d2
katleman [Thu, 24 May 2012 16:15:58 -0700] rev 12747
Added tag jdk8-b40 for changeset 95f428cdf9d2
Wed, 05 Jul 2017 18:11:46 +0200 Merge
duke [Wed, 05 Jul 2017 18:11:46 +0200] rev 12746
Merge
Fri, 25 May 2012 14:45:36 -0700 Added tag hs24-b12 for changeset 686dd42705db
amurillo [Fri, 25 May 2012 14:45:36 -0700] rev 12745
Added tag hs24-b12 for changeset 686dd42705db
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip