Build error for JEP-193-VarHandles-branch
Aleksey Shipilev
aleksey.shipilev at oracle.com
Tue Oct 20 11:41:02 UTC 2015
Hi Deven,
Sorry about that, I think we mistyped the identifier in VarHandles
template. I pushed the fix:
http://hg.openjdk.java.net/jdk9/sandbox/jdk/rev/bc596ba1c42f
Thanks,
-Aleksey
On 10/20/2015 10:41 AM, Deven You wrote:
> 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