JDK-8200355 : local variable inference regression test generates classfile in test folder
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-03-28
  • Updated: 2022-02-24
  • Resolved: 2018-03-28
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 10 JDK 11
10.0.2Fixed 11 b07Fixed
Related Reports
Relates :  
Description
The test harness for local variable type inference, which was tweaked under JDK-8199910, is now generating classfiles in the test folder. While the test passes normally, it is generating garbage files in checked in source trees. This bug should be fixed by having classfiles be written in a scratch folder.
Comments
Agreed this is needed. -- Jon
19-04-2018

Fix Request Backport is needed to cover JDK-8199910, see comments there.
19-04-2018

URL: http://hg.openjdk.java.net/jdk/jdk/rev/9925be430918 User: mcimadamore Date: 2018-03-28 13:25:11 +0000
28-03-2018