Lana Steuck
26faf043d2
Merge
2012-05-02 10:17:29 -07:00
Alexander Scherbatiy
4d0e923a60
7154048: [macosx] At least drag twice, the toolbar can be dragged to the left side
...
Reviewed-by: anthony, leonidr
2012-05-02 17:54:18 +04:00
Vinnie Ryan
43ef89d4a6
7087021: TEST: com/sun/crypto/provider/Mac/MacClone.java failed on Solaris sparc 5.10
...
Reviewed-by: mullan
2012-05-02 14:50:46 +01:00
Alan Bateman
6fed495d1f
7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11]
...
Reviewed-by: chegar
2012-05-01 11:17:20 +01:00
Lana Steuck
5b2008805b
Merge
2012-04-26 18:15:49 -07:00
Lana Steuck
6c68dd5523
Merge
2012-04-26 14:21:19 -07:00
Jonathan Lu
39c1b4be34
7154030: java.awt.Component.hide() does not repaint parent component
...
Reviewed-by: rupashka
2012-04-26 12:39:11 +08:00
Kurchi Subhra Hazra
6d834825de
7160242: (prefs) Preferences.remove(null) does not throw NPE [macosx]
...
Insert null check of argument in remove()'s implementation
Reviewed-by: forax, chegar, alanb
2012-04-25 12:31:31 -07:00
Alexander Scherbatiy
7f8dfa7abb
7163482: [macosx] Regtest closed/javax/swing/JTree/4908142/bug4908142.java intermittent failure
...
Reviewed-by: rupashka
2012-04-25 16:48:12 +04:00
Kumar Srinivasan
cb9507190e
7151434: java -jar -XX crashes java launcher
...
Reviewed-by: mchung, darcy
2012-04-24 10:37:01 -07:00
Anthony Petrov
14842a2b97
7131021: [macosx] Consider using system properties to pass arguments from the launcher to AWT/SplashScreen
...
Document the environment variables and add tests
Reviewed-by: ksrini
2012-04-24 20:39:40 +04:00
Anthony Petrov
56a050e73a
7150109: [macosx] the Frame showed incomplete
...
Open-source the tests
Reviewed-by: art
2012-04-24 17:47:50 +04:00
Alan Bateman
35a0ff69b0
7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx]
...
Reviewed-by: chegar
2012-04-22 21:22:17 +01:00
Kumar Srinivasan
b0c273a9b8
6981776: Pack200 must support -target 7 bytecodes
...
Pack200 implementation of JSR-200 updated for JSR-292 changes
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: jrose, ksrini
2012-04-22 06:54:38 -07:00
Jonathan Lu
91ae75b087
7055065: NullPointerException when sorting JTable with empty cell
...
Reviewed-by: rupashka
2012-04-20 13:13:00 +08:00
Sean Chou
2f21d39ae5
7129742: Unable to view focus in Non-Editable TextArea
...
Make sure the cursor is visible by setVisible(true)
Reviewed-by: rupashka, alexp
2012-04-20 10:34:40 +08:00
Kurchi Subhra Hazra
4f6ca7513e
7162385: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing again
...
Enable finding "foo1.jar"
Reviewed-by: chegar
2012-04-19 13:26:06 -07:00
Vinnie Ryan
a7c8728704
7162823: Modify the list of excluded tests (ProblemList
...
Reviewed-by: alanb
2012-04-19 16:58:34 +01:00
Coleen Phillimore
e776b337e8
Merge
2012-04-19 10:53:35 -04:00
Lana Steuck
b0654071b7
Merge
2012-04-18 10:21:59 -07:00
Lana Steuck
b85926e45f
Merge
2012-04-18 10:18:10 -07:00
Michael McMahon
e49c821349
Merge
2012-04-18 16:05:12 +01:00
Michael McMahon
899181bf7c
7162043: Add headless mode tests to problem list [macosx]
...
Reviewed-by: alanb
2012-04-18 16:04:19 +01:00
Kurchi Subhra Hazra
4869b7a5a7
7152856: TEST_BUG: sun/net/www/protocol/jar/B4957695.java failing on Windows
...
Remove usage of HTTP Server at test/sun/net/www/httptest
Reviewed-by: chegar, alanb
2012-04-17 11:59:12 -07:00
Joe Wang
87e24367ff
7160380: Sync JDK8 with JAXP 1.4.5
...
Bring JDK8 up to date to what we have in 7u4
Reviewed-by: lancea, mullan
2012-04-17 11:21:35 -07:00
Staffan Larsen
2231891a18
Merge
2012-04-17 08:49:50 -07:00
Jim Gish
9e2790c8ae
7116200: (cs) test/java/nio/charset/coders/StreamTimeout.java fails with "Address already in use"
...
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Reviewed-by: alanb, chegar
2012-04-17 15:46:04 +01:00
Alex Menkov
56c8257743
7100140: [macosx] Test closed/javax/sound/sampled/DirectAudio/bug6400879.java is invalid
...
Reviewed-by: prr
2012-04-17 13:03:01 +03:00
Staffan Larsen
311ea4a969
7147848: com.sun.management.UnixOperatingSystem uses hardcoded dummy values [macosx]
...
Provide the missing implementation UnixOperatingSystem on Mac OS X
Reviewed-by: dsamersoff, dcubed
2012-04-17 06:45:57 +02:00
James Melvin
d090606f36
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
...
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
2012-04-16 18:09:53 -04:00
Alan Bateman
b29ee10938
7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX
...
Reviewed-by: michaelm, chegar
2012-04-16 20:12:20 +01:00
Alex Menkov
253976ad79
7058852: javax/sound/sampled/FileWriter/AlawEncoderSync.java failing intermittently
...
Reviewed-by: prr
2012-04-16 17:04:49 +03:00
Charles Lee
a51733d81d
7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location
...
Reviewed-by: alanb
2012-04-16 11:12:10 +08:00
Pavel Porvatov
afa494b2a5
7149090: Nimbus:BorderFactory.createTitledBorder() the DEFAULT position of a title is not the same as the TOP
...
Reviewed-by: alexp
2012-04-15 12:58:12 +03:00
Sean Mullan
9fd5ef2141
Merge
2012-04-13 09:49:41 -04:00
Sean Mullan
ac620e811d
7152564: Improve CodeSource.matchLocation(CodeSource) performance
...
7155693: CodeSource.matchLocation getPort test can be improved
Reviewed-by: chegar
2012-04-13 09:46:25 -04:00
Xueming Shen
1f4653910f
7067045: replaceAll("\u20ac", "$"); causses java.lang.StringIndexOutOfBoundsExceptio
...
Updated to throw IAE instead.
Reviewed-by: lancea
2012-04-12 15:01:41 -07:00
Xueming Shen
d4817a1e4f
7152690: Initialization error with charset SJIS_0213 when security manager is enabled
...
To use doPrivileged block to wrap the data reading code
Reviewed-by: alanb
2012-04-12 10:55:51 -07:00
Xueming Shen
17d3cafd5b
7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped octets
...
To use URI.getRawSchemeSpecificPart() to get the scheme part of the uri
Reviewed-by: alanb, chegar
2012-04-12 10:43:04 -07:00
Pavel Porvatov
93c317d8e6
7160653: test/javax/swing/plaf/synth/7158712/bug7158712.java failed on Ubuntu
...
Reviewed-by: alexp
2012-04-12 12:48:31 +03:00
Deven You
00b38ee051
6610897: New constructor in sun.tools.java.ClassPath builds a path using File.separator instead of File.pathSeparator
...
Reviewed-by: alanb
2012-04-12 15:04:39 +08:00
Lana Steuck
d4fc10af1d
Merge
2012-04-11 18:52:45 -07:00
Lana Steuck
5e9ea38531
Merge
2012-04-11 18:44:33 -07:00
David Katleman
06ec3d779f
Merge
2012-04-11 14:09:48 -07:00
Lana Steuck
25e2d2bf5c
Merge
2012-04-10 23:18:33 -07:00
Sergey Bylokhov
2e12d45877
7097771: setEnabled does not work for components in disabled containers
...
Reviewed-by: art, anthony
2012-04-10 22:09:58 +04:00
Pavel Porvatov
910846ed2c
7158712: Synth Property "ComboBox.popupInsets" is ignored
...
Reviewed-by: alexp
2012-04-10 19:09:48 +03:00
Pavel Porvatov
e630f8d216
7146146: Deadlock between subclass of AbstractDocument and UndoManager
...
Reviewed-by: art
2012-04-10 18:53:15 +03:00
Weijun Wang
9c8af427e8
7158329: NPE in sun.security.krb5.Credentials.acquireDefaultCreds()
...
Reviewed-by: valeriep, jjg
2012-04-10 12:15:03 +08:00
Sean Zhou
79f8fba3f9
7121314: Behavior mismatch between AbstractCollection.toArray(T[] ) and its spec
...
Co-authored-by: Ulf Zibis <ulf.zibis@gmx.de>
Co-authored-by: David Holmes <david.holmes@oracle.com>
Reviewed-by: dholmes, mduigou
2012-04-10 10:17:36 +08:00