JDK-8203033 : [Testbug] vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java fails with nestmates
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-05-14
  • Updated: 2018-06-19
  • Resolved: 2018-06-07
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
11 b18Fixed
Related Reports
Relates :  
Description
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 by JDK-8010319
Comments
Assigned to Daniil as he needs some 11 bug to work on. In case you need to check if your fix works for nestmates, below is how to setup the repository. hg clone http://closedjdk.us.oracle.com/valhalla/valhalla valhalla cd valhalla/open hg up -r nestmates
01-06-2018

Note: 8010319 has not been pushed yet. This bug has been filed so that fixing the test does not delay the integration of 8010319.
14-05-2018