Build error
Mandy Chung
mandy.chung at oracle.com
Thu Aug 19 11:10:28 PDT 2010
On 08/19/10 10:54, Jonathan Gibbons wrote:
> I'm trying to build jigsaw-dev on Ubuntu. I have a relatively clean
> forest (langtools changes only.) I'm getting the following error
> building jdk; does anyone recognize it?
>
>>
>> /w/jjg/work/jigsaw-merge/jigsaw/build/linux-amd64/tmp/java/java.lang/java/obj64/BootLoader.o:
>> In function `Java_org_openjdk_jigsaw_BootLoader_extendBootPath0':
>> BootLoader.c:(.text+0x3c): undefined reference to
>> `JVM_ExtendBootClassPath'
>
Can you double check if you build jigsaw hotspot? I suspect you
imported the VM from a jdk 7 promoted build instead.
JVM_ExtendBootClassPath is an entry point added in jigsaw/hotspot but
doesn't exist in jdk7 hotspot.
Mandy
More information about the jigsaw-dev
mailing list