Build issue : missing classanalyzer?
Mandy Chung
mandy.chung at oracle.com
Wed Aug 31 07:25:48 PDT 2011
On 8/31/11 4:04 AM, Alan Bateman wrote:
> Jing LV wrote:
>> Hi Alan,
>>
>> Thank you for reply. I've checked with the log (it's of ~300K
>> in size so unable to upload to the list) but do not have something
>> related to "HOST_JAVA_CMD" - yes anyway the build has pass nearly all
>> modules. Only blocked by the classanalyzer.
>>
>> I take a little more search in the log, it seems the problem is
>> due to the class "CONSTANT_ModuleId_info":
>> src\com\sun\classanalyzer\
>> ConstantPoolParser.java:270: error: cannot find symbol
>> public String visitModuleId(CONSTANT_ModuleId_info info, Void
>> p) {
>> ^
>> symbol: class CONSTANT_ModuleId_info
>> location: class ConstantPoolParser.StringValueVisitor
>>
>> Search in the full openjdk directory for "CONSTANT_ModuleId_info" but
>> find nothing - am I miss somthing? (I see in google that some archive
>> mail discussed about this variable, anyway have some trouble to open
>> the link due to the network problem).
> Is your langtools repository up to date?
In case you are just building the jigsaw/jdk repository, for building
jigsaw, you need to build jigsaw/langtools, jigsaw/hotspot, and
jigsaw/jdk repository together as there are jigsaw changes in the VM and
javac. The simplest way is to build the entire forest from the top repo
and do "make modules".
Mandy
More information about the jigsaw-dev
mailing list