2001 Commits

Author SHA1 Message Date
Dmitry Cherepanov
58c459c32e 6882909: Resetting a full-screen window to normal rotates screen to normal orientation
Retain rotation upon change to full screen mode

Reviewed-by: art, anthony
2009-11-12 12:06:46 +03:00
Alan Bateman
186882959d 6900234: Several NIO tests should be removed from test/ProblemList.txt
Reviewed-by: chegar
2009-11-11 16:22:27 +00:00
Dmitry Cherepanov
67ffb33afa 6880694: GraphicsDevice.setFullScreenWindow(null) throws NPE if there's a fullscreen window displayed
Handle "empty" refresh rates

Reviewed-by: art, anthony
2009-11-11 19:18:27 +03:00
Dmitry Cherepanov
1fbf705739 6852111: Unhandled 'spurious wakeup' in java.awt.EventQueue.invokeAndWait()
Introduced InvocationEvent.isDispatched method

Reviewed-by: art, anthony
2009-11-11 17:46:58 +03:00
Vladimir Yaroslavskiy
0d83336729 6899694: Dual-pivot quicksort improvements
Co-authored-by: Joshua Bloch <joshua.bloch@google.com>
Reviewed-by: jjb
2009-11-11 14:38:01 +00:00
Yuka Kamiya
a1e00ce934 6899397: (tz) Support tzdata2009r
Reviewed-by: okutsu
2009-11-11 15:38:47 +09:00
Alan Bateman
a5e7fb4543 6899147: java.beans.MetaData should not require JDBC to be present
Reviewed-by: malenkov
2009-11-10 13:09:50 +00:00
Alan Bateman
aac491b420 6898234: (dc) Multicast tests fail on OpenSolaris with vboxnet0 adapter
Reviewed-by: chegar
2009-11-10 10:51:31 +00:00
Mandy Chung
a7ec8a6b09 6899607: Update java.util.prefs.FileSystemPreferences to use PlatformLogger
Update java.util.prefs.FileSystemPreferences to use PlatformLogger

Reviewed-by: sherman
2009-11-09 21:32:16 -08:00
Phil Race
2fdf51d313 6899078: potential deadlock and performance issue in freeing strike resources with D3D pipeline
Reviewed-by: tdv, igor
2009-11-09 14:23:49 -08:00
Kelly O'Hair
88c07c4b25 6899444: Fix demo/jvmti tests so they can run in jtreg samevm mode, cleanup problemlist
Reviewed-by: tbell
2009-11-09 12:38:32 -08:00
Abhijit Saha
cc1b7fd05d Merge 2009-11-09 07:38:05 -08:00
Kelly O'Hair
d12589297c 6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
Reviewed-by: tbell, jjg, alanb
2009-11-08 15:11:10 -08:00
Abhijit Saha
b7a372efca Merge 2009-11-06 21:32:35 -08:00
Tim Bell
44accdb4b7 Merge 2009-11-06 17:27:41 -08:00
Abhijit Saha
31d05a3363 Merge 2009-11-06 16:07:52 -08:00
Alexander Potochkin
eedc1f473a 6878399: public SwingUtilities.getParentViewport() is required
Reviewed-by: peterz
2009-11-06 22:40:58 +03:00
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