Tue, 18 May 2010 13:12:46 -0700 6951599: Rename package of security tools for modularization
mchung [Tue, 18 May 2010 13:12:46 -0700] rev 5609
6951599: Rename package of security tools for modularization Summary: Move PolicyTool to sun.security.tools.policytool package Reviewed-by: weijun
Mon, 17 May 2010 16:18:13 -0700 4853493: GZIPOutputStream passes a reference to a private array into an untrusted method
sherman [Mon, 17 May 2010 16:18:13 -0700] rev 5608
4853493: GZIPOutputStream passes a reference to a private array into an untrusted method Summary: create a new header byte array for each header writeout Reviewed-by: martin
Mon, 17 May 2010 12:19:49 -0700 4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH
sherman [Mon, 17 May 2010 12:19:49 -0700] rev 5607
4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH Summary: Added new constructors to allow flush() work in Z_SYNC_FLUSH mode Reviewed-by: martin
Sun, 16 May 2010 21:22:07 -0700 4465490: Suspicious about double-check locking idiom being used in the code
sherman [Sun, 16 May 2010 21:22:07 -0700] rev 5606
4465490: Suspicious about double-check locking idiom being used in the code Summary: to use volatile for the double-checked object Reviewed-by: weijun
Fri, 14 May 2010 13:46:53 -0700 4263582: RFE: GZIPInputStream throws IOException on non-gzipped data
sherman [Fri, 14 May 2010 13:46:53 -0700] rev 5605
4263582: RFE: GZIPInputStream throws IOException on non-gzipped data Summary: throw ZipException instead of IOException Reviewed-by: martin
Fri, 14 May 2010 13:30:37 -0700 6952701: Use http://www.ietf.org/rfc for rfc references in jdk public APIs
sherman [Fri, 14 May 2010 13:30:37 -0700] rev 5604
6952701: Use http://www.ietf.org/rfc for rfc references in jdk public APIs Summary: replace www.isi.edu/in-notes with www.ietf.org/rfc Reviewed-by: martin
Thu, 13 May 2010 21:56:13 -0700 6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity
martin [Thu, 13 May 2010 21:56:13 -0700] rev 5603
6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity Summary: make sure to grow with size => size * 2 + 2 Reviewed-by: dholmes, chegar, ohair
Thu, 13 May 2010 21:30:18 -0700 6951064: Typo in javadoc for ZipException ctors
sherman [Thu, 13 May 2010 21:30:18 -0700] rev 5602
6951064: Typo in javadoc for ZipException ctors Summary: fixed the doc typo Reviewed-by: martin
Thu, 13 May 2010 10:11:17 +0200 6951887: Wrong redirection useage in test sun/nio/cs/Test4200310.sh
ptisnovs [Thu, 13 May 2010 10:11:17 +0200] rev 5601
6951887: Wrong redirection useage in test sun/nio/cs/Test4200310.sh Summary: Testcase correction. Reviewed-by: sherman
Wed, 12 May 2010 21:35:55 -0700 6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions
ohair [Wed, 12 May 2010 21:35:55 -0700] rev 5600
6943915: Adjust jdk/test/Makefile to deal with .dll and .so libraries needing execute permissions Summary: And adjustments to test problem list. Reviewed-by: jjg
Wed, 12 May 2010 14:41:10 -0700 6951661: Eliminate jvmstat dependency on sun.management.counter
mchung [Wed, 12 May 2010 14:41:10 -0700] rev 5599
6951661: Eliminate jvmstat dependency on sun.management.counter Summary: jvmstat keeps its own copy of Units and Variability class Reviewed-by: alanb
Tue, 01 Jun 2010 21:25:26 -0700 Merge
lana [Tue, 01 Jun 2010 21:25:26 -0700] rev 5598
Merge
Tue, 01 Jun 2010 14:17:38 -0700 Merge
lana [Tue, 01 Jun 2010 14:17:38 -0700] rev 5597
Merge
Fri, 28 May 2010 19:55:52 +0400 6670274: Incorrect tab titles for JTabbedPane if using HTML (BasicTabbedPanelUI problem)
alexp [Fri, 28 May 2010 19:55:52 +0400] rev 5596
6670274: Incorrect tab titles for JTabbedPane if using HTML (BasicTabbedPanelUI problem) Reviewed-by: rupashka
Fri, 28 May 2010 19:46:26 +0400 6889007: No resize cursor during hovering mouse over JTable
alexp [Fri, 28 May 2010 19:46:26 +0400] rev 5595
6889007: No resize cursor during hovering mouse over JTable Reviewed-by: rupashka
Fri, 28 May 2010 13:32:40 +0400 6954231: SynthTextPaneUI.installUI() doesn't set component to opaque even if prop was not set by client progr
peterz [Fri, 28 May 2010 13:32:40 +0400] rev 5594
6954231: SynthTextPaneUI.installUI() doesn't set component to opaque even if prop was not set by client progr Reviewed-by: alexp
Fri, 28 May 2010 13:31:38 +0400 6929507: Build error on file swing.plaf.synth.SynthUI
peterz [Fri, 28 May 2010 13:31:38 +0400] rev 5593
6929507: Build error on file swing.plaf.synth.SynthUI Reviewed-by: rupashka
Wed, 26 May 2010 22:02:32 +0400 6925473: REGRESSION: JOptionPane in dialog is full-screen height
rupashka [Wed, 26 May 2010 22:02:32 +0400] rev 5592
6925473: REGRESSION: JOptionPane in dialog is full-screen height Reviewed-by: peterz
Wed, 26 May 2010 20:22:23 +0400 6632959: swing html parser doesn't know € or ›
peterz [Wed, 26 May 2010 20:22:23 +0400] rev 5591
6632959: swing html parser doesn't know € or › Reviewed-by: alexp
Tue, 25 May 2010 20:54:59 +0400 6884066: JTableHeader listens mouse in disabled state and doesn't work when not attached to a table
alexp [Tue, 25 May 2010 20:54:59 +0400] rev 5590
6884066: JTableHeader listens mouse in disabled state and doesn't work when not attached to a table Reviewed-by: rupashka
Tue, 25 May 2010 20:39:52 +0400 6768387: REGRESSION: JTable no longer serializable
alexp [Tue, 25 May 2010 20:39:52 +0400] rev 5589
6768387: REGRESSION: JTable no longer serializable Reviewed-by: rupashka
Tue, 25 May 2010 20:30:54 +0400 6937798: Nimbus: Issues with JTable grid
alexp [Tue, 25 May 2010 20:30:54 +0400] rev 5588
6937798: Nimbus: Issues with JTable grid Reviewed-by: rupashka
Tue, 25 May 2010 20:22:44 +0400 6786238: api/javax_swing/DefaultDesktopManager/descriptions.html#xxxFrame Fails with NPE since 6u12 b02
alexp [Tue, 25 May 2010 20:22:44 +0400] rev 5587
6786238: api/javax_swing/DefaultDesktopManager/descriptions.html#xxxFrame Fails with NPE since 6u12 b02 Reviewed-by: rupashka
Fri, 21 May 2010 17:49:15 -0700 Merge
lana [Fri, 21 May 2010 17:49:15 -0700] rev 5586
Merge
Fri, 21 May 2010 22:04:35 +0400 6953396: javax.swing.plaf.basic.BasicViewportUI.uninstallDefaults() is not called when UI is uninstalled
alexp [Fri, 21 May 2010 22:04:35 +0400] rev 5585
6953396: javax.swing.plaf.basic.BasicViewportUI.uninstallDefaults() is not called when UI is uninstalled Reviewed-by: rupashka
Thu, 20 May 2010 20:42:56 +0400 6910490: MatteBorder JScrollpane interaction
malenkov [Thu, 20 May 2010 20:42:56 +0400] rev 5584
6910490: MatteBorder JScrollpane interaction Reviewed-by: alexp
Thu, 20 May 2010 18:44:51 +0400 6479191: LTP: XMLEncoder does not update initialized property of GridBagConstraints type
malenkov [Thu, 20 May 2010 18:44:51 +0400] rev 5583
6479191: LTP: XMLEncoder does not update initialized property of GridBagConstraints type Reviewed-by: rupashka
Tue, 18 May 2010 16:40:53 +0900 6953294: Fix for 6909002 was incorrectly merged
peytoia [Tue, 18 May 2010 16:40:53 +0900] rev 5582
6953294: Fix for 6909002 was incorrectly merged Reviewed-by: okutsu
Mon, 17 May 2010 17:23:18 +0400 6938481: 4906607 is not fixed for NIMBUS L&F
rupashka [Mon, 17 May 2010 17:23:18 +0400] rev 5581
6938481: 4906607 is not fixed for NIMBUS L&F Reviewed-by: alexp
Sat, 29 May 2010 23:26:16 -0700 Merge
lana [Sat, 29 May 2010 23:26:16 -0700] rev 5580
Merge
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip