Wed, 05 Jul 2017 18:10:11 +0200 Merge
duke [Wed, 05 Jul 2017 18:10:11 +0200] rev 12565
Merge
Wed, 09 May 2012 13:13:41 -0700 Merge
katleman [Wed, 09 May 2012 13:13:41 -0700] rev 12564
Merge
Wed, 09 May 2012 13:07:57 -0700 Added tag jdk8-b37 for changeset 6cc8efda172c
katleman [Wed, 09 May 2012 13:07:57 -0700] rev 12563
Added tag jdk8-b37 for changeset 6cc8efda172c
Tue, 08 May 2012 13:08:17 -0700 Merge
lana [Tue, 08 May 2012 13:08:17 -0700] rev 12562
Merge
Wed, 02 May 2012 10:17:29 -0700 Merge
lana [Wed, 02 May 2012 10:17:29 -0700] rev 12561
Merge
Wed, 02 May 2012 14:50:46 +0100 7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10
vinnie [Wed, 02 May 2012 14:50:46 +0100] rev 12560
7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10 Reviewed-by: mullan
Tue, 01 May 2012 19:45:34 -0700 7164376: Replace use of sun.security.action.LoadLibraryAction with System.loadLibrary
mchung [Tue, 01 May 2012 19:45:34 -0700] rev 12559
7164376: Replace use of sun.security.action.LoadLibraryAction with System.loadLibrary Reviewed-by: alanb, mullan, prr
Tue, 01 May 2012 11:30:51 -0700 Merge
lana [Tue, 01 May 2012 11:30:51 -0700] rev 12558
Merge
Tue, 01 May 2012 03:48:26 -0700 7158688: Typo in SSLContext Spec
xuelei [Tue, 01 May 2012 03:48:26 -0700] rev 12557
7158688: Typo in SSLContext Spec Reviewed-by: weijun, wetmore
Tue, 01 May 2012 11:17:20 +0100 7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11]
alanb [Tue, 01 May 2012 11:17:20 +0100] rev 12556
7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11] Reviewed-by: chegar
Fri, 27 Apr 2012 04:25:50 -0700 6996372: synchronizing handshaking hash
xuelei [Fri, 27 Apr 2012 04:25:50 -0700] rev 12555
6996372: synchronizing handshaking hash Summary: remove the unnecessary synchronization. Also reviewed by David Schlosnagle (schlosna@gmail.com) Reviewed-by: weijun
Thu, 26 Apr 2012 14:21:19 -0700 Merge
lana [Thu, 26 Apr 2012 14:21:19 -0700] rev 12554
Merge
Thu, 26 Apr 2012 12:04:29 -0700 7118100: (prefs) Inconsistency when using system and user preference on OSX Lion
khazra [Thu, 26 Apr 2012 12:04:29 -0700] rev 12553
7118100: (prefs) Inconsistency when using system and user preference on OSX Lion Summary: Enable user to read/write preferences to persistent storage Reviewed-by: alanb
Wed, 25 Apr 2012 12:31:31 -0700 7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx]
khazra [Wed, 25 Apr 2012 12:31:31 -0700] rev 12552
7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx] Summary: Insert null check of argument in remove()'s implementation Reviewed-by: forax, chegar, alanb
Tue, 24 Apr 2012 14:59:45 -0700 7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup()
khazra [Tue, 24 Apr 2012 14:59:45 -0700] rev 12551
7144274: [macosx] Default IPv6 multicast interface is not being set when calling MulticastSocket.joinGroup() Summary: Get default interface for Mac OS X when interface is not set Reviewed-by: chegar
Tue, 24 Apr 2012 10:37:01 -0700 7151434: java -jar -XX crashes java launcher
ksrini [Tue, 24 Apr 2012 10:37:01 -0700] rev 12550
7151434: java -jar -XX crashes java launcher Reviewed-by: mchung, darcy
Tue, 24 Apr 2012 21:06:16 +0800 7163865: Performance improvement for DateFormatSymbols.getZoneIndex(String)
youdwei [Tue, 24 Apr 2012 21:06:16 +0800] rev 12549
7163865: Performance improvement for DateFormatSymbols.getZoneIndex(String) Reviewed-by: okutsu
Mon, 23 Apr 2012 16:34:32 +0200 7163524: Add SecTaskAccess attribute to jstack [macosx]
sla [Mon, 23 Apr 2012 16:34:32 +0200] rev 12548
7163524: Add SecTaskAccess attribute to jstack [macosx] Reviewed-by: dholmes
Sun, 22 Apr 2012 21:22:17 +0100 7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx]
alanb [Sun, 22 Apr 2012 21:22:17 +0100] rev 12547
7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx] Reviewed-by: chegar
Sun, 22 Apr 2012 19:12:39 +0100 Merge
alanb [Sun, 22 Apr 2012 19:12:39 +0100] rev 12546
Merge
Sun, 22 Apr 2012 19:09:02 +0100 7163395: jdk8/tl no longer builds on Mac
alanb [Sun, 22 Apr 2012 19:09:02 +0100] rev 12545
7163395: jdk8/tl no longer builds on Mac Reviewed-by: chegar, ohair, ksrini
Sun, 22 Apr 2012 06:54:38 -0700 6981776: Pack200 must support -target 7 bytecodes
ksrini [Sun, 22 Apr 2012 06:54:38 -0700] rev 12544
6981776: Pack200 must support -target 7 bytecodes Summary: pack200 implementation of JSR-200 updated for JSR-292 changes Reviewed-by: jrose, ksrini Contributed-by: john.r.rose@oracle.com, kumar.x.srinivasan@oracle.com
Fri, 20 Apr 2012 16:11:28 +0800 7159982: ZipFile uses static for error message when malformed zip file encountered
zhouyx [Fri, 20 Apr 2012 16:11:28 +0800] rev 12543
7159982: ZipFile uses static for error message when malformed zip file encountered Reviewed-by: alanb, dholmes
Thu, 19 Apr 2012 18:11:28 -0700 7158636: InterfaceAddress.getBroadcast() returns invalid broadcast address on WLAN
khazra [Thu, 19 Apr 2012 18:11:28 -0700] rev 12542
7158636: InterfaceAddress.getBroadcast() returns invalid broadcast address on WLAN Summary: Update Windows native code to infer WLAN interface type in Windows Vista and later Reviewed-by: chegar, alanb
Thu, 19 Apr 2012 13:26:06 -0700 7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
khazra [Thu, 19 Apr 2012 13:26:06 -0700] rev 12541
7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again Summary: Enable finding "foo1.jar" Reviewed-by: chegar
Thu, 19 Apr 2012 16:58:34 +0100 7162823: Modify the list of excluded tests (ProblemList
vinnie [Thu, 19 Apr 2012 16:58:34 +0100] rev 12540
7162823: Modify the list of excluded tests (ProblemList Reviewed-by: alanb
Thu, 19 Apr 2012 10:53:35 -0400 Merge
coleenp [Thu, 19 Apr 2012 10:53:35 -0400] rev 12539
Merge
Mon, 16 Apr 2012 18:09:53 -0400 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
jmelvin [Mon, 16 Apr 2012 18:09:53 -0400] rev 12538
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6 Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories. Reviewed-by: dcubed, phh, ohair, katleman
Thu, 19 Apr 2012 14:05:07 +0100 7162262: (fs) Typo in java.nio.file.Path class description
psandoz [Thu, 19 Apr 2012 14:05:07 +0100] rev 12537
7162262: (fs) Typo in java.nio.file.Path class description Reviewed-by: alanb
Wed, 02 May 2012 09:54:57 -0700 Merge
lana [Wed, 02 May 2012 09:54:57 -0700] rev 12536
Merge
Wed, 02 May 2012 17:54:18 +0400 7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
alexsch [Wed, 02 May 2012 17:54:18 +0400] rev 12535
7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side Reviewed-by: anthony, leonidr
Wed, 02 May 2012 13:53:06 +0400 7154062: [macosx] Mouse cursor isn't updated in applets
dcherepanov [Wed, 02 May 2012 13:53:06 +0400] rev 12534
7154062: [macosx] Mouse cursor isn't updated in applets Reviewed-by: anthony, art
Thu, 26 Apr 2012 18:15:49 -0700 Merge
lana [Thu, 26 Apr 2012 18:15:49 -0700] rev 12533
Merge
Thu, 26 Apr 2012 21:25:14 +0400 7124328: [macosx] javax.swing.JDesktopPane.getAllFramesInLayer returns unexpected value
alexp [Thu, 26 Apr 2012 21:25:14 +0400] rev 12532
7124328: [macosx] javax.swing.JDesktopPane.getAllFramesInLayer returns unexpected value Reviewed-by: anthony
Thu, 26 Apr 2012 21:16:12 +0400 7124210: [macosx] Replacing text in a TextField does generate an extra TextEvent
alexp [Thu, 26 Apr 2012 21:16:12 +0400] rev 12531
7124210: [macosx] Replacing text in a TextField does generate an extra TextEvent Reviewed-by: serb
Thu, 26 Apr 2012 12:39:11 +0800 7154030: java.awt.Component.hide() does not repaint parent component
luchsh [Thu, 26 Apr 2012 12:39:11 +0800] rev 12530
7154030: java.awt.Component.hide() does not repaint parent component Reviewed-by: rupashka
Wed, 25 Apr 2012 18:15:57 +0400 7154480: [macosx] Not all popup menu items are visible
leonidr [Wed, 25 Apr 2012 18:15:57 +0400] rev 12529
7154480: [macosx] Not all popup menu items are visible Reviewed-by: art
Wed, 25 Apr 2012 16:48:12 +0400 7163482: [macosx] Regtest closed/javax/swing/JTree/4908142/bug4908142.java intermittent failure
alexsch [Wed, 25 Apr 2012 16:48:12 +0400] rev 12528
7163482: [macosx] Regtest closed/javax/swing/JTree/4908142/bug4908142.java intermittent failure Reviewed-by: rupashka
Tue, 24 Apr 2012 20:39:40 +0400 7131021: [macosx] Consider using system properties to pass arguments from the launcher to AWT/SplashScreen
anthony [Tue, 24 Apr 2012 20:39:40 +0400] rev 12527
7131021: [macosx] Consider using system properties to pass arguments from the launcher to AWT/SplashScreen Summary: Document the environment variables and add tests Reviewed-by: ksrini
Tue, 24 Apr 2012 19:12:47 +0400 7163898: add isLoggable() check to doLog()
anthony [Tue, 24 Apr 2012 19:12:47 +0400] rev 12526
7163898: add isLoggable() check to doLog() Summary: Add the check and return immediately if it's false Reviewed-by: anthony, mchung, sla Contributed-by: Nicolas Carranza <nicarran@gmail.com>
Tue, 24 Apr 2012 17:47:50 +0400 7150109: [macosx] the Frame showed incomplete.
anthony [Tue, 24 Apr 2012 17:47:50 +0400] rev 12525
7150109: [macosx] the Frame showed incomplete. Summary: Open-source the tests Reviewed-by: art
Fri, 20 Apr 2012 13:13:00 +0800 7055065: NullPointerException when sorting JTable with empty cell
luchsh [Fri, 20 Apr 2012 13:13:00 +0800] rev 12524
7055065: NullPointerException when sorting JTable with empty cell Reviewed-by: rupashka
Fri, 20 Apr 2012 10:34:40 +0800 7129742: Unable to view focus in Non-Editable TextArea
zhouyx [Fri, 20 Apr 2012 10:34:40 +0800] rev 12523
7129742: Unable to view focus in Non-Editable TextArea Summary: Make sure the cursor is visible by setVisible(true) Reviewed-by: rupashka, alexp
Wed, 02 May 2012 09:53:29 -0700 Merge
lana [Wed, 02 May 2012 09:53:29 -0700] rev 12522
Merge
Thu, 26 Apr 2012 18:25:33 -0700 Merge
lana [Thu, 26 Apr 2012 18:25:33 -0700] rev 12521
Merge
Thu, 26 Apr 2012 13:16:52 -0700 7013850: Please change the mnemonic assignment system to avoid translation issue
jgodinez [Thu, 26 Apr 2012 13:16:52 -0700] rev 12520
7013850: Please change the mnemonic assignment system to avoid translation issue Reviewed-by: prr, mfang
Tue, 24 Apr 2012 13:29:04 -0700 7157659: [macosx] Landscape Printing orientation doesn't work
jgodinez [Tue, 24 Apr 2012 13:29:04 -0700] rev 12519
7157659: [macosx] Landscape Printing orientation doesn't work Reviewed-by: bae, prr
Fri, 27 Apr 2012 14:37:44 -0400 Merge
cgruszka [Fri, 27 Apr 2012 14:37:44 -0400] rev 12518
Merge
Wed, 25 Apr 2012 12:18:10 -0700 7128699: Fix bundle name so it contains the bugfix number in the name.
skovatch [Wed, 25 Apr 2012 12:18:10 -0700] rev 12517
7128699: Fix bundle name so it contains the bugfix number in the name. Reviewed-by: robilad
Wed, 05 Jul 2017 18:09:57 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:57 +0200] rev 12516
Merge
Wed, 09 May 2012 14:06:27 -0700 Merge
amurillo [Wed, 09 May 2012 14:06:27 -0700] rev 12515
Merge
Fri, 04 May 2012 14:10:31 -0700 Added tag hs24-b09 for changeset 6123dd756c56
amurillo [Fri, 04 May 2012 14:10:31 -0700] rev 12514
Added tag hs24-b09 for changeset 6123dd756c56
Fri, 04 May 2012 14:10:30 -0700 Merge
amurillo [Fri, 04 May 2012 14:10:30 -0700] rev 12513
Merge
Fri, 04 May 2012 10:46:32 -0700 Merge
jcoomes [Fri, 04 May 2012 10:46:32 -0700] rev 12512
Merge
Wed, 25 Apr 2012 12:36:37 +0200 7163848: G1: Log GC Cause for a GC
brutisso [Wed, 25 Apr 2012 12:36:37 +0200] rev 12511
7163848: G1: Log GC Cause for a GC Reviewed-by: johnc, jwilhelm, jmasa
Wed, 25 Apr 2012 15:51:10 -0700 Merge
jmasa [Wed, 25 Apr 2012 15:51:10 -0700] rev 12510
Merge
Wed, 25 Apr 2012 09:55:55 -0700 7164144: Fix variable naming style in freeBlockDictionary.* and binaryTreeDictionary*
jmasa [Wed, 25 Apr 2012 09:55:55 -0700] rev 12509
7164144: Fix variable naming style in freeBlockDictionary.* and binaryTreeDictionary* Summary: Fix naming style to be consistent with the predominant hotspot style. Reviewed-by: ysr, brutisso
Wed, 25 Apr 2012 10:23:12 -0700 7143490: G1: Remove HeapRegion::_top_at_conc_mark_count
johnc [Wed, 25 Apr 2012 10:23:12 -0700] rev 12508
7143490: G1: Remove HeapRegion::_top_at_conc_mark_count Summary: Removed the HeapRegion::_top_at_conc_mark_count field. It is no longer needed as a result of the changes for 6888336 and 7127706. Refactored the closures that finalize and verify the liveness counting data so that common functionality was placed into a base class. Reviewed-by: brutisso, tonyp
Thu, 29 Mar 2012 19:46:24 -0700 7131629: Generalize the CMS free list code
jmasa [Thu, 29 Mar 2012 19:46:24 -0700] rev 12507
7131629: Generalize the CMS free list code Summary: Make the FreeChunk, FreeList, TreeList, and BinaryTreeDictionary classes usable outside CMS. Reviewed-by: brutisso, johnc, jwilhelm Contributed-by: coleen.phillimore@oracle.com
Wed, 02 May 2012 15:47:06 -0400 Merge
jprovino [Wed, 02 May 2012 15:47:06 -0400] rev 12506
Merge
Thu, 26 Apr 2012 16:24:15 -0400 7162955: Attach api on Solaris, too many open files
dlong [Thu, 26 Apr 2012 16:24:15 -0400] rev 12505
7162955: Attach api on Solaris, too many open files Summary: Release server-side socket after client receives it. Reviewed-by: sla, dsamersoff, dcubed, acorn Contributed-by: dean.long@oracle.com
Wed, 25 Apr 2012 15:06:51 -0700 7164344: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Solaris and Windows
dcubed [Wed, 25 Apr 2012 15:06:51 -0700] rev 12504
7164344: enabling ZIP_DEBUGINFO_FILES causes unexpected test failures on Solaris and Windows Summary: Disable FDS by default on Solaris; disable ZIP_DEBUGINFO_FILES by default on Windows. Reviewed-by: acorn, sspitsyn
Tue, 24 Apr 2012 15:20:40 -0700 Merge
dcubed [Tue, 24 Apr 2012 15:20:40 -0700] rev 12503
Merge
Tue, 03 Apr 2012 09:48:34 -0700 7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds
dcubed [Tue, 03 Apr 2012 09:48:34 -0700] rev 12502
7158067: FDS: ENABLE_FULL_DEBUG_SYMBOLS flag should only affect product builds Summary: Build option FULL_DEBUG_SYMBOLS=0 only affects product builds. Reviewed-by: ohair, jmelvin, sspitsyn
Fri, 23 Mar 2012 11:50:33 -0700 7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris
dcubed [Fri, 23 Mar 2012 11:50:33 -0700] rev 12501
7102323: RFE: enable Full Debug Symbols Phase 1 on Solaris Summary: Add support for ENABLE_FULL_DEBUG_SYMBOLS and ZIP_DEBUGINFO_FILES build flags. Add support for .diz files. Reviewed-by: dholmes, ohair, sspitsyn
Mon, 23 Apr 2012 11:03:30 -0700 Merge
dcubed [Mon, 23 Apr 2012 11:03:30 -0700] rev 12500
Merge
Mon, 23 Apr 2012 13:30:39 +0200 7162063: libsaproc debug print should format size_t correctly on 64bit platform
sla [Mon, 23 Apr 2012 13:30:39 +0200] rev 12499
7162063: libsaproc debug print should format size_t correctly on 64bit platform Reviewed-by: rbackman, mgronlun, dholmes
Fri, 20 Apr 2012 14:55:45 +0100 7162488: VM not printing unknown -XX options
kevinw [Fri, 20 Apr 2012 14:55:45 +0100] rev 12498
7162488: VM not printing unknown -XX options Reviewed-by: dholmes, kamg
Fri, 20 Apr 2012 17:13:36 -0700 7163193: new hotspot build - hs24-b09
amurillo [Fri, 20 Apr 2012 17:13:36 -0700] rev 12497
7163193: new hotspot build - hs24-b09 Reviewed-by: jcoomes
Wed, 09 May 2012 13:07:42 -0700 Added tag jdk8-b37 for changeset f2944668a5b3
katleman [Wed, 09 May 2012 13:07:42 -0700] rev 12496
Added tag jdk8-b37 for changeset f2944668a5b3
Wed, 09 May 2012 16:12:35 -0700 Merge
katleman [Wed, 09 May 2012 16:12:35 -0700] rev 12495
Merge
Thu, 03 May 2012 14:17:30 +0200 7154130: Add Mac OS X Instructions to README-builds.html
ewendeli [Thu, 03 May 2012 14:17:30 +0200] rev 12494
7154130: Add Mac OS X Instructions to README-builds.html Reviewed-by: ohair Contributed-by: edvard.wendelin@oracle.com
Wed, 09 May 2012 13:07:33 -0700 Added tag jdk8-b37 for changeset 1246483aab30
katleman [Wed, 09 May 2012 13:07:33 -0700] rev 12493
Added tag jdk8-b37 for changeset 1246483aab30
Wed, 05 Jul 2017 18:09:43 +0200 Added tag jdk8-b37 for changeset b3a91113026c
duke [Wed, 05 Jul 2017 18:09:43 +0200] rev 12492
Added tag jdk8-b37 for changeset b3a91113026c
Wed, 05 Jul 2017 18:09:43 +0200 Merge jdk8-b37
duke [Wed, 05 Jul 2017 18:09:43 +0200] rev 12491
Merge
Wed, 05 Jul 2017 18:09:40 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:40 +0200] rev 12490
Merge
Thu, 26 Apr 2012 14:07:29 -0700 Added tag jdk8-b36 for changeset 5875a9028f2c
katleman [Thu, 26 Apr 2012 14:07:29 -0700] rev 12489
Added tag jdk8-b36 for changeset 5875a9028f2c
Wed, 05 Jul 2017 18:09:38 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:38 +0200] rev 12488
Merge
Thu, 26 Apr 2012 14:06:31 -0700 Added tag jdk8-b36 for changeset d142a9139249
katleman [Thu, 26 Apr 2012 14:06:31 -0700] rev 12487
Added tag jdk8-b36 for changeset d142a9139249
Wed, 05 Jul 2017 18:09:35 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:35 +0200] rev 12486
Merge
Wed, 02 May 2012 15:47:08 -0700 Merge
katleman [Wed, 02 May 2012 15:47:08 -0700] rev 12485
Merge
Mon, 30 Apr 2012 16:03:40 -0700 7165312: Fix jaxp source movement for new build-infra
ohair [Mon, 30 Apr 2012 16:03:40 -0700] rev 12484
7165312: Fix jaxp source movement for new build-infra Reviewed-by: ohrstrom
Thu, 26 Apr 2012 14:06:27 -0700 Added tag jdk8-b36 for changeset 69a997cbdf15
katleman [Thu, 26 Apr 2012 14:06:27 -0700] rev 12483
Added tag jdk8-b36 for changeset 69a997cbdf15
Wed, 05 Jul 2017 18:09:33 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:33 +0200] rev 12482
Merge
Thu, 26 Apr 2012 14:05:00 -0700 Added tag jdk8-b36 for changeset 46cc3a1a6961
katleman [Thu, 26 Apr 2012 14:05:00 -0700] rev 12481
Added tag jdk8-b36 for changeset 46cc3a1a6961
Wed, 05 Jul 2017 18:09:30 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:30 +0200] rev 12480
Merge
Thu, 26 Apr 2012 14:07:12 -0700 Added tag jdk8-b36 for changeset 8a3b65a2aab7
katleman [Thu, 26 Apr 2012 14:07:12 -0700] rev 12479
Added tag jdk8-b36 for changeset 8a3b65a2aab7
Wed, 05 Jul 2017 18:09:27 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:27 +0200] rev 12478
Merge
Thu, 26 Apr 2012 14:05:31 -0700 Added tag jdk8-b36 for changeset a7cb86ab5b6e
katleman [Thu, 26 Apr 2012 14:05:31 -0700] rev 12477
Added tag jdk8-b36 for changeset a7cb86ab5b6e
Wed, 02 May 2012 15:46:52 -0700 Merge
katleman [Wed, 02 May 2012 15:46:52 -0700] rev 12476
Merge
Mon, 30 Apr 2012 12:13:29 -0700 7165277: Fix missing execute permission issue running logger.sh
ihse [Mon, 30 Apr 2012 12:13:29 -0700] rev 12475
7165277: Fix missing execute permission issue running logger.sh Reviewed-by: ohair
Thu, 26 Apr 2012 14:04:42 -0700 Added tag jdk8-b36 for changeset 9e7bde7b948b
katleman [Thu, 26 Apr 2012 14:04:42 -0700] rev 12474
Added tag jdk8-b36 for changeset 9e7bde7b948b
Wed, 05 Jul 2017 18:09:18 +0200 Added tag jdk8-b36 for changeset 98ce9816ae08
duke [Wed, 05 Jul 2017 18:09:18 +0200] rev 12473
Added tag jdk8-b36 for changeset 98ce9816ae08
Wed, 05 Jul 2017 18:09:18 +0200 Merge jdk8-b36
duke [Wed, 05 Jul 2017 18:09:18 +0200] rev 12472
Merge
Wed, 05 Jul 2017 18:09:15 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:15 +0200] rev 12471
Merge
Mon, 23 Apr 2012 16:59:32 -0700 Merge
lana [Mon, 23 Apr 2012 16:59:32 -0700] rev 12470
Merge
Wed, 18 Apr 2012 10:22:32 -0700 Merge
lana [Wed, 18 Apr 2012 10:22:32 -0700] rev 12469
Merge
Wed, 11 Apr 2012 10:50:11 +0100 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
mcimadamore [Wed, 11 Apr 2012 10:50:11 +0100] rev 12468
7154127: Inference cleanup: remove bound check analysis from visitors in Types.java Summary: Remove bound checking rules from recursive subtype visitors in Types.java and replace with centralized bound-checking logic Reviewed-by: jjg, dlsmith
Tue, 10 Apr 2012 23:19:26 -0700 Merge
lana [Tue, 10 Apr 2012 23:19:26 -0700] rev 12467
Merge
Mon, 09 Apr 2012 14:31:18 -0700 7156633: (javac) incorrect errors when parsing variable declaration in block statements.
ksrini [Mon, 09 Apr 2012 14:31:18 -0700] rev 12466
7156633: (javac) incorrect errors when parsing variable declaration in block statements. Reviewed-by: jjg Contributed-by: jan.lahoda@oracle.com
Fri, 06 Apr 2012 10:10:44 -0700 7157626: Create a new test to check major version for a class file
jjg [Fri, 06 Apr 2012 10:10:44 -0700] rev 12465
7157626: Create a new test to check major version for a class file Reviewed-by: jjg Contributed-by: sonali.goel@oracle.com
Thu, 19 Apr 2012 12:19:06 -0700 Added tag jdk8-b35 for changeset 55cc12e59097
katleman [Thu, 19 Apr 2012 12:19:06 -0700] rev 12464
Added tag jdk8-b35 for changeset 55cc12e59097
Wed, 05 Jul 2017 18:09:07 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:07 +0200] rev 12463
Merge
Thu, 19 Apr 2012 12:18:55 -0700 Added tag jdk8-b35 for changeset dc30e060f828
katleman [Thu, 19 Apr 2012 12:18:55 -0700] rev 12462
Added tag jdk8-b35 for changeset dc30e060f828
Wed, 05 Jul 2017 18:09:02 +0200 Merge
duke [Wed, 05 Jul 2017 18:09:02 +0200] rev 12461
Merge
Mon, 23 Apr 2012 16:55:12 -0700 Merge
lana [Mon, 23 Apr 2012 16:55:12 -0700] rev 12460
Merge
Wed, 18 Apr 2012 10:20:19 -0700 Merge
lana [Wed, 18 Apr 2012 10:20:19 -0700] rev 12459
Merge
Tue, 17 Apr 2012 11:17:59 -0700 7160380: Sync JDK8 with JAXP 1.4.5
joehw [Tue, 17 Apr 2012 11:17:59 -0700] rev 12458
7160380: Sync JDK8 with JAXP 1.4.5 Summary: bring JDK8 up to date to what we have in 7u4 Reviewed-by: lancea, mullan
Thu, 12 Apr 2012 08:38:26 -0700 7160496: Rename JDK8 JAXP source directory
joehw [Thu, 12 Apr 2012 08:38:26 -0700] rev 12457
7160496: Rename JDK8 JAXP source directory Summary: moving src/share/classes to src Reviewed-by: ohair
Thu, 19 Apr 2012 12:18:53 -0700 Added tag jdk8-b35 for changeset 4bca4ac90e85
katleman [Thu, 19 Apr 2012 12:18:53 -0700] rev 12456
Added tag jdk8-b35 for changeset 4bca4ac90e85
Wed, 05 Jul 2017 18:08:50 +0200 Merge
duke [Wed, 05 Jul 2017 18:08:50 +0200] rev 12455
Merge
Thu, 19 Apr 2012 12:18:41 -0700 Added tag jdk8-b35 for changeset b8ea05aeddf8
katleman [Thu, 19 Apr 2012 12:18:41 -0700] rev 12454
Added tag jdk8-b35 for changeset b8ea05aeddf8
Wed, 05 Jul 2017 18:08:47 +0200 Merge
duke [Wed, 05 Jul 2017 18:08:47 +0200] rev 12453
Merge
Mon, 23 Apr 2012 16:58:40 -0700 Merge
lana [Mon, 23 Apr 2012 16:58:40 -0700] rev 12452
Merge
Wed, 18 Apr 2012 10:21:59 -0700 Merge
lana [Wed, 18 Apr 2012 10:21:59 -0700] rev 12451
Merge
Wed, 18 Apr 2012 16:05:12 +0100 Merge
michaelm [Wed, 18 Apr 2012 16:05:12 +0100] rev 12450
Merge
Wed, 18 Apr 2012 16:04:19 +0100 7162043: Add headless mode tests to problem list [macosx]
michaelm [Wed, 18 Apr 2012 16:04:19 +0100] rev 12449
7162043: Add headless mode tests to problem list [macosx] Reviewed-by: alanb
Tue, 17 Apr 2012 12:21:56 -0700 7157893: Warnings Cleanup in java.util.*
khazra [Tue, 17 Apr 2012 12:21:56 -0700] rev 12448
7157893: Warnings Cleanup in java.util.* Summary: Minor code changes to cleanup warnings in java.util.* Reviewed-by: mduigou, naoto, smarks Contributed-by: Remi Forax <forax@univ-mlv.fr>
Tue, 17 Apr 2012 11:59:12 -0700 7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
khazra [Tue, 17 Apr 2012 11:59:12 -0700] rev 12447
7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows Summary: Remove usage of HTTP Server at test/sun/net/www/httptest Reviewed-by: chegar, alanb
Tue, 17 Apr 2012 11:21:35 -0700 7160380: Sync JDK8 with JAXP 1.4.5
joehw [Tue, 17 Apr 2012 11:21:35 -0700] rev 12446
7160380: Sync JDK8 with JAXP 1.4.5 Summary: bring JDK8 up to date to what we have in 7u4 Reviewed-by: lancea, mullan
Tue, 17 Apr 2012 09:02:57 -0700 7159320: change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available
dcubed [Tue, 17 Apr 2012 09:02:57 -0700] rev 12445
7159320: change default ZIP_DEBUGINFO_FILES back to '1' after fix for 7133529 is available Reviewed-by: ohair, jmelvin, sspitsyn
Tue, 17 Apr 2012 08:49:50 -0700 Merge
sla [Tue, 17 Apr 2012 08:49:50 -0700] rev 12444
Merge
Tue, 17 Apr 2012 07:25:05 -0700 Merge
sla [Tue, 17 Apr 2012 07:25:05 -0700] rev 12443
Merge
Tue, 17 Apr 2012 06:45:57 +0200 7147848: com.sun.management.UnixOperatingSystem uses hardcoded dummy values [macosx]
sla [Tue, 17 Apr 2012 06:45:57 +0200] rev 12442
7147848: com.sun.management.UnixOperatingSystem uses hardcoded dummy values [macosx] Summary: Provide the missing implementation UnixOperatingSystem on Mac OS X Reviewed-by: dsamersoff, dcubed
Tue, 17 Apr 2012 15:46:04 +0100 7116200: (cs) test/java/nio/charset/coders/StreamTimeout.java fails with "Address already in use"
alanb [Tue, 17 Apr 2012 15:46:04 +0100] rev 12441
7116200: (cs) test/java/nio/charset/coders/StreamTimeout.java fails with "Address already in use" Reviewed-by: alanb, chegar Contributed-by: jim.gish@oracle.com, forax@univ-mlv.fr
Tue, 17 Apr 2012 07:14:14 -0700 7118373: (se) Potential leak file descriptor when deregistrating at around the same time as an async close
robm [Tue, 17 Apr 2012 07:14:14 -0700] rev 12440
7118373: (se) Potential leak file descriptor when deregistrating at around the same time as an async close Reviewed-by: alanb
Tue, 17 Apr 2012 16:13:28 +0400 7015981: java.net.HttpCookie.domainMatches returns false if domain doesn't start with a dot
dmeetry [Tue, 17 Apr 2012 16:13:28 +0400] rev 12439
7015981: java.net.HttpCookie.domainMatches returns false if domain doesn't start with a dot Reviewed-by: chegar
Mon, 16 Apr 2012 20:12:20 +0100 7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX
alanb [Mon, 16 Apr 2012 20:12:20 +0100] rev 12438
7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX Reviewed-by: michaelm, chegar
Mon, 16 Apr 2012 11:12:10 +0800 7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location
littlee [Mon, 16 Apr 2012 11:12:10 +0800] rev 12437
7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location Reviewed-by: alanb
Fri, 13 Apr 2012 19:00:08 +0100 7152169: TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc
vinnie [Fri, 13 Apr 2012 19:00:08 +0100] rev 12436
7152169: TEST_BUG: sun/security/tools/jarsigner/ec.sh occasionally fail due to keytool error on sparc Reviewed-by: mullan
Fri, 13 Apr 2012 09:49:41 -0400 Merge
mullan [Fri, 13 Apr 2012 09:49:41 -0400] rev 12435
Merge
Fri, 13 Apr 2012 09:46:25 -0400 7152564: Improve CodeSource.matchLocation(CodeSource) performance
mullan [Fri, 13 Apr 2012 09:46:25 -0400] rev 12434
7152564: Improve CodeSource.matchLocation(CodeSource) performance 7155693: CodeSource.matchLocation getPort test can be improved Reviewed-by: chegar
Thu, 12 Apr 2012 16:23:24 -0700 7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo
dcubed [Thu, 12 Apr 2012 16:23:24 -0700] rev 12433
7160895: tools/launcher/VersionCheck.java attempts to launch .debuginfo Summary: Do not install .debuginfo files in bin dir. Reviewed-by: ksrini, sspitsyn
Thu, 12 Apr 2012 15:01:41 -0700 7067045: replaceAll("\u20ac", "$"); causses java.lang.StringIndexOutOfBoundsExceptio
sherman [Thu, 12 Apr 2012 15:01:41 -0700] rev 12432
7067045: replaceAll("\u20ac", "$"); causses java.lang.StringIndexOutOfBoundsExceptio Summary: Updated to throw IAE instead. Reviewed-by: lancea
Thu, 12 Apr 2012 10:55:51 -0700 7152690: Initialization error with charset SJIS_0213 when security manager is enabled
sherman [Thu, 12 Apr 2012 10:55:51 -0700] rev 12431
7152690: Initialization error with charset SJIS_0213 when security manager is enabled Summary: To use doPrivileged block to wrap the data reading code Reviewed-by: alanb
Thu, 12 Apr 2012 10:43:04 -0700 7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets
sherman [Thu, 12 Apr 2012 10:43:04 -0700] rev 12430
7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets Summary: To use URI.getRawSchemeSpecificPart() to get the scheme part of the uri Reviewed-by: alanb, chegar
Thu, 12 Apr 2012 15:04:39 +0800 6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator
youdwei [Thu, 12 Apr 2012 15:04:39 +0800] rev 12429
6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator Reviewed-by: alanb
Wed, 11 Apr 2012 17:12:35 -0700 7157903: JSSE client sockets are very slow
wetmore [Wed, 11 Apr 2012 17:12:35 -0700] rev 12428
7157903: JSSE client sockets are very slow Reviewed-by: xuelei
Wed, 11 Apr 2012 07:26:35 -0700 7071907: JDK: Full Debug Symbols
dcubed [Wed, 11 Apr 2012 07:26:35 -0700] rev 12427
7071907: JDK: Full Debug Symbols Summary: Add initial FDS support to some libraries and programs. Reviewed-by: kamg, fparain, sspitsyn, dsamersoff
Tue, 10 Apr 2012 23:18:33 -0700 Merge
lana [Tue, 10 Apr 2012 23:18:33 -0700] rev 12426
Merge
Tue, 10 Apr 2012 10:45:56 +0200 7158930: (ann) library support for repeating annotations is not built when compiling the JDK
jfranck [Tue, 10 Apr 2012 10:45:56 +0200] rev 12425
7158930: (ann) library support for repeating annotations is not built when compiling the JDK Reviewed-by: ohair, erikj
Tue, 10 Apr 2012 10:32:00 +0200 7154809: JDI: update JDI/JDB debugee commandline option parsing
mgronlun [Tue, 10 Apr 2012 10:32:00 +0200] rev 12424
7154809: JDI: update JDI/JDB debugee commandline option parsing Summary: update debugee commandline parsing Reviewed-by: dcubed, dsamersoff, sla
Tue, 10 Apr 2012 12:15:03 +0800 7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()
weijun [Tue, 10 Apr 2012 12:15:03 +0800] rev 12423
7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds() Reviewed-by: valeriep, jjg
Tue, 10 Apr 2012 10:17:36 +0800 7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec
littlee [Tue, 10 Apr 2012 10:17:36 +0800] rev 12422
7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec Reviewed-by: dholmes, mduigou Contributed-by: Sean Zhou <zhouyx@linux.vnet.ibm.com>, Ulf Zibis <ulf.zibis@gmx.de>, David Holmes <david.holmes@oracle.com>
Thu, 05 Apr 2012 13:57:37 +0100 7133806: Typo in Files.newByteChannel javadoc
jgish [Thu, 05 Apr 2012 13:57:37 +0100] rev 12421
7133806: Typo in Files.newByteChannel javadoc Reviewed-by: chegar
Wed, 04 Apr 2012 15:57:04 -0700 7159130: add java/rmi/transport/pinClientSocketFactory to problem list
dmocek [Wed, 04 Apr 2012 15:57:04 -0700] rev 12420
7159130: add java/rmi/transport/pinClientSocketFactory to problem list Reviewed-by: smarks
Wed, 18 Apr 2012 10:18:10 -0700 Merge
lana [Wed, 18 Apr 2012 10:18:10 -0700] rev 12419
Merge
Wed, 18 Apr 2012 21:08:38 +0400 7124286: [macosx] Option modifier should work like AltGr as in Apple jdk
leonidr [Wed, 18 Apr 2012 21:08:38 +0400] rev 12418
7124286: [macosx] Option modifier should work like AltGr as in Apple jdk Reviewed-by: anthony
Wed, 18 Apr 2012 09:29:09 +0400 7156194: [macosx] Can't type non-ASCII characters into applets
dcherepanov [Wed, 18 Apr 2012 09:29:09 +0400] rev 12417
7156194: [macosx] Can't type non-ASCII characters into applets Reviewed-by: anthony, art
Tue, 17 Apr 2012 21:40:12 +0400 7161109: [macosx] JCK AWT interactive test DnDTextDropTest fails on MacOS
kizune [Tue, 17 Apr 2012 21:40:12 +0400] rev 12416
7161109: [macosx] JCK AWT interactive test DnDTextDropTest fails on MacOS Reviewed-by: serb
Tue, 17 Apr 2012 13:16:06 +0300 Merge
amenkov [Tue, 17 Apr 2012 13:16:06 +0300] rev 12415
Merge
Tue, 17 Apr 2012 13:03:01 +0300 7100140: [macosx] Test closed/javax/sound/sampled/DirectAudio/bug6400879.java is invalid
amenkov [Tue, 17 Apr 2012 13:03:01 +0300] rev 12414
7100140: [macosx] Test closed/javax/sound/sampled/DirectAudio/bug6400879.java is invalid Reviewed-by: prr
Mon, 16 Apr 2012 17:04:49 +0300 7058852: javax/sound/sampled/FileWriter/AlawEncoderSync.java failing intermittently
amenkov [Mon, 16 Apr 2012 17:04:49 +0300] rev 12413
7058852: javax/sound/sampled/FileWriter/AlawEncoderSync.java failing intermittently Reviewed-by: prr
Mon, 16 Apr 2012 18:36:58 +0400 7080700: numAppContexts is accessed in non-threadsafe way in sun.awt.AppContext
anthony [Mon, 16 Apr 2012 18:36:58 +0400] rev 12412
7080700: numAppContexts is accessed in non-threadsafe way in sun.awt.AppContext Summary: Replace a volatile integer with an AtomicInteger for numAppContexts Reviewed-by: anthony, art, dholmes
Sun, 15 Apr 2012 12:58:12 +0300 7149090: Nimbus:BorderFactory.createTitledBorder() the DEFAULT position of a title is not the same as the TOP
rupashka [Sun, 15 Apr 2012 12:58:12 +0300] rev 12411
7149090: Nimbus:BorderFactory.createTitledBorder() the DEFAULT position of a title is not the same as the TOP Reviewed-by: alexp
Fri, 13 Apr 2012 20:31:47 +0400 7124272: [macosx] VK_DELETE does produce an extraneous character in a TextArea or TextField
leonidr [Fri, 13 Apr 2012 20:31:47 +0400] rev 12410
7124272: [macosx] VK_DELETE does produce an extraneous character in a TextArea or TextField Reviewed-by: kizune, art
Thu, 12 Apr 2012 12:48:31 +0300 7160653: test/javax/swing/plaf/synth/7158712/bug7158712.java failed on Ubuntu
rupashka [Thu, 12 Apr 2012 12:48:31 +0300] rev 12409
7160653: test/javax/swing/plaf/synth/7158712/bug7158712.java failed on Ubuntu Reviewed-by: alexp
Wed, 11 Apr 2012 18:44:33 -0700 Merge
lana [Wed, 11 Apr 2012 18:44:33 -0700] rev 12408
Merge
Wed, 11 Apr 2012 21:06:08 +0400 7124411: [macosx] There's no KEY_TYPED for VK_ESCAPE
leonidr [Wed, 11 Apr 2012 21:06:08 +0400] rev 12407
7124411: [macosx] There's no KEY_TYPED for VK_ESCAPE Reviewed-by: art
Tue, 10 Apr 2012 22:09:58 +0400 7097771: setEnabled does not work for components in disabled containers.
serb [Tue, 10 Apr 2012 22:09:58 +0400] rev 12406
7097771: setEnabled does not work for components in disabled containers. Reviewed-by: art, anthony
Tue, 10 Apr 2012 19:09:48 +0300 7158712: Synth Property "ComboBox.popupInsets" is ignored
rupashka [Tue, 10 Apr 2012 19:09:48 +0300] rev 12405
7158712: Synth Property "ComboBox.popupInsets" is ignored Reviewed-by: alexp
Tue, 10 Apr 2012 18:53:15 +0300 7146146: Deadlock between subclass of AbstractDocument and UndoManager
rupashka [Tue, 10 Apr 2012 18:53:15 +0300] rev 12404
7146146: Deadlock between subclass of AbstractDocument and UndoManager Reviewed-by: art
Fri, 06 Apr 2012 17:20:49 +0400 7148275: [macosx] setIconImages() not working correctly (distorted icon when minimized)
anthony [Fri, 06 Apr 2012 17:20:49 +0400] rev 12403
7148275: [macosx] setIconImages() not working correctly (distorted icon when minimized) Summary: Pass all images provided by user code to the system and let it do the right thing Reviewed-by: art, swingler
Fri, 06 Apr 2012 17:15:09 +0400 7124553: [macosx] Need minimum size for titled Frames and JFrames
anthony [Fri, 06 Apr 2012 17:15:09 +0400] rev 12402
7124553: [macosx] Need minimum size for titled Frames and JFrames Summary: Forward-port the fix from 7u4 and also eliminate the grow box since we only support OS X 10.7+ that doesn't require it. Reviewed-by: art, swingler
Fri, 06 Apr 2012 17:03:34 +0400 7147435: closed/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh failed since 7u4b11
anthony [Fri, 06 Apr 2012 17:03:34 +0400] rev 12401
7147435: closed/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh failed since 7u4b11 Summary: Forward-port the fix from 7u4 and open-source the test Reviewed-by: art
Thu, 05 Apr 2012 20:38:24 +0400 7125657: [macosx] SpreadSheet demo has the broken display when clicking outside of the table.
serb [Thu, 05 Apr 2012 20:38:24 +0400] rev 12400
7125657: [macosx] SpreadSheet demo has the broken display when clicking outside of the table. Reviewed-by: alexp, anthony, art
Thu, 05 Apr 2012 19:43:56 +0400 7124528: [macosx] Selection is not cleared properly in text component.
serb [Thu, 05 Apr 2012 19:43:56 +0400] rev 12399
7124528: [macosx] Selection is not cleared properly in text component. Reviewed-by: anthony, art
Thu, 05 Apr 2012 19:22:54 +0400 7149913: [macosx] Deadlock in LWTextComponentPeer
serb [Thu, 05 Apr 2012 19:22:54 +0400] rev 12398
7149913: [macosx] Deadlock in LWTextComponentPeer Reviewed-by: anthony, art
Thu, 05 Apr 2012 19:01:43 +0400 7124401: [macosx] After call Frame dispose() application continues to work
serb [Thu, 05 Apr 2012 19:01:43 +0400] rev 12397
7124401: [macosx] After call Frame dispose() application continues to work Reviewed-by: art, alexp
Thu, 05 Apr 2012 18:27:16 +0400 7150105: [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor.
serb [Thu, 05 Apr 2012 18:27:16 +0400] rev 12396
7150105: [macosx] four scroll-buttons don't display. scroll-sliders cursors are TextCursor. Reviewed-by: anthony, art, alexp
Wed, 18 Apr 2012 10:16:23 -0700 Merge
lana [Wed, 18 Apr 2012 10:16:23 -0700] rev 12395
Merge
Wed, 11 Apr 2012 18:52:45 -0700 Merge
lana [Wed, 11 Apr 2012 18:52:45 -0700] rev 12394
Merge
Mon, 09 Apr 2012 15:49:33 -0700 7150134: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline
ceisserer [Mon, 09 Apr 2012 15:49:33 -0700] rev 12393
7150134: JCK api/java_awt/Graphics/index.html#DrawLine fails with OOM for jdk8 with XRender pipeline Reviewed-by: prr
Thu, 05 Apr 2012 15:17:19 -0700 7159136: JDK 7 font manager refactoring left JNI header generation and inclusion out of sync
prr [Thu, 05 Apr 2012 15:17:19 -0700] rev 12392
7159136: JDK 7 font manager refactoring left JNI header generation and inclusion out of sync Reviewed-by: igor, jgodinez
Thu, 05 Apr 2012 15:14:06 -0700 7159041: Fix for 7152519 causing build breakage.
prr [Thu, 05 Apr 2012 15:14:06 -0700] rev 12391
7159041: Fix for 7152519 causing build breakage. Reviewed-by: igor, jgodinez
Fri, 30 Mar 2012 10:18:04 -0700 7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue)
dbuck [Fri, 30 Mar 2012 10:18:04 -0700] rev 12390
7154822: forward port fix for Bug 13645891 to JDK8 jcmd (1024 byte file size limit issue) Summary: Changed so that jcmd breaks input into individual lines and sends each one to the jvm separately. Reviewed-by: dcubed, sla
Thu, 22 Mar 2012 12:47:39 +0800 7152519: Dependency on non-POSIX header file <link.h> causes portability problem
luchsh [Thu, 22 Mar 2012 12:47:39 +0800] rev 12389
7152519: Dependency on non-POSIX header file <link.h> causes portability problem Reviewed-by: prr, igor
Wed, 21 Mar 2012 18:41:42 -0700 7104147: the fix for cr6887286 was not appropriate for backporting
dbuck [Wed, 21 Mar 2012 18:41:42 -0700] rev 12388
7104147: the fix for cr6887286 was not appropriate for backporting Summary: Memory leak in the list of ImageObservers watching an object. We use recursion to iterate over the list. So once the list gets too big, we overflow the stack. Fix is to execute a prune operation on ever add, so there is no way we can get indefinite growth of stale nodes. Reviewed-by: prr, flar
Thu, 19 Apr 2012 12:18:58 -0700 Added tag jdk8-b35 for changeset 7d350b06fde4
katleman [Thu, 19 Apr 2012 12:18:58 -0700] rev 12387
Added tag jdk8-b35 for changeset 7d350b06fde4
Wed, 05 Jul 2017 18:08:33 +0200 Merge
duke [Wed, 05 Jul 2017 18:08:33 +0200] rev 12386
Merge
Fri, 20 Apr 2012 16:23:49 -0700 Added tag hs24-b08 for changeset 55ac5f20c7bf
amurillo [Fri, 20 Apr 2012 16:23:49 -0700] rev 12385
Added tag hs24-b08 for changeset 55ac5f20c7bf
Fri, 20 Apr 2012 16:23:48 -0700 Merge
amurillo [Fri, 20 Apr 2012 16:23:48 -0700] rev 12384
Merge
Fri, 20 Apr 2012 11:41:49 -0700 Merge
johnc [Fri, 20 Apr 2012 11:41:49 -0700] rev 12383
Merge
Wed, 18 Apr 2012 13:39:55 -0400 7145441: G1: collection set chooser-related cleanup
tonyp [Wed, 18 Apr 2012 13:39:55 -0400] rev 12382
7145441: G1: collection set chooser-related cleanup Summary: Cleanup of the CSet chooser class: standardize on uints for region num and indexes (instead of int, jint, etc.), make the method / field naming style more consistent, remove a lot of dead code. Reviewed-by: johnc, brutisso
Wed, 18 Apr 2012 07:21:15 -0400 7157073: G1: type change size_t -> uint for region counts / indexes
tonyp [Wed, 18 Apr 2012 07:21:15 -0400] rev 12381
7157073: G1: type change size_t -> uint for region counts / indexes Summary: Change the type of fields / variables / etc. that represent region counts and indeces from size_t to uint. Reviewed-by: iveresov, brutisso, jmasa, jwilhelm
Wed, 11 Apr 2012 16:18:45 +0200 7160613: VerifyRememberedSets doesn't work with CompressedOops
stefank [Wed, 11 Apr 2012 16:18:45 +0200] rev 12380
7160613: VerifyRememberedSets doesn't work with CompressedOops Summary: use load_decode_heap_oop instead of load_decode_heap_oop_not_null Reviewed-by: tonyp, brutisso
Mon, 16 Apr 2012 08:57:18 +0200 4988100: oop_verify_old_oop appears to be dead
brutisso [Mon, 16 Apr 2012 08:57:18 +0200] rev 12379
4988100: oop_verify_old_oop appears to be dead Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
Fri, 13 Apr 2012 01:59:38 +0200 7160728: Introduce an extra logging level for G1 logging
brutisso [Fri, 13 Apr 2012 01:59:38 +0200] rev 12378
7160728: Introduce an extra logging level for G1 logging Summary: Added log levels "fine", "finer" and "finest". Let PrintGC map to "fine" and PrintGCDetails map to "finer". Separated out the per worker information in the G1 logging to the "finest" level. Reviewed-by: stefank, jwilhelm, tonyp, johnc
Tue, 06 Mar 2012 12:36:59 +0100 7160570: Intrinsification support for tracing framework
rbackman [Tue, 06 Mar 2012 12:36:59 +0100] rev 12377
7160570: Intrinsification support for tracing framework Reviewed-by: sla, never
Sun, 15 Apr 2012 15:37:20 -0700 Merge
dcubed [Sun, 15 Apr 2012 15:37:20 -0700] rev 12376
Merge
Fri, 13 Apr 2012 08:11:36 -0700 Merge
coleenp [Fri, 13 Apr 2012 08:11:36 -0700] rev 12375
Merge
Thu, 12 Apr 2012 22:03:05 -0400 7160467: Fix test for 7158988
coleenp [Thu, 12 Apr 2012 22:03:05 -0400] rev 12374
7160467: Fix test for 7158988 Summary: Ended up checking in FieldMonitor.java as TestPostFieldModification.java Reviewed-by: kamg
(0) -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 +30000 tip