-
Bug
-
Resolution: Fixed
-
P3
-
None
-
b107
-
generic
-
generic
-
Verified
A synthetic JCCompilationUnit (jcu) is created for html files that javac never parses. The html files are those that exists in the API docs as overview.html or package.html. The synthetic jcu relies on Javac's Enter phase to initialize it, this is not desirable and does not scale to jigsaw. A better option is initializing the jcu with all the desired fields.