-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b47
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085323 | emb-9 | Maurizio Cimadamore | P2 | Resolved | Fixed | team |
JDK build is failing because of this:
import com.sun.tools.javac.resources.CompilerProperties;
^
symbol: class CompilerProperties
location: package com.sun.tools.javac.resources
/opt/jprt/T/P1/153229.maurizio/s/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java:32: error: package com.sun.tools.javac.resources.CompilerProperties does not exist
import com.sun.tools.javac.resources.CompilerProperties.Fragments;
^
/opt/jprt/T/P1/153229.maurizio/s/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java:801: error: cannot find symbol
checkContext.report(tree, diags.fragment(Fragments.IncompatibleArgTypesInMref));
^
symbol: variable Fragments
location: class DeferredAttr.DeferredAttrNode.StructuralStuckChecker
3 errors
It cannot reliably be reproduced - but we need to revert the code not to depend on genertated sources (as an interim workaround).
import com.sun.tools.javac.resources.CompilerProperties;
^
symbol: class CompilerProperties
location: package com.sun.tools.javac.resources
/opt/jprt/T/P1/153229.maurizio/s/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java:32: error: package com.sun.tools.javac.resources.CompilerProperties does not exist
import com.sun.tools.javac.resources.CompilerProperties.Fragments;
^
/opt/jprt/T/P1/153229.maurizio/s/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/DeferredAttr.java:801: error: cannot find symbol
checkContext.report(tree, diags.fragment(Fragments.IncompatibleArgTypesInMref));
^
symbol: variable Fragments
location: class DeferredAttr.DeferredAttrNode.StructuralStuckChecker
3 errors
It cannot reliably be reproduced - but we need to revert the code not to depend on genertated sources (as an interim workaround).
- backported by
-
JDK-8085323 Build failure because of dependency on generated file
-
- Resolved
-
- relates to
-
JDK-8069164 Fix langtools make build so that diagnostic framework can be used
-
- Closed
-