Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205216 | 11.0.1 | Daniil Titov | P3 | Resolved | Fixed | team |
The test:
vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java
has a nested class that accesses private fields of the enclosing instance and expects to see synthetic get/set methods added for each field. But with nestmates such accessors are no longer needed and so not generated.
The test needs to be updated to remove the failing checks, or convert to a different case that will generate synthetic methods, or else be removed altogether.
The test is ProblemListed byJDK-8010319
vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java
has a nested class that accesses private fields of the enclosing instance and expects to see synthetic get/set methods added for each field. But with nestmates such accessors are no longer needed and so not generated.
The test needs to be updated to remove the failing checks, or convert to a different case that will generate synthetic methods, or else be removed altogether.
The test is ProblemListed by
- backported by
-
JDK-8205216 [Testbug] vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java fails with nestmates
-
- Resolved
-
- relates to
-
JDK-8010319 Implementation of JEP 181: Nest-Based Access Control
-
- Resolved
-