Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2168853 | OpenJDK6 | Jonathan Gibbons | P3 | Resolved | Fixed | b13 |
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.
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.
- backported by
-
JDK-2168853 empty element on bootclasspath breaks test/tools/apt/Discovery/discovery.sh
- Resolved
- relates to
-
JDK-6760805 empty element on bootclasspath breaks test/tools/apt/Compile/compile.sh
- Closed
-
JDK-6760902 inconsistent behavior in bootstrap class loader for classes and resources
- Closed