Build error for JEP-193-VarHandles-branch

Deven You youdwei at linux.vnet.ibm.com
Tue Oct 20 07:41:40 UTC 2015


Hi All,

I got a build error for JEP-193-VarHandles-branch branch of 
http://hg.openjdk.java.net/jdk9/sandbox and since there is no varhandles 
mailing list I just put the post here. If you know the better place to 
discuss this please tell me.

Just pull the latest changes fromhttp://hg.openjdk.java.net/jdk9/sandbox 
and update toJEP-193-VarHandles-branch and build. The build commands are:

export 
PATH=/home/deven/Downloads/oraclejdks/jdk1.8.0_60/jre/bin/:/home/deven/Downloads/oraclejdks/jdk1.8.0_60/bin/:$PATH
bash ./configure --disable-warnings-as-errors
make images

The errors are:

enerating beaninfo
/home/deven/hgrps/openjdk/sandbox/build/linux-x86_64-normal-server-release/support/gensrc/java.base/java/lang/invoke/VarHandleBooleans.java:217: 
error: cannot find symbol
             index = Objects.checkIndex(index, array.length, 
AIOBE_SUPPLIER);
                                                             ^
   symbol:   variable AIOBE_SUPPLIER
   location: class Array
/home/deven/hgrps/openjdk/sandbox/build/linux-x86_64-normal-server-release/support/gensrc/java.base/java/lang/invoke/VarHandleBooleans.java:226: 
error: cannot find symbol
             index = Objects.checkIndex(index, array.length, 
AIOBE_SUPPLIER);
                                                             ^
   symbol:   variable AIOBE_SUPPLIER
   location: class Array

...

Anyone can take a look?

Thanks a lot!


More information about the valhalla-dev mailing list