JDK-8196093 : javax/swing/JComboBox/8072767/bug8072767.java fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8,9,10,11,14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-01-24
  • Updated: 2025-01-13
  • Resolved: 2020-12-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b03Fixed
Related Reports
Relates :  
Relates :  
Description
Fails on Windows 7 :
java.lang.RuntimeException: Table cell is not edited!
        at bug8072767.main(bug8072767.java:93)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
        at java.base/java.lang.Thread.run(Thread.java:844)
Comments
8u code review: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-June/013977.html
09-06-2021

Changeset: 513269d2 Author: Prasanta Sadhukhan <psadhukhan@openjdk.org> Date: 2020-12-17 03:32:46 +0000 URL: https://git.openjdk.java.net/jdk/commit/513269d2
17-12-2020

Tried reproducing it on Windows 10 with jdk 11 1. Test runs fine when run as standalone test with jtreg 2. Test fails when run in group like running full JComboBox with jtreg. Looks like some execution problem.
29-01-2018