Commit Graph

2680 Commits

Author SHA1 Message Date
Omair Majid
6e5fbc5669 6987945: XDecoratedPeer shouldn't allow to resize a frame to zero size
Reviewed-by: anthony
2010-09-28 10:16:18 -04:00
Artem Ananiev
07a295701d 6987896: Modal dialogs resumes the calling thread before it's hidden
Reviewed-by: anthony
2010-09-28 14:57:23 +04:00
Anton Tarasov
0969410407 6886678: Clicking on parent JFrame's client area does not switch focus from JWindow to JFrame on Windows
Reviewed-by: dcherepanov, art
2010-09-27 17:38:57 +04:00
Anton Tarasov
397abc7260 6505819: Provide traverseIn method for sun.awt.EmbeddedFrame
Reviewed-by: dcherepanov, art
2010-09-27 16:11:58 +04:00
Anton Tarasov
fdaf5c86b2 6867293: switching TAB in a browser doesn't deactivate EmbeddedFrame
Reviewed-by: dcherepanov, art
2010-09-03 11:08:41 +04:00
Lana Steuck
022ee216f4 Merge 2010-09-02 12:17:21 -07:00
Andrei Dmitriev
41e1560d14 6480547: REG: bug 4118621 which got Integrated in 1.1.8 fails in mustang from b25 onwards
6808185: test/closed/java/awt/Menu/NullMenuLabelTest crashes

Reviewed-by: dcherepanov
2010-08-31 15:05:09 +04:00
Lana Steuck
ae1cce3a74 Merge 2010-08-29 22:41:28 -07:00
Christine Lu
e3a36e4914 Added tag jdk7-b107 for changeset d2462a7b07c5 2010-08-26 16:17:02 -07:00
Artem Ananiev
28253f9cb3 6949936: Provide API for running nested events loops, similar to what modal dialogs do
Reviewed-by: ant, anthony
2010-08-24 12:54:46 +04:00
Lana Steuck
f2af16c789 Merge 2010-08-23 19:14:20 -07:00
Lana Steuck
0bd861fdb9 Merge 2010-08-23 19:13:15 -07:00
Lana Steuck
9f2b02319f Merge 2010-08-23 19:12:01 -07:00
Kumar Srinivasan
8f806006bd 6966740: (pack200) need to add the timezone regression test
Reviewed-by: jrose
2010-08-23 10:47:42 -07:00
Kumar Srinivasan
6f001f2e2f 6969063: (pack200) The default value of Pack200.Packer.SEGMENT_LIMIT property is empty string instead of -1
Reviewed-by: jrose
2010-08-23 10:19:20 -07:00
Chris Hegarty
f2e822b50f 6977851: NPE from FileURLConnection.connect
Reviewed-by: michaelm
2010-08-23 21:59:13 +01:00
Kumar Srinivasan
226ae73a8d 6531345: Memory leak in unpack200
Reviewed-by: jrose
2010-08-23 08:18:08 -07:00
Alan Bateman
f92a419833 6431344: (fc) FileChannel.transferTo() doesn't work if address space runs out
Reviewed-by: forax, chegar
2010-08-23 17:35:18 +01:00
Alan Bateman
b7ca44871e 6978511: (file) Path.toRealPath should fail if not resolving links and file does not exist
Reviewed-by: forax, chegar
2010-08-23 17:11:07 +01:00
Chris Hegarty
b0942f5a43 6965924: java.net.HttpCookie using static SimpleDateFormat which is not thread safe
Reviewed-by: michaelm
2010-08-23 16:27:56 +01:00
Chris Hegarty
107837ccd7 6968584: Thread should not be Cloneable
Reviewed-by: dholmes
2010-08-23 14:35:22 +01:00
Yuka Kamiya
cd78cc6fdb 6977550: (tz) Support tzdata2010l
Reviewed-by: okutsu
2010-08-23 14:14:52 +09:00
Kumar Srinivasan
05802c5a7a Merge 2010-08-20 08:49:48 -07:00
Kumar Srinivasan
28fff3ad36 6966737: (pack200) the pack200 regression tests need to be more robust
Reviewed-by: jrose, ohair
2010-08-20 08:18:54 -07:00
Christine Lu
6a8e4a71ed Added tag jdk7-b106 for changeset 546a8efadb54 2010-08-19 15:13:12 -07:00
Kumar Srinivasan
facee61c79 6888127: java.util.jar.Pack200.Packer Memory Leak
Reviewed-by: jrose
2010-08-19 14:08:04 -07:00
Weijun Wang
c736a3d9c7 6921610: 1.6 update 17 and 18 throw java.lang.IndexOutOfBoundsException
Reviewed-by: vinnie, xuelei
2010-08-19 12:24:53 +08:00
Weijun Wang
34198dbc4c 6976536: Solaris JREs do not have the krb5.kdc.bad.policy configured by default
Reviewed-by: valeriep
2010-08-19 11:26:32 +08:00
Kelly O'Hair
fb2ceb5470 6932743: Makefiles not parsing version strings with - from uname -r
Reviewed-by: mchung
2010-08-18 13:46:39 -07:00
Kelly O'Hair
737e6157fe 6974005: Use of cygpath in Makefile logic needs to silence error messages
Reviewed-by: mchung
2010-08-18 13:46:02 -07:00
Xueming Shen
51e553fe0e 6969651: TEST_BUG: tools/jar/JarEntryTime.java failed on JDK7 when run on NFS
Changed to use more appropriate nfs file time

Reviewed-by: martin
2010-08-17 16:01:54 -07:00
Michael McMahon
8eca7db307 6339649: URI.create should include a detail message when throwing IllegalArgumentException
Create enclosing exception with message of enclosed

Reviewed-by: alanb, chegar
2010-08-17 14:49:01 +01:00
Mandy Chung
a33a3ae92b 6921234: TEST_BUG: java/lang/ClassLoader/deadlock/TestCrossDelegate.sh needs to be modified for Cygwin
Add check for CYGWIN

Reviewed-by: ohair
2010-08-16 15:36:13 -07:00
Christine Lu
e66e60f894 Merge 2010-08-16 14:47:00 -07:00
Gary Benson
5223492f6b 6976186: Integrate Shark
Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure.

Reviewed-by: ohair
2010-08-13 22:26:27 +01:00
Christine Lu
f11a30cdf8 Added tag jdk7-b105 for changeset 6a99ae51ed62 2010-08-13 11:38:30 -07:00
Yong Jeffrey Huang
02a9f5a885 Merge 2010-08-13 01:09:02 -07:00
Lana Steuck
f87e976a33 Merge 2010-08-12 19:58:19 -07:00
Lana Steuck
19addb504b Merge 2010-08-12 19:55:48 -07:00
Mandy Chung
8808e17f23 Merge 2010-08-12 16:47:13 -07:00
Mandy Chung
abc4e4d7d0 6973831: NPE when printing stack trace of OOME
Initialize suppressedExceptions field to null

Reviewed-by: briangoetz, dholmes, forax
2010-08-12 16:36:49 -07:00
Alan Bateman
49d555edee 6971825: (so) improve scatter/gather implementation
Reviewed-by: chegar, sherman
2010-08-12 19:53:25 +01:00
Lana Steuck
19009fcd51 Merge 2010-08-12 11:23:15 -07:00
Denis Lila
a3c07597f2 6976265: No STROKE_CONTROL
Implemented it in sun.java2d.pisces by adding a PathIterator.

Reviewed-by: flar
2010-08-11 10:05:56 -04:00
Yong Jeffrey Huang
04d90d25e3 6959252: convert the anonymous arrays to named arrays in Java List Resource files
Reviewed-by: katakai, psun
2010-08-11 02:22:32 -07:00
Xueming Shen
46e4eafc0c 6923794: About 40 JCK test case fail with AssertionError if -esa option is specified
Removed the assert

Reviewed-by: alanb
2010-08-10 13:15:40 -07:00
Denis Lila
55323320b6 6967436: lines longer than 2^15 can fill window
6967433: dashed lines broken when using scaling transforms

Converted pisces to floating point. Also, using better AA algorithm

Reviewed-by: flar
2010-08-10 13:19:44 -04:00
Chris Hegarty
22534d46e9 6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled
Reviewed-by: alanb
2010-08-10 17:30:43 +01:00
Sergey Malenkov
e1edb38d9e 6960267: JTable.getRowHeight() returns value different from the specified default (16.0) with GTK L&F
Reviewed-by: peterz
2010-08-10 19:29:30 +04:00
Lance Andersen
1716bf859b 6898593: java.sql.Date.valueOf no exception if date given is not in the JDBC date escape syntax
Reviewed-by: minqi
2010-08-10 10:07:33 -04:00