Fri, 30 Oct 2009 14:18:23 +0300 6891412: The sun.awt.shell.ShellFolder#getInvoker method should be synchronized
rupashka [Fri, 30 Oct 2009 14:18:23 +0300] rev 4274
6891412: The sun.awt.shell.ShellFolder#getInvoker method should be synchronized Reviewed-by: peterz
Fri, 30 Oct 2009 14:05:48 +0300 6894504: javax/swing/JFileChooser/6741890/bug6741890.java fails w/ RuntimeException
rupashka [Fri, 30 Oct 2009 14:05:48 +0300] rev 4273
6894504: javax/swing/JFileChooser/6741890/bug6741890.java fails w/ RuntimeException Reviewed-by: malenkov
Thu, 22 Oct 2009 18:42:18 +0400 6795356: Leak caused by javax.swing.UIDefaults.ProxyLazyValue.acc
alexp [Thu, 22 Oct 2009 18:42:18 +0400] rev 4272
6795356: Leak caused by javax.swing.UIDefaults.ProxyLazyValue.acc Reviewed-by: hawtin
Thu, 22 Oct 2009 16:39:29 +0400 6550546: Win LAF: JFileChooser -> Look in Drop down should not display any shortcuts created on desktop
rupashka [Thu, 22 Oct 2009 16:39:29 +0400] rev 4271
6550546: Win LAF: JFileChooser -> Look in Drop down should not display any shortcuts created on desktop Reviewed-by: peterz
Thu, 22 Oct 2009 15:43:25 +0400 6893704: Potential memory leak in gtk2_interface.c
peterz [Thu, 22 Oct 2009 15:43:25 +0400] rev 4270
6893704: Potential memory leak in gtk2_interface.c Reviewed-by: stayer
Wed, 21 Oct 2009 14:25:25 +0400 6892340: Part of the CR 6741890 should be forwardported
rupashka [Wed, 21 Oct 2009 14:25:25 +0400] rev 4269
6892340: Part of the CR 6741890 should be forwardported Reviewed-by: malenkov
Wed, 18 Nov 2009 17:17:56 -0800 Merge
lana [Wed, 18 Nov 2009 17:17:56 -0800] rev 4268
Merge
Mon, 16 Nov 2009 18:13:15 +0000 6890458: Datatransfer API should not require RMI to be present
alanb [Mon, 16 Nov 2009 18:13:15 +0000] rev 4267
6890458: Datatransfer API should not require RMI to be present Reviewed-by: uta
Thu, 12 Nov 2009 12:06:46 +0300 6882909: Resetting a full-screen window to normal rotates screen to normal orientation.
dcherepanov [Thu, 12 Nov 2009 12:06:46 +0300] rev 4266
6882909: Resetting a full-screen window to normal rotates screen to normal orientation. Summary: retain rotation upon change to full screen mode Reviewed-by: art, anthony
Wed, 11 Nov 2009 19:18:27 +0300 6880694: GraphicsDevice.setFullScreenWindow(null) throws NPE if there's a fullscreen window displayed
dcherepanov [Wed, 11 Nov 2009 19:18:27 +0300] rev 4265
6880694: GraphicsDevice.setFullScreenWindow(null) throws NPE if there's a fullscreen window displayed Summary: handle "empty" refresh rates Reviewed-by: art, anthony
Wed, 11 Nov 2009 17:46:58 +0300 6852111: Unhandled 'spurious wakeup' in java.awt.EventQueue.invokeAndWait()
dcherepanov [Wed, 11 Nov 2009 17:46:58 +0300] rev 4264
6852111: Unhandled 'spurious wakeup' in java.awt.EventQueue.invokeAndWait() Summary: Introduced InvocationEvent.isDispatched method Reviewed-by: art, anthony
Fri, 23 Oct 2009 14:52:55 +0400 6887249: Get rid of double-check for isValid() idiom in validate() methods
anthony [Fri, 23 Oct 2009 14:52:55 +0400] rev 4263
6887249: Get rid of double-check for isValid() idiom in validate() methods Reviewed-by: art, dcherepanov
Thu, 22 Oct 2009 13:27:28 +0400 6707273: TrayIcon does not support 8-bit alpha channel in Windows XP
dcherepanov [Thu, 22 Oct 2009 13:27:28 +0400] rev 4262
6707273: TrayIcon does not support 8-bit alpha channel in Windows XP Reviewed-by: uta, ant
Wed, 21 Oct 2009 17:06:41 +0400 6852592: invalidate() must be smarter
anthony [Wed, 21 Oct 2009 17:06:41 +0400] rev 4261
6852592: invalidate() must be smarter Summary: Introduce validate roots in AWT Reviewed-by: alexp, art, dcherepanov
Mon, 19 Oct 2009 16:06:41 +0400 6891483: XToolkit.getEnv() checks for NULL on a wrong symbol
anthony [Mon, 19 Oct 2009 16:06:41 +0400] rev 4260
6891483: XToolkit.getEnv() checks for NULL on a wrong symbol Reviewed-by: dcherepanov
Thu, 15 Oct 2009 16:37:55 -0700 Merge
lana [Thu, 15 Oct 2009 16:37:55 -0700] rev 4259
Merge
Wed, 14 Oct 2009 19:23:15 +0400 6884960: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails
anthony [Wed, 14 Oct 2009 19:23:15 +0400] rev 4258
6884960: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java fails Summary: Support painting heavyweight components in transparent windows. Reviewed-by: art, alexp
Wed, 14 Oct 2009 16:32:38 +0400 6885735: closed/java/awt/Component/DisablingLWDisabledHW/DisablingLWDisabledHW.html fails
anthony [Wed, 14 Oct 2009 16:32:38 +0400] rev 4257
6885735: closed/java/awt/Component/DisablingLWDisabledHW/DisablingLWDisabledHW.html fails Summary: Use isRecursivelyVisibleUpToHeavyweightContainer() instead of isRecursivelyVisible() to determine if the peer needs to be hidden. Reviewed-by: art, dcherepanov
Wed, 14 Oct 2009 16:19:46 +0400 6711717: PIT: Security Icon is hidden for FullScreen apps, WinXP
anthony [Wed, 14 Oct 2009 16:19:46 +0400] rev 4256
6711717: PIT: Security Icon is hidden for FullScreen apps, WinXP Summary: Force hiding the security warning in FS exclusive mode. Reviewed-by: art, tdv
Wed, 14 Oct 2009 15:46:13 +0400 6684916: jframe.setMaximizedBounds() has no effect in linux
anthony [Wed, 14 Oct 2009 15:46:13 +0400] rev 4255
6684916: jframe.setMaximizedBounds() has no effect in linux Summary: Specification should indicate that the feature may be unsupported on some platforms. Reviewed-by: art, dcherepanov
Mon, 12 Oct 2009 19:07:43 +0400 6796915: Deadlock in XAWT when switching virtual desktops
dcherepanov [Mon, 12 Oct 2009 19:07:43 +0400] rev 4254
6796915: Deadlock in XAWT when switching virtual desktops Reviewed-by: art, anthony
Wed, 18 Nov 2009 17:16:27 -0800 Merge
lana [Wed, 18 Nov 2009 17:16:27 -0800] rev 4253
Merge
Mon, 09 Nov 2009 14:23:49 -0800 6899078: potential deadlock and performance issue in freeing strike resources with D3D pipeline
prr [Mon, 09 Nov 2009 14:23:49 -0800] rev 4252
6899078: potential deadlock and performance issue in freeing strike resources with D3D pipeline Reviewed-by: tdv, igor
Tue, 03 Nov 2009 23:23:15 +0000 6897844: Fix broken build on newer versions of X11 (libXext >= 1.1.0)
andrew [Tue, 03 Nov 2009 23:23:15 +0000] rev 4251
6897844: Fix broken build on newer versions of X11 (libXext >= 1.1.0) Summary: Recent changes to X11's header structure break the build Reviewed-by: prr, flar
Fri, 30 Oct 2009 19:19:35 +0100 6896068: SunGraphics2D exposes a reference to itself while non fully initialised.
neugens [Fri, 30 Oct 2009 19:19:35 +0100] rev 4250
6896068: SunGraphics2D exposes a reference to itself while non fully initialised. Summary: Introduce a new Interface to mark the Loops based pipes and initialise the loops accordingly. Reviewed-by: flar, rkennke
Fri, 23 Oct 2009 16:21:50 +0400 6888167: memory leaks in the medialib glue code
bae [Fri, 23 Oct 2009 16:21:50 +0400] rev 4249
6888167: memory leaks in the medialib glue code Reviewed-by: igor, prr
Fri, 23 Oct 2009 15:59:51 +0400 6888215: memory leak in jpeg plugin
bae [Fri, 23 Oct 2009 15:59:51 +0400] rev 4248
6888215: memory leak in jpeg plugin Reviewed-by: igor, prr
Fri, 16 Oct 2009 18:02:31 -0700 Merge
lana [Fri, 16 Oct 2009 18:02:31 -0700] rev 4247
Merge
Fri, 16 Oct 2009 09:32:29 -0700 6680634: Printing: "Collate" is ignored under Windows Vista x64
jgodinez [Fri, 16 Oct 2009 09:32:29 -0700] rev 4246
6680634: Printing: "Collate" is ignored under Windows Vista x64 Reviewed-by: campbell, prr
Wed, 14 Oct 2009 10:44:32 -0700 6890945: Typo in sentence about thread safety
jgodinez [Wed, 14 Oct 2009 10:44:32 -0700] rev 4245
6890945: Typo in sentence about thread safety Reviewed-by: prr
Mon, 05 Oct 2009 23:12:22 +0200 6887494: NPE in pisces Renderer
rkennke [Mon, 05 Oct 2009 23:12:22 +0200] rev 4244
6887494: NPE in pisces Renderer Summary: Only recreate crossings array, if there actually exists one before. Reviewed-by: flar, tdv
Fri, 02 Oct 2009 10:15:12 -0700 6887292: memory leak in freetypeScaler.c
igor [Fri, 02 Oct 2009 10:15:12 -0700] rev 4243
6887292: memory leak in freetypeScaler.c Reviewed-by: bae, prr
Tue, 17 Nov 2009 10:25:19 -0800 Merge
tbell [Tue, 17 Nov 2009 10:25:19 -0800] rev 4242
Merge
Tue, 17 Nov 2009 09:44:43 +0000 6901318: Yet more Dual-pivot quicksort improvements
alanb [Tue, 17 Nov 2009 09:44:43 +0000] rev 4241
6901318: Yet more Dual-pivot quicksort improvements Reviewed-by: jjb Contributed-by: vladimir.yaroslavskiy@sun.com
Mon, 16 Nov 2009 15:33:05 +0100 6858708: HotspotDiagnosticMXBean.setVMOption() throws NullPointerException
thurka [Mon, 16 Nov 2009 15:33:05 +0100] rev 4240
6858708: HotspotDiagnosticMXBean.setVMOption() throws NullPointerException Summary: Add a null check for the VM option string Reviewed-by: mchung, ohair
Thu, 12 Nov 2009 15:42:18 -0800 Merge
mchung [Thu, 12 Nov 2009 15:42:18 -0800] rev 4239
Merge
Thu, 12 Nov 2009 10:29:21 -0800 6899851: Regression causes new dependency to jkernel
mchung [Thu, 12 Nov 2009 10:29:21 -0800] rev 4238
6899851: Regression causes new dependency to jkernel Summary: Replaced sun.jkernel.DownloadManager calls with BootClassLoaderHook Reviewed-by: bae, asaha
Thu, 12 Nov 2009 23:04:42 +0000 Merge
vinnie [Thu, 12 Nov 2009 23:04:42 +0000] rev 4237
Merge
Thu, 12 Nov 2009 23:00:23 +0000 6894643: Separate out dependency on Kerberos
vinnie [Thu, 12 Nov 2009 23:00:23 +0000] rev 4236
6894643: Separate out dependency on Kerberos Reviewed-by: alanb, xuelei
Thu, 12 Nov 2009 11:20:51 +0000 6898124: Bidi should not require AWT to be present
alanb [Thu, 12 Nov 2009 11:20:51 +0000] rev 4235
6898124: Bidi should not require AWT to be present Reviewed-by: okutsu
Wed, 11 Nov 2009 16:22:27 +0000 6900234: Several NIO tests should be removed from test/ProblemList.txt
alanb [Wed, 11 Nov 2009 16:22:27 +0000] rev 4234
6900234: Several NIO tests should be removed from test/ProblemList.txt Reviewed-by: chegar
Wed, 11 Nov 2009 14:38:01 +0000 6899694: Dual-pivot quicksort improvements
alanb [Wed, 11 Nov 2009 14:38:01 +0000] rev 4233
6899694: Dual-pivot quicksort improvements Reviewed-by: jjb Contributed-by: vladimir.yaroslavskiy@sun.com, joshua.bloch@google.com
Tue, 10 Nov 2009 13:09:50 +0000 6899147: java.beans.MetaData should not require JDBC to be present
alanb [Tue, 10 Nov 2009 13:09:50 +0000] rev 4232
6899147: java.beans.MetaData should not require JDBC to be present Reviewed-by: malenkov
Tue, 10 Nov 2009 10:51:31 +0000 6898234: (dc) Multicast tests fail on OpenSolaris with vboxnet0 adapter
alanb [Tue, 10 Nov 2009 10:51:31 +0000] rev 4231
6898234: (dc) Multicast tests fail on OpenSolaris with vboxnet0 adapter Reviewed-by: chegar
Mon, 09 Nov 2009 21:32:16 -0800 6899607: Update java.util.prefs.FileSystemPreferences to use PlatformLogger
mchung [Mon, 09 Nov 2009 21:32:16 -0800] rev 4230
6899607: Update java.util.prefs.FileSystemPreferences to use PlatformLogger Summary: Update java.util.prefs.FileSystemPreferences to use PlatformLogger Reviewed-by: sherman
Mon, 09 Nov 2009 12:38:32 -0800 6899444: Fix demo/jvmti tests so they can run in jtreg samevm mode, cleanup problemlist
ohair [Mon, 09 Nov 2009 12:38:32 -0800] rev 4229
6899444: Fix demo/jvmti tests so they can run in jtreg samevm mode, cleanup problemlist Reviewed-by: tbell
Mon, 09 Nov 2009 07:38:05 -0800 Merge
asaha [Mon, 09 Nov 2009 07:38:05 -0800] rev 4228
Merge
Fri, 06 Nov 2009 21:32:35 -0800 Merge
asaha [Fri, 06 Nov 2009 21:32:35 -0800] rev 4227
Merge
Fri, 06 Nov 2009 16:07:52 -0800 Merge
asaha [Fri, 06 Nov 2009 16:07:52 -0800] rev 4226
Merge
Fri, 06 Nov 2009 19:48:09 +0300 6657138: Mutable statics in Windows PL&F (findbugs)
alexp [Fri, 06 Nov 2009 19:48:09 +0300] rev 4225
6657138: Mutable statics in Windows PL&F (findbugs) Reviewed-by: peterz, hawtin
Wed, 04 Nov 2009 10:13:52 -0800 Merge
asaha [Wed, 04 Nov 2009 10:13:52 -0800] rev 4224
Merge
Mon, 02 Nov 2009 13:59:37 -0800 Merge
asaha [Mon, 02 Nov 2009 13:59:37 -0800] rev 4223
Merge
Fri, 30 Oct 2009 07:58:03 -0700 Merge
asaha [Fri, 30 Oct 2009 07:58:03 -0700] rev 4222
Merge
Thu, 29 Oct 2009 09:06:06 -0700 Merge
asaha [Thu, 29 Oct 2009 09:06:06 -0700] rev 4221
Merge
Wed, 28 Oct 2009 15:47:55 -0700 Merge
asaha [Wed, 28 Oct 2009 15:47:55 -0700] rev 4220
Merge
Tue, 27 Oct 2009 12:33:34 -0700 Merge
asaha [Tue, 27 Oct 2009 12:33:34 -0700] rev 4219
Merge
Mon, 26 Oct 2009 10:06:53 -0700 Merge
asaha [Mon, 26 Oct 2009 10:06:53 -0700] rev 4218
Merge
Fri, 23 Oct 2009 12:58:10 -0700 Merge
asaha [Fri, 23 Oct 2009 12:58:10 -0700] rev 4217
Merge
Thu, 22 Oct 2009 16:28:01 -0700 Merge
asaha [Thu, 22 Oct 2009 16:28:01 -0700] rev 4216
Merge
Wed, 21 Oct 2009 11:34:19 -0700 Merge
asaha [Wed, 21 Oct 2009 11:34:19 -0700] rev 4215
Merge
Wed, 21 Oct 2009 11:28:46 -0700 Merge
asaha [Wed, 21 Oct 2009 11:28:46 -0700] rev 4214
Merge
Fri, 16 Oct 2009 11:20:38 -0700 Merge
asaha [Fri, 16 Oct 2009 11:20:38 -0700] rev 4213
Merge
Thu, 15 Oct 2009 14:41:51 -0700 Merge
asaha [Thu, 15 Oct 2009 14:41:51 -0700] rev 4212
Merge
Wed, 14 Oct 2009 14:21:25 -0700 Merge
asaha [Wed, 14 Oct 2009 14:21:25 -0700] rev 4211
Merge
Wed, 07 Oct 2009 08:38:43 -0700 Merge
asaha [Wed, 07 Oct 2009 08:38:43 -0700] rev 4210
Merge
Tue, 06 Oct 2009 21:40:55 -0700 Merge
asaha [Tue, 06 Oct 2009 21:40:55 -0700] rev 4209
Merge
Thu, 24 Sep 2009 22:50:41 +0100 6863503: SECURITY: MessageDigest.isEqual introduces timing attack vulnerabilities
vinnie [Thu, 24 Sep 2009 22:50:41 +0100] rev 4208
6863503: SECURITY: MessageDigest.isEqual introduces timing attack vulnerabilities Reviewed-by: mullan, wetmore
Mon, 14 Sep 2009 11:46:16 +0400 6872358: JRE AWT setBytePixels vulnerable to Heap Overflow
bae [Mon, 14 Sep 2009 11:46:16 +0400] rev 4207
6872358: JRE AWT setBytePixels vulnerable to Heap Overflow Reviewed-by: prr, hawtin
Thu, 10 Sep 2009 14:15:47 +0400 6631533: ICC_Profile allows detecting if some files exist
bae [Thu, 10 Sep 2009 14:15:47 +0400] rev 4206
6631533: ICC_Profile allows detecting if some files exist Reviewed-by: prr, hawtin
Thu, 10 Sep 2009 14:04:38 +0400 6632445: DoS from parsing BMPs with UNC ICC links
bae [Thu, 10 Sep 2009 14:04:38 +0400] rev 4205
6632445: DoS from parsing BMPs with UNC ICC links Reviewed-by: prr, hawtin
Thu, 10 Sep 2009 13:52:27 +0400 6822057: X11 and Win32GraphicsDevice don't clone arrays returned from getConfigurations()
bae [Thu, 10 Sep 2009 13:52:27 +0400] rev 4204
6822057: X11 and Win32GraphicsDevice don't clone arrays returned from getConfigurations() Reviewed-by: prr, hawtin
Thu, 10 Sep 2009 13:35:28 +0400 6862968: JPEG Image Writer quantization problem
bae [Thu, 10 Sep 2009 13:35:28 +0400] rev 4203
6862968: JPEG Image Writer quantization problem Reviewed-by: prr, hawtin
Thu, 10 Sep 2009 12:50:09 +0400 6872357: JRE AWT setDifflCM vulnerable to Stack Overflow
bae [Thu, 10 Sep 2009 12:50:09 +0400] rev 4202
6872357: JRE AWT setDifflCM vulnerable to Stack Overflow Reviewed-by: prr, hawtin
Thu, 10 Sep 2009 12:26:34 +0400 6874643: ImageI/O JPEG is vulnerable to Heap Overflow
bae [Thu, 10 Sep 2009 12:26:34 +0400] rev 4201
6874643: ImageI/O JPEG is vulnerable to Heap Overflow Reviewed-by: prr, hawtin
Sat, 05 Sep 2009 07:55:05 -0700 Merge
asaha [Sat, 05 Sep 2009 07:55:05 -0700] rev 4200
Merge
Thu, 03 Sep 2009 19:42:27 +0400 6657026: Numerous static security flaws in Swing (findbugs)
malenkov [Thu, 03 Sep 2009 19:42:27 +0400] rev 4199
6657026: Numerous static security flaws in Swing (findbugs) Reviewed-by: hawtin, peterz
Tue, 01 Sep 2009 08:15:00 -0700 Merge
asaha [Tue, 01 Sep 2009 08:15:00 -0700] rev 4198
Merge
Mon, 31 Aug 2009 08:54:39 -0700 Merge
asaha [Mon, 31 Aug 2009 08:54:39 -0700] rev 4197
Merge
Thu, 27 Aug 2009 15:08:10 -0700 Merge
asaha [Thu, 27 Aug 2009 15:08:10 -0700] rev 4196
Merge
Wed, 26 Aug 2009 08:38:57 -0700 Merge
asaha [Wed, 26 Aug 2009 08:38:57 -0700] rev 4195
Merge
Wed, 26 Aug 2009 17:05:15 +0900 6824265: (tz) TimeZone.getTimeZone allows probing local filesystem
okutsu [Wed, 26 Aug 2009 17:05:15 +0900] rev 4194
6824265: (tz) TimeZone.getTimeZone allows probing local filesystem Reviewed-by: peytoia
Thu, 20 Aug 2009 17:16:13 -0700 6874407: Missing regression test for 6636650
valeriep [Thu, 20 Aug 2009 17:16:13 -0700] rev 4193
6874407: Missing regression test for 6636650 Summary: Prevent classloader from resurrection Reviewed-by: hawtin
Thu, 20 Aug 2009 14:49:31 -0700 6636650: (cl) Resurrected ClassLoaders can still have children
valeriep [Thu, 20 Aug 2009 14:49:31 -0700] rev 4192
6636650: (cl) Resurrected ClassLoaders can still have children Summary: Prevent classloader from resurrection Reviewed-by: hawtin
Thu, 20 Aug 2009 12:46:43 +0400 6664512: Component and [Default]KeyboardFocusManager pass security sensitive objects to loggers
dcherepanov [Thu, 20 Aug 2009 12:46:43 +0400] rev 4191
6664512: Component and [Default]KeyboardFocusManager pass security sensitive objects to loggers Summary: toString is called on security sensitive objects Reviewed-by: art, hawtin
Tue, 18 Aug 2009 20:47:13 -0700 6861062: Disable MD2 support
xuelei [Tue, 18 Aug 2009 20:47:13 -0700] rev 4190
6861062: Disable MD2 support Reviewed-by: mullan, weijun
Tue, 18 Aug 2009 16:53:23 -0700 Merge
asaha [Tue, 18 Aug 2009 16:53:23 -0700] rev 4189
Merge
Tue, 18 Aug 2009 12:10:12 +0800 6864911: ASN.1/DER input stream parser needs more work
weijun [Tue, 18 Aug 2009 12:10:12 +0800] rev 4188
6864911: ASN.1/DER input stream parser needs more work Reviewed-by: mullan, xuelei
Sun, 08 Nov 2009 15:11:10 -0800 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair [Sun, 08 Nov 2009 15:11:10 -0800] rev 4187
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option Reviewed-by: tbell, jjg, alanb
Fri, 06 Nov 2009 17:27:41 -0800 Merge
tbell [Fri, 06 Nov 2009 17:27:41 -0800] rev 4186
Merge
Thu, 05 Nov 2009 16:12:45 -0800 6898220: Optimize Formatter.parse (including String.printf)
martin [Thu, 05 Nov 2009 16:12:45 -0800] rev 4185
6898220: Optimize Formatter.parse (including String.printf) Summary: Create fewer objects when parsing Reviewed-by: sherman Contributed-by: Daniel Martin <dtm@google.com>
Thu, 05 Nov 2009 16:12:45 -0800 6897553: LinkedList performance improvements
martin [Thu, 05 Nov 2009 16:12:45 -0800] rev 4184
6897553: LinkedList performance improvements Summary: LinkedList of size N creates N+1 instead of N+2 objects. Comparing against null is faster than comparing against sentinel node Reviewed-by: dl, jjb, forax
Wed, 04 Nov 2009 15:22:30 -0800 6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx)
martin [Wed, 04 Nov 2009 15:22:30 -0800] rev 4183
6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx) Summary: Use O(1) Iterator instead of O(N) operations on LinkedList updateList Reviewed-by: alanb Contributed-by: Igor Chernyshev <igorc@google.com>
Tue, 03 Nov 2009 15:01:50 -0800 6897550: BigInteger constructor should use local cached String length
darcy [Tue, 03 Nov 2009 15:01:50 -0800] rev 4182
6897550: BigInteger constructor should use local cached String length Reviewed-by: andrew, chegar
Fri, 30 Oct 2009 21:31:02 +0000 6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be compiled by jtreg
alanb [Fri, 30 Oct 2009 21:31:02 +0000] rev 4181
6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be compiled by jtreg Reviewed-by: mchung, tbell
Fri, 30 Oct 2009 13:12:24 -0700 Merge
tbell [Fri, 30 Oct 2009 13:12:24 -0700] rev 4180
Merge
Fri, 30 Oct 2009 09:06:38 -0700 Merge
tbell [Fri, 30 Oct 2009 09:06:38 -0700] rev 4179
Merge
(0) -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip