Alexander Potochkin
f28a61c6d9
Merge
2009-11-06 22:33:40 +03:00
Alexander Potochkin
e0b6c6ec3f
6879228: LayerUI should be extended
...
Reviewed-by: peterz
2009-11-06 22:26:37 +03:00
Alex Menkov
ab33367c0a
6887318: Incorrect constant used in DirectSound Mixer implementation
...
Reviewed-by: uta
2009-11-06 19:48:56 +03:00
Alexander Potochkin
bbe245dca3
6657138: Mutable statics in Windows PL&F (findbugs)
...
Reviewed-by: peterz, hawtin
2009-11-06 19:48:09 +03:00
Alex Menkov
83ed100592
6744801: JCK api/javax_sound/interactive/RecordSoundTest.html#RecordSoundTest fails on Solaris10 x64 for -d64
...
Reviewed-by: dav
2009-11-06 19:47:32 +03:00
Pavel Porvatov
e918d4b860
6621569: Win32ShellFolder2 and Win32ShellFolderManager2 may leak native resources
...
Reviewed-by: malenkov
2009-11-06 12:44:41 +03:00
Daniel Martin
2baf7ea7dc
6898220: Optimize Formatter.parse (including String.printf)
...
Create fewer objects when parsing
Reviewed-by: sherman
2009-11-05 16:12:45 -08:00
Martin Buchholz
450da8a061
6897553: LinkedList performance improvements
...
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
2009-11-05 16:12:45 -08:00
Igor Chernyshev
fb6b9445d7
6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx)
...
Use O(1) Iterator instead of O(N) operations on LinkedList updateList
Reviewed-by: alanb
2009-11-04 15:22:30 -08:00
Abhijit Saha
802294f139
Merge
2009-11-04 10:13:52 -08:00
Andrew John Hughes
d45297718d
6897844: Fix broken build on newer versions of X11 (libXext >= 1.1.0)
...
Recent changes to X11's header structure break the build
Reviewed-by: prr, flar
2009-11-03 23:23:15 +00:00
Joe Darcy
3e515ef90f
6897550: BigInteger constructor should use local cached String length
...
Reviewed-by: andrew, chegar
2009-11-03 15:01:50 -08:00
Tim Bell
b20e230f81
Merge
2009-11-02 22:23:50 -08:00
Doug Lea
ef2dd097cc
6865582: jsr166y - jsr166 maintenance update
...
6865571: Add a lightweight task framework known as ForkJoin
6445158: Phaser - an improved CyclicBarrier
6865579: Add TransferQueue/LinkedTransferQueue
Reviewed-by: martin, chegar, dice
2009-11-02 17:25:38 -08:00
Abhijit Saha
91ce5d885d
Merge
2009-11-02 13:59:37 -08:00
Tim Bell
3460e113e0
Merge
2009-11-02 00:06:21 -08:00
Alan Bateman
d9568c4ee6
6896829: test/sun/util/logging/PlatformLoggerTest.java needs @compile tag to be compiled by jtreg
...
Reviewed-by: mchung, tbell
2009-10-30 21:31:02 +00:00
Tim Bell
74f5893951
Merge
2009-10-30 13:12:24 -07:00
Xueming Shen
d9eeb64ea6
6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError
...
Fixed the boundary check in Deflater.java
Reviewed-by: alanb
2009-10-30 13:01:16 -07:00
Mario Torre
041e6cb967
6896068: SunGraphics2D exposes a reference to itself while non fully initialised
...
Introduce a new Interface to mark the Loops based pipes and initialise the loops accordingly.
Reviewed-by: flar, rkennke
2009-10-30 19:19:35 +01:00
Michael Wilkerson
672e476db1
Added tag jdk7-b75 for changeset 203caeb1e9a8
2009-10-30 10:54:50 -07:00
Tim Bell
57b638db88
Merge
2009-10-30 09:06:38 -07:00
Vladimir Yaroslavskiy
b36e33e9e0
6896573: Arrays.sort(long[]) fails with StackOverflowError
...
Reviewed-by: jjb
2009-10-30 15:06:24 +00:00
Abhijit Saha
0456a42631
Merge
2009-10-30 07:58:03 -07:00
Pavel Porvatov
fcfa835d86
6891412: The sun.awt.shell.ShellFolder#getInvoker method should be synchronized
...
Reviewed-by: peterz
2009-10-30 14:18:23 +03:00
Pavel Porvatov
ce0d94ffec
6894504: javax/swing/JFileChooser/6741890/bug6741890.java fails w/ RuntimeException
...
Reviewed-by: malenkov
2009-10-30 14:05:48 +03:00
Weijun Wang
7f63f4fe02
6894534: SeedGenerator shouldn't require java.nio.file to be present
...
Reviewed-by: alanb
2009-10-30 11:28:42 +08:00
Mandy Chung
27be2592c2
Merge
2009-10-29 19:55:52 -07:00
Kelly O'Hair
294edcdf2d
6896472: Missing libjsig.so causes jdk build failure
...
Reviewed-by: tbell, kvn, phh
2009-10-29 11:17:02 -07:00
Mandy Chung
37ce341049
6896422: Add @ignore to test/java/util/zip/Bounds.java
...
Ignore test/java/util/zip/Bounds.java until 6896424 is resolved
Reviewed-by: sherman
2009-10-29 09:22:00 -07:00
Abhijit Saha
45e7e91e92
Merge
2009-10-29 09:06:06 -07:00
Vladimir Yaroslavskiy
43f93f6ba6
6880672: Replace quicksort in java.util.Arrays with dual-pivot implementation
...
Co-authored-by: Joshua Bloch <joshua.bloch@google.com>
Co-authored-by: Jon Bentley <jbentley@avaya.com>
Reviewed-by: jjb
2009-10-29 11:18:37 +00:00
Kelly O'Hair
b389d6968a
Merge
2009-10-28 16:54:50 -07:00
Kelly O'Hair
27e58d6259
Merge
2009-10-28 16:26:52 -07:00
Abhijit Saha
84e0ce5651
Merge
2009-10-28 15:47:55 -07:00
Kelly O'Hair
140e4862f1
6888709: Change use of -DX=\""Y\"" to -DX='"Y"', consistently for all platforms
...
Reviewed-by: jjg, tbell
2009-10-28 13:00:33 -07:00
Kelly O'Hair
4f260ef889
6888701: Change all template java source files to a .java-template file suffix
...
Reviewed-by: jjg, alanb, mr
2009-10-28 12:54:37 -07:00
Mandy Chung
48b475ef76
6895875: Missing serialVersionUID in sun.management classes
...
Added serialVersionUID to fix warning errors
Reviewed-by: alanb
2009-10-28 11:18:01 -07:00
Weijun Wang
692684aa31
6890872: keytool -printcert to recognize signed jar files
...
Reviewed-by: mullan
2009-10-28 15:32:49 +08:00
Weijun Wang
9b3b87dab8
6893158: AP_REQ check should use key version number
...
Reviewed-by: valeriep, xuelei
2009-10-28 15:32:30 +08:00
Mandy Chung
f66cba870b
6876135: Add PlatformLoggingMXBean to eliminate the dependency on JMX from logging
...
Added a new PlatformLoggingMXBean interface to extend PlatformManagedObject instead of LoggingMXBean
Reviewed-by: alanb
2009-10-27 16:32:23 -07:00
Mandy Chung
1f214f0d12
6895456: Eliminate dependency on java.io.ObjectStreamClass during boot
...
Duplicate ObjectStreamClass.getClassSignature method in ObjectStreamField class
Reviewed-by: alanb
2009-10-27 16:31:01 -07:00
Abhijit Saha
5b3e71f3bd
Merge
2009-10-27 12:33:34 -07:00
Alan Bateman
b8832a673c
6888179: Separate out dependency on CORBA
...
Reviewed-by: dfuchs
2009-10-27 08:55:35 +00:00
Andrew John Hughes
1a55042376
6895287: disable building fontchecker
...
Changes to FontManager break bootstrap due to the fontchecker tool
Reviewed-by: prr
2009-10-26 21:42:20 +00:00
Abhijit Saha
b1d56df134
Merge
2009-10-26 10:06:53 -07:00
Alan Bateman
2c66181252
6894633: NetHooks should not require provider to be present (sol)
...
Reviewed-by: chegar, jccollet
2009-10-24 20:36:01 +01:00
Abhijit Saha
dcb2c18a2b
Merge
2009-10-23 12:58:10 -07:00
Joe Darcy
0452077b9a
6891113: More methods for java.util.Objects: deepEquals, hash, toString with default
...
Reviewed-by: alanb, gafter
2009-10-23 11:18:17 -07:00
Andrew Brygin
32f47acd27
6888167: memory leaks in the medialib glue code
...
Reviewed-by: igor, prr
2009-10-23 16:21:50 +04:00