JDK-6760930 : empty element on bootclasspath breaks test/tools/apt/Discovery/discovery.sh
  • Type: Bug
  • Component: tools
  • Sub-Component: apt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-17
  • Updated: 2011-07-15
  • Resolved: 2011-07-15
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 7 Other
7 b39Fixed OpenJDK6Fixed
Related Reports
Relates :  
Relates :  
Description
Empty element on bootclasspath breaks test/tools/apt/Discovery/discovery.sh

Root cause analysis is the same for 6760805
empty element on bootclasspath breaks test/tools/apt/Compile/compile.sh

Fix is the same: delete META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory
from current directory after using it to create jar files, to avoid false positives
from bootstrapclassloader.

Comments
EVALUATION Fix as in description
17-10-2008