-
Bug
-
Resolution: Fixed
-
P4
-
8, 11, 12
-
b20
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8229764 | 11.0.6-oracle | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8232177 | 11.0.6 | Sergey Bylokhov | P4 | Resolved | Fixed | b01 |
JDK-8234182 | openjdk8u242 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
JDK-8235166 | openjdk8u232 | Sergey Bylokhov | P4 | Resolved | Fixed | master |
JDK-8265723 | 8u301 | Sergey Bylokhov | P4 | Resolved | Fixed | b03 |
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.
* @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.
- backported by
-
JDK-8229764 Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
- Resolved
-
JDK-8232177 Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
- Resolved
-
JDK-8234182 Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
- Resolved
-
JDK-8235166 Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
- Resolved
-
JDK-8265723 Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
- Resolved
- links to
(1 links to)