-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b10
-
sparc
-
solaris_10
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2188685 | 7 | Unassigned | P2 | Closed | Won't Fix | |
JDK-2200198 | 6u23 | Sean Coffey | P2 | Resolved | Fixed | b02 |
JDK-2199477 | 6u22-rev | Sean Coffey | P2 | Closed | Fixed | b05 |
A CUST application is using java and C++, in a C++ library they are using XtAddEventHandler() and XtAddCallback() in order to capture X11 event in an AWT Canvas.
This application are able to capture X11 event using Java 1.4 or 1.5 but fails using 1.6
CUST provide a test case, this test case is showing this issue as soon we are using 1.6 version
To build it and run it, just edit build script and change JAVAHOME
here is the result on a Solaris 10 sparc box.
Build on | java runtime | status
1.4.2 | 1.4.2 | OK
1.4.2 | 1.6.0 | KO
1.5.0_17 | 1.5.0_17 | OK
1.5.0_17 | 1.6.0 | KO
1.6.0 | 1.6.0 | KO
It seems that some thing in the 1.6 java runtime broke CUST application
This application are able to capture X11 event using Java 1.4 or 1.5 but fails using 1.6
CUST provide a test case, this test case is showing this issue as soon we are using 1.6 version
To build it and run it, just edit build script and change JAVAHOME
here is the result on a Solaris 10 sparc box.
Build on | java runtime | status
1.4.2 | 1.4.2 | OK
1.4.2 | 1.6.0 | KO
1.5.0_17 | 1.5.0_17 | OK
1.5.0_17 | 1.6.0 | KO
1.6.0 | 1.6.0 | KO
It seems that some thing in the 1.6 java runtime broke CUST application
- backported by
-
JDK-2200198 JDK 1.6 unable to capture X11 event in a Canvas using
- Resolved
-
JDK-2188685 JDK 1.6 unable to capture X11 event in a Canvas using
- Closed
-
JDK-2199477 JDK 1.6 unable to capture X11 event in a Canvas using
- Closed
- relates to
-
JDK-4931668 Need to implement server side support for XEmbed
- Closed