-
Bug
-
Resolution: Fixed
-
P4
-
18
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8281310 | 17.0.4-oracle | PAWAN CHAWDHARY | P4 | Resolved | Fixed | b01 |
JDK-8283035 | 17.0.4 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
SelectionResolution test classes ClassBuilder.java and TestBuilder.java have calls to the Clazz constructor with the 'access' and 'index' arguments inverted.
For example: testClass = new Clazz("Test", null, -1, ACC_PUBLIC);
For example: testClass = new Clazz("Test", null, -1, ACC_PUBLIC);
- backported by
-
JDK-8281310 hotspot/runtime/SelectionResolution test errors
- Resolved
-
JDK-8283035 hotspot/runtime/SelectionResolution test errors
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/79cce169
-
Commit openjdk/jdk/55b36c6f
-
Review openjdk/jdk17u-dev/237
-
Review openjdk/jdk/6300
(1 links to)