JDK-8213568 : Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 8,11,12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-11-08
  • Updated: 2022-06-27
  • Resolved: 2018-11-10
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 11 JDK 12 JDK 8 Other
11.0.6-oracleFixed 12 b20Fixed 8u301Fixed openjdk8u232Fixed
Description
This test has a typo in the "@run" tag, this caused to run some other test:

* @run main/othervm -Djava.awt.headless=true GE_init4
it should be
* @run main/othervm -Djava.awt.headless=true GE_init5

It also cannot be compiled because of the wrong import.
Comments
8u Fix Request: I would like to backport this patch to 8u. This is a low risk, test only fix that resolves a bad test. The original patch applies cleanly with file path change.
25-10-2019

11u Fix Request: I would like to backport this patch to 11u, as it is in Oracle's 11.0.6. The original patch applies cleanly.
10-10-2019

URL: http://hg.openjdk.java.net/jdk/jdk/rev/36c051a354a0 User: psadhukhan Date: 2018-11-14 11:51:32 +0000
14-11-2018

URL: http://hg.openjdk.java.net/jdk/client/rev/36c051a354a0 User: serb Date: 2018-11-10 17:36:07 +0000
10-11-2018