Alexander Scherbatiy
|
c0b462dd42
|
7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS
Reviewed-by: rupashka
|
2012-01-30 12:52:53 +04:00 |
|
Lana Steuck
|
afe805a586
|
Merge
|
2012-01-28 22:21:54 -08:00 |
|
Chris Hegarty
|
036e845b65
|
7110002: Rename xawt/libmawt.so and headless/libmawt.so so they can be colocated with libawt
Reviewed-by: art, prr, dholmes, alanb
|
2012-01-27 13:48:40 +00:00 |
|
Alexander Scherbatiy
|
9a010b5d73
|
7105040: [macosx] closed/javax/swing/JPopupMenu/4966112/bug4966112.java deadlocks on MacOS
Reviewed-by: rupashka
|
2012-01-27 17:36:35 +04:00 |
|
Alexander Scherbatiy
|
a70eddca0d
|
7109962: [macosx] closed/javax/swing/JList/6462008/bug6462008.java fails on MacOS
Reviewed-by: rupashka
|
2012-01-27 17:00:16 +04:00 |
|
Alexander Scherbatiy
|
153bd2fc0d
|
7122173: [macosx] Several Regression tests fail on MacOS
Reviewed-by: rupashka
|
2012-01-27 16:32:16 +04:00 |
|
David Katleman
|
1b98d6343f
|
Added tag jdk8-b23 for changeset 412e931c07b9
|
2012-01-26 18:23:28 -08:00 |
|
Pavel Porvatov
|
4ae1928609
|
7010561: Tab text position with Synth based LaF is different to Java 5/6
Reviewed-by: alexp
|
2012-01-26 17:38:58 +04:00 |
|
David Katleman
|
3afc06730d
|
Merge
|
2012-01-25 13:54:28 -08:00 |
|
Alejandro Murillo
|
89a6bc1ca9
|
Merge
|
2012-01-25 12:36:08 -08:00 |
|
Lana Steuck
|
a863f02fc0
|
Merge
|
2012-01-24 13:43:24 -08:00 |
|
Sergey Malenkov
|
e59111ddf3
|
7121905: grammatically incorrect apostrophe in BeanInfo javadoc
Reviewed-by: rupashka
|
2012-01-24 19:40:14 +04:00 |
|
Denis Fokin
|
40dbde3a86
|
7078460: JDialog is shown as separate icon on the taskbar
Reviewed-by: anthony
|
2012-01-24 18:46:36 +04:00 |
|
Mark Reinhold
|
77ad1e47c1
|
7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
Reviewed-by: ohair
|
2012-01-23 12:39:41 -08:00 |
|
Denis Fokin
|
9bf6ef1857
|
7130140: using horizontal scroll button on mouse causes a message to be printed on stdout
Reviewed-by: art
|
2012-01-23 17:26:07 +04:00 |
|
Alexander Scherbatiy
|
ea9ee98dd7
|
7116634: [macosx] closed/javax/swing/JTree/6263446/bug6263446Tree.java fails on MacOS
Reviewed-by: rupashka
|
2012-01-23 13:53:24 +04:00 |
|
Alexander Scherbatiy
|
2909ee7529
|
7112854: [macosx] closed/javax/swing/JPopupMenu/Test6827786.java unstable on MacOS
Reviewed-by: rupashka
|
2012-01-23 13:05:51 +04:00 |
|
Alejandro Murillo
|
370735f2e4
|
Merge
|
2012-01-20 14:31:33 -08:00 |
|
David Katleman
|
6f9ada3843
|
Added tag jdk8-b22 for changeset 054ae6fb4346
|
2012-01-20 13:08:48 -08:00 |
|
Denis Fokin
|
d0dfef0321
|
7121761: creation of java.awt.DataFlavour fails for turkish locale
Reviewed-by: anthony
|
2012-01-19 14:59:43 +04:00 |
|
Lana Steuck
|
9ccc60ae83
|
Merge
|
2012-01-18 20:24:41 -08:00 |
|
Lana Steuck
|
8b5dadd520
|
Merge
|
2012-01-18 20:23:33 -08:00 |
|
John R Rose
|
cec41c4c9d
|
7030453: JSR 292 ClassValue.get method is too slow
Implement ClassValue cooperatively with Class like ThreadLocal with Thread.
Reviewed-by: twisti, mduigou
|
2012-01-18 17:34:32 -08:00 |
|
John R Rose
|
1c49ad8a03
|
7077803: java.lang.InternalError in java.lang.invoke.MethodHandleNatives.init
Use correct access token for unreflecting MHs where setAccessible(true)
Reviewed-by: never, twisti
|
2012-01-18 17:34:30 -08:00 |
|
John R Rose
|
ef856f2fe0
|
7117167: Misc warnings in java.lang.invoke and sun.invoke.*
Reviewed-by: smarks
|
2012-01-18 17:34:29 -08:00 |
|
Lana Steuck
|
328abbe8d8
|
Merge
|
2012-01-18 11:41:13 -08:00 |
|
Lana Steuck
|
5fa3c57f37
|
Merge
|
2012-01-18 11:27:56 -08:00 |
|
Lana Steuck
|
bb8ab4aa4f
|
Merge
|
2012-01-18 11:00:20 -08:00 |
|
Matt Smith
|
d5d6252e5b
|
7130662: GTK file dialog crashes with a NPE
Guard adding a back slash to the directory name with an if (!= null) check
Reviewed-by: anthony, art
|
2012-01-18 19:09:26 +04:00 |
|
Kurchi Subhra Hazra
|
75e511ab32
|
7117570: Warnings in sun.mangement.* and its subpackages
Reviewed-by: mchung, dsamersoff
|
2012-01-17 15:55:40 -08:00 |
|
Denis Fokin
|
36b3d034d2
|
7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException
Reviewed-by: art
|
2012-01-17 19:09:32 +04:00 |
|
Chris Hegarty
|
8d3dc3ed37
|
6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol)
Reviewed-by: alanb
|
2012-01-17 14:10:04 +00:00 |
|
Chris Hegarty
|
c77eb16a79
|
7129083: CookieManager does not store cookies if url is read before setting cookie manager
Reviewed-by: michaelm
|
2012-01-16 18:05:29 +00:00 |
|
Alan Bateman
|
3fc15f302b
|
7130398: ProblemList.txt updates (1/2012)
Reviewed-by: chegar
|
2012-01-16 16:30:29 +00:00 |
|
Sergey Malenkov
|
e20614ed03
|
7122740: PropertyDescriptor Performance Slow
Reviewed-by: rupashka
|
2012-01-16 18:28:56 +04:00 |
|
David Buck
|
e6ade0739d
|
7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
Reviewed-by: bae, prr
|
2012-01-16 11:52:51 +04:00 |
|
Weijun Wang
|
5cbd245bad
|
7118809: rcache deadlock
Reviewed-by: valeriep
|
2012-01-16 10:10:56 +08:00 |
|
Phil Race
|
3b8a1fee1d
|
7127827: JRE8: javaws fails to launch on oracle linux due to XRender
Reviewed-by: bae, jgodinez
|
2012-01-13 13:11:08 -08:00 |
|
David Katleman
|
f7d05ab615
|
Added tag jdk8-b21 for changeset 0287f9a11368
|
2012-01-13 10:05:45 -08:00 |
|
Charles Lee
|
5c8b083c66
|
7129029: (fs) Unix file system provider should be buildable on platforms that don't support O_NOFOLLOW
Reviewed-by: alanb
|
2012-01-13 13:20:02 +00:00 |
|
Alexander Scherbatiy
|
30f7f59109
|
7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on Aqua L&F
Reviewed-by: rupashka
|
2012-01-13 12:39:23 +04:00 |
|
Valerie Peng
|
8b0a1174bd
|
Merge
|
2012-01-12 18:49:33 -08:00 |
|
Weijun Wang
|
c4f77e41b6
|
7090565: Move test/closed/javax/security/auth/x500/X500Principal/Parse.java to open tests
Reviewed-by: mullan
|
2012-01-13 09:50:19 +08:00 |
|
Valerie Peng
|
eafb7ad68c
|
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
Added the OracleUcrypto provider for utilizing the Solaris ucrypto API.
Reviewed-by: weijun
|
2012-01-12 16:04:03 -08:00 |
|
Xue-Lei Andrew Fan
|
8b5551f1eb
|
7106773: 512 bits RSA key cannot work with SHA384 and SHA512
Reviewed-by: weijun
|
2012-01-12 03:39:37 -08:00 |
|
David Katleman
|
a742ba1ba3
|
Merge
|
2012-01-11 16:13:21 -08:00 |
|
Kumar Srinivasan
|
86fa49b707
|
7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2
Reviewed-by: sherman, mchung, darcy
|
2012-01-11 08:14:47 -08:00 |
|
Alan Bateman
|
69a71c999c
|
7068856: (fs) Typo in Files.isSameFile() javadoc
7099208: (fs) Files.newBufferedReader has typo in javadoc
Reviewed-by: forax
|
2012-01-11 13:07:15 +00:00 |
|
Chris Hegarty
|
1f16d123b1
|
7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map
Reviewed-by: michaelm
|
2012-01-11 10:52:25 +00:00 |
|
Joe Darcy
|
cd63594f4a
|
7128931: Bad HTML escaping in java.lang.Throwable javadoc
Reviewed-by: mduigou
|
2012-01-10 17:46:46 -08:00 |
|