TextArea's/TextField's enableInputMethods is not working on linux

2011-05-26 Thread Sean Chou
Hi all, I found TextArea's/TextField's enableInputMethods is not working on linux, even enableInputMethods(false) is invocated, the input method can still be enabled. The testcase is as follows: /* * ImfAWTTest.java */ import java.awt.Component; import java.awt.Dimension; import

DnD fails with JTextArea and JTextField

2011-05-26 Thread Sean Chou
Hi all, I have a testcase related to DnD failure with JTextArea and JTextField on linux. The testcase is as follows: /* * DnDTest.java */ import java.awt.Color; import java.awt.Component; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Frame; import

Re: Unreachable catch classes

2011-05-26 Thread Stephen Colebourne
On 26 May 2011 03:27, David Holmes david.hol...@oracle.com wrote: It hadn't occurred to me before but the more precise rethrow semantics are basically making the same invalid assumption about where checked exceptions can be thrown. Before if you catch Throwable and want to rethrow then you

Re: Swing Dev TextArea's/TextField's enableInputMethods is not working on linux

2011-05-26 Thread Naoto Sato
It simply sounds like a bug to me. The behavior should not be different. Naoto (5/26/11 12:25 AM), Sean Chou wrote: Hi all, I found TextArea's/TextField's enableInputMethods is not working on linux, even enableInputMethods(false) is invocated, the input method can still be enabled. The

hg: jdk7/tl/corba: 7046882: Regression : JDK 7b123 : Enum exchanged as parameters using CORBA call results in Exception

2011-05-26 Thread abhi . saha
Changeset: 93e77c49b3bb Author:miroslawzn Date: 2011-05-26 13:05 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/93e77c49b3bb 7046882: Regression : JDK 7b123 : Enum exchanged as parameters using CORBA call results in Exception Reviewed-by: raginip !

hg: jdk8/tl/jdk: 7048466: Move sun.misc.JavaxSecurityAuthKerberosAccess to sun.security.krb5 package

2011-05-26 Thread weijun . wang
Changeset: b8bcb12acea6 Author:weijun Date: 2011-05-27 09:01 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b8bcb12acea6 7048466: Move sun.misc.JavaxSecurityAuthKerberosAccess to sun.security.krb5 package Reviewed-by: weijun, alanb Contributed-by: Mandy Chung