-
Bug
-
Resolution: Fixed
-
P2
-
7
-
b74
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2184368 | OpenJDK6 | Peter Zhelezniakov | P3 | Resolved | Fixed | b18 |
Bug Info
=========
closed/javax/swing/JMenuItem/6458123/bug6458123.java fails with InvocationTargetException while running for JDK7-b64 pit.The issues causes due to the worng left alignment.
It fails on all platforms like solaris,windows and linux.
JDK Info
========
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-administrator_2009_07_01_0
0_43-b00)
Java HotSpot(TM) Client VM (build 16.0-b04, mixed mode)
Exception details
=================
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1034)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1350)
at bug6458123.main(bug6458123.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:717)
Caused by: java.lang.RuntimeException: Wrong left alignmet: previous = 39, current = 37, textRect, java.awt.Rectangle[x=37,y=2,width=219,height=15]
=========
closed/javax/swing/JMenuItem/6458123/bug6458123.java fails with InvocationTargetException while running for JDK7-b64 pit.The issues causes due to the worng left alignment.
It fails on all platforms like solaris,windows and linux.
JDK Info
========
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-administrator_2009_07_01_0
0_43-b00)
Java HotSpot(TM) Client VM (build 16.0-b04, mixed mode)
Exception details
=================
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1034)
at javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1350)
at bug6458123.main(bug6458123.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:717)
Caused by: java.lang.RuntimeException: Wrong left alignmet: previous = 39, current = 37, textRect, java.awt.Rectangle[x=37,y=2,width=219,height=15]
- backported by
-
JDK-2184368 closed/javax/swing/JMenuItem/6458123/bug6458123.java fails with InvocationTargetException.
- Resolved
- relates to
-
JDK-6883341 SWAT: jdk7-b72 swat build(2009-09-17) threw exceptions when running Java2D demo by clicking Paint ta
- Resolved