JDK-6962236 : backport JavacFileManager fixes from 7 to 6-open
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: OpenJDK6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2010-06-17
  • Updated: 2010-06-23
  • Resolved: 2010-06-23
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.
Other
OpenJDK6 b21Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
JDK7 has a lot of bug fixes for the JavaFileManager that would be worth backporting to 6-open.  This is an umbrella CR for all those fixes.

Comments
EVALUATION Attached changesets.txt, which lists all changesets in 7 from b20 to present that contain changes to JavacFileManager, BaseFileObject, java/file, java/zip. Created with 8<--------------------- #!/bin/sh i=20 while [ $i -lt 573 ]; do if [ -n "$(hg -R /w/jjg/ref/tl/langtools log -r $i -v | \ grep -E 'FileManager|FileObject|javac/file/|javac/zip')" ]; then hg -R /w/jjg/ref/tl/langtools log -r $i | grep -v '^files:' fi i=$(expr $i + 1 ) done > changesets.txt
17-06-2010