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
|
328abbe8d8
|
Merge
|
2012-01-18 11:41:13 -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 |
|
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 |
|
Sergey Malenkov
|
e20614ed03
|
7122740: PropertyDescriptor Performance Slow
Reviewed-by: rupashka
|
2012-01-16 18:28:56 +04:00 |
|
David Katleman
|
f7d05ab615
|
Added tag jdk8-b21 for changeset 0287f9a11368
|
2012-01-13 10:05:45 -08: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 |
|
David Katleman
|
a742ba1ba3
|
Merge
|
2012-01-11 16:13:21 -08:00 |
|
Alexander Scherbatiy
|
a6f9704a91
|
6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener
Reviewed-by: rupashka
|
2012-01-10 17:11:10 +04:00 |
|
Alexander Scherbatiy
|
59c8f5f79f
|
7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
Reviewed-by: kizune
|
2012-01-10 15:46:30 +04:00 |
|
Lana Steuck
|
d29ac175d5
|
Merge
|
2012-01-09 19:12:44 -08:00 |
|
Jonathan Lu
|
467c036ccf
|
7128320: Fix freetype sanity check to make it more generic
Reviewed-by: luchsh, katleman
|
2012-01-09 09:18:37 -08:00 |
|
David Katleman
|
43b9e261ed
|
Added tag jdk8-b20 for changeset e069ef26f072
|
2012-01-05 08:42:40 -08:00 |
|
Kelly O'Hair
|
892dcc25fc
|
7127104: Build issue with prtconf and zones, also using := to avoid extra execs
Reviewed-by: katleman
|
2012-01-04 17:42:25 -08:00 |
|
Lana Steuck
|
a43e73eb81
|
Merge
|
2012-01-04 10:57:39 -08:00 |
|
Frederic Parain
|
d1c86caeaa
|
7104647: Adding a diagnostic command framework
Reviewed-by: mchung, dholmes
|
2012-01-04 03:49:35 -08:00 |
|
Christopher Gruszka
|
66d59b683f
|
Merge
|
2012-01-03 14:34:08 -05:00 |
|
Kumar Srinivasan
|
6274287b95
|
7124443: (launcher) test DefaultsLocaleTest fails with Windows shells
Reviewed-by: darcy
|
2012-01-03 08:33:30 -08:00 |
|
Kumar Srinivasan
|
3890c64b86
|
7123582: (launcher) display the -version and -XshowSettings
Reviewed-by: alanb
|
2012-01-03 08:27:37 -08:00 |
|
Chris Hegarty
|
1d37e604b0
|
7125055: ContentHandler.getContent API changed in error
Reviewed-by: alanb
|
2012-01-01 09:24:00 +00:00 |
|
Stuart Marks
|
79235d3197
|
7122061: add -Xlint:all -Werror to warning-free build steps
Reviewed-by: chegar, alanb, dholmes, ohair
|
2011-12-29 16:39:51 -08:00 |
|
David Katleman
|
cb15ac68aa
|
Added tag jdk8-b19 for changeset d0ec48636c58
|
2011-12-29 15:14:45 -08:00 |
|
David Katleman
|
6ddf2df795
|
Merge
|
2011-12-28 15:14:24 -08:00 |
|
Lana Steuck
|
3419a755d7
|
Merge
|
2011-12-28 10:51:24 -08:00 |
|
Lana Steuck
|
2c60c1d450
|
Merge
|
2011-12-23 16:38:34 -08:00 |
|
Christopher Gruszka
|
29d2647a0a
|
Merge
|
2011-12-23 10:43:48 -05:00 |
|
Christine Lu
|
c3b4f37dce
|
Added tag jdk8-b18 for changeset 18c0332b5a94
|
2011-12-22 19:00:41 -08:00 |
|
Daniel D. Daugherty
|
937ae45cd8
|
7121600: Instrumentation.redefineClasses() leaks class bytes
Call JNI ReleaseByteArrayElements() on memory returned by JNI GetByteArrayElements(). Also push test for 7122253.
Reviewed-by: acorn, poonam
|
2011-12-22 18:35:48 -08:00 |
|
Stephen Flores
|
a046e398d5
|
7076310: (file) AclEntry.Builder setFlags throws IllegalArgumentException if set argument is empty
Reviewed-by: alanb
|
2011-12-22 10:52:17 +00:00 |
|
Weijun Wang
|
440adedd51
|
7122169: TcpTimeout fail for various reasons
Reviewed-by: alanb
|
2011-12-22 15:35:55 +08:00 |
|
Valerie Peng
|
9b7ddf1602
|
6839886: Array overrun in pkcs11
Fix the wrong value when dealing w/ month and day.
Reviewed-by: mullan
|
2011-12-21 14:08:00 -08:00 |
|
Brandon Passanisi
|
e4dad47833
|
7078386: NetworkInterface.getNetworkInterfaces() may return corrupted results on linux
Reviewed-by: michaelm, alanb, chegar
|
2011-12-21 10:06:32 +00:00 |
|
Masayoshi Okutsu
|
c15d5acd01
|
7122054: (tz) Windows-only: tzmappings needs update for KB2633952
Reviewed-by: peytoia
|
2011-12-21 17:09:39 +09:00 |
|
Lana Steuck
|
3f5f0b4dc0
|
Merge
|
2011-12-20 15:27:55 -08:00 |
|
Lana Steuck
|
6d9634a306
|
Merge
|
2011-12-20 15:26:23 -08:00 |
|
Anthony Petrov
|
b3582e243e
|
7122796: SunToolkit constructor should create the EventQueue for the Main AppContext
Always create an EQ for the main AppContext in SunToolkit constructor
Reviewed-by: art
|
2011-12-20 12:48:01 +03:00 |
|
Stephen Flores
|
a8ad56bd5c
|
6990617: Regular expression doesn't match if unicode character next to a digit
Updated RemoveQEQuotation() to deal with this case correctly
Reviewed-by: sherman
|
2011-12-19 14:14:14 -08:00 |
|
Igor Nekrestyanov
|
30c9b2b165
|
Merge
|
2011-12-19 10:06:23 -08:00 |
|
Denis Fokin
|
1258946332
|
7117011: Reduce number of warnings in sun/awt/windows and sun/awt/datatransfer
Reviewed-by: art
|
2011-12-19 16:44:36 +04:00 |
|
Oleg Pekhovskiy
|
3704715569
|
7117334: Warnings cleanup day: reduce number of javac warnings in the java.awt package
Reviewed-by: art, denis, alexsch
|
2011-12-19 15:21:35 +04:00 |
|
Brandon Passanisi
|
6702bf177f
|
7087549: (fs) Files.newInputStream throws UOE for custom provider options
Reviewed-by: alanb
|
2011-12-17 20:07:14 +00:00 |
|
Stuart Marks
|
be40fd7800
|
7122235: stop the build if javac fails
Reviewed-by: chegar, dholmes, mcimadamore, ohair
|
2011-12-17 08:21:23 -08:00 |
|
Lana Steuck
|
ea01b60d82
|
Merge
|
2011-12-16 12:12:17 -08:00 |
|
Christopher Gruszka
|
928809708d
|
Merge
|
2011-12-16 15:01:55 -05:00 |
|
Chris Hegarty
|
d680725432
|
7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies
Reviewed-by: michaelm
|
2011-12-16 16:09:41 +00:00 |
|
Lana Steuck
|
f1c7c499bf
|
Merge
|
2011-12-15 19:52:13 -08:00 |
|
David Katleman
|
662d105a15
|
Merge
|
2011-12-15 15:55:53 -08:00 |
|
David Katleman
|
64a4e00654
|
Added tag jdk8-b16 for changeset 9b857545922a
|
2011-12-15 15:47:31 -08:00 |
|
David Katleman
|
00b5a73ca2
|
Added tag jdk8-b17 for changeset f93045767e5d
|
2011-12-15 12:16:36 -08:00 |
|
Michael Fang
|
638f43b009
|
Merge
|
2011-12-15 11:29:58 -08:00 |
|