-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b40
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085454 | emb-9 | Unassigned | P3 | Resolved | Fixed | team |
In the following test
test/tools/javac/processing/model/type/BoundsTest.java
The main program calls the wrong class:
public static void main(String... args) throws IOException {
new IntersectionPropertiesTest().run();
}
When the class name is fixed, the test fails with 5 errors.
test/tools/javac/processing/model/type/BoundsTest.java
The main program calls the wrong class:
public static void main(String... args) throws IOException {
new IntersectionPropertiesTest().run();
}
When the class name is fixed, the test fails with 5 errors.
- backported by
-
JDK-8085454 Test executes incorrect class
-
- Resolved
-
- relates to
-
JDK-6499673 Assertion check for TypeVariable.getUpperBound() fails
-
- Closed
-