-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 17, 18
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8296105 | 17.0.6 | Paul Hohensee | P4 | Resolved | Fixed | b01 |
JDK-8290701 | 17.0.5-oracle | Dukebot | P4 | Resolved | Fixed | b04 |
JDK-8296106 | 11.0.18 | Paul Hohensee | P4 | Resolved | Fixed | b01 |
JDK-8290773 | 11.0.17-oracle | Dukebot | P4 | Resolved | Fixed | b04 |
JDK-8293788 | 8u361 | Dukebot | P4 | Resolved | Fixed | b01 |
on both ARM and x64 versions of macOS 12
The test log is just
java.lang.RuntimeException: Action has not been received
at bug4515762.checkAction(bug4515762.java:106)
at bug4515762.main(bug4515762.java:165)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Action has not been received
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Action has not been received
Since this is right after the robot has called
robot.keyPress(KeyEvent.VK_M);
robot.keyRelease(KeyEvent.VK_M);
It looks like it may be related to the problem described in https://bugs.openjdk.java.net/browse/JDK-8273520
But in this case I have not (yet) been able to reproduce it on macOS 12 outside the test harness ..
Possibly it isn't reproducing using screen sharing which is what I had to use today but it is repeatable enougj in the harness to need a bug and investigation.
- backported by
-
JDK-8290701 javax/swing/JMenu/4515762/bug4515762.java fails on macOS 12
- Resolved
-
JDK-8290773 javax/swing/JMenu/4515762/bug4515762.java fails on macOS 12
- Resolved
-
JDK-8293788 javax/swing/JMenu/4515762/bug4515762.java fails on macOS 12
- Resolved
-
JDK-8296105 javax/swing/JMenu/4515762/bug4515762.java fails on macOS 12
- Resolved
-
JDK-8296106 javax/swing/JMenu/4515762/bug4515762.java fails on macOS 12
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/b9b5e526
-
Commit openjdk/jdk17u-dev/5fa5392a
-
Commit openjdk/jdk/45adc922
-
Review openjdk/jdk11u-dev/1474
-
Review openjdk/jdk17u-dev/829
-
Review openjdk/jdk/5564