Package: openjdk-8
Version: 8u72-b05-6
Severity: minor
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-enumerator-value

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

(I know you use g++-5 but that was GCC 6 in my build chroot.  Setting
severity to minor since you're not using the default compiler)

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /usr/bin/g++-5 -DLINUX -D_GNU_SOURCE -DAMD64 -DPRODUCT  
> -I/<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims 
> -I/<<PKGBUILDDIR>>/src/hotspot/src/share/vm 
> -I/<<PKGBUILDDIR>>/src/hotspot/src/share/vm/precompiled 
> -I/<<PKGBUILDDIR>>/src/hotspot/src/cpu/x86/vm 
> -I/<<PKGBUILDDIR>>/src/hotspot/src/os_cpu/linux_x86/vm 
> -I/<<PKGBUILDDIR>>/src/hotspot/src/os/linux/vm 
> -I/<<PKGBUILDDIR>>/src/hotspot/src/os/posix/vm -I../generated 
> -DHOTSPOT_RELEASE_VERSION="\"25.72-b05\"" 
> -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"tbm\"" 
> -DHOTSPOT_LIB_ARCH=\"amd64\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" 
> -DDEB_MULTIARCH="\"x86_64-linux-gnu\""   -DTARGET_OS_FAMILY_linux 
> -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_64 -DTARGET_OS_ARCH_linux_x86 
> -DTARGET_OS_ARCH_MODEL_linux_x86_64 -DTARGET_COMPILER_gcc -DCOMPILER2 
> -DCOMPILER1 -DDONT_USE_PRECOMPILED_HEADER -fPIC -fno-rtti -fno-exceptions 
> -D_REENTRANT -fcheck-new -fvisibility=hidden -m64  -pipe -fno-strict-aliasing 
>  -g -fno-omit-frame-pointer -O3  -DVM_LIT
> TLE_ENDIAN -D_LP64=1  -Wpointer-arith -Wsign-compare -Wundef 
> -Wunused-function -Wunused-value   -Wdate-time -D_FORTIFY_SOURCE=2 -g 
> -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 
> -DDTRACE_ENABLED -c -MMD -MP -MF ../generated/dependencies/ageTable.o.d 
> -fpch-deps -o ageTable.o 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp
>  
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/codeBlob.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/nmethod.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/safepoint.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_interface/collectedHeap.hpp:34,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/markSweep.inline.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/oop.inline.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/utilities/accessFlags.cpp:26:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/addnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/addnode.cpp:27:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/codeBlob.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/stubRoutines.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/utilities/copy.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/mutableSpace.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/parallelScavenge/psOldGen.hpp:31,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp:26:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/codeBlob.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/nmethod.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/safepoint.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_interface/collectedHeap.hpp:34,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/sharedHeap.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp:29:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_peephole.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64.cpp:29:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/codeBlob.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/nmethod.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/simpleThresholdPolicy.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/advancedThresholdPolicy.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/advancedThresholdPolicy.cpp:26:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_expand.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_pipeline.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_gen.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/generationSpec.hpp:28:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/collectorPolicy.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/generation.hpp:425:17: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>          warning("time warp: "INT64_FORMAT" to "INT64_FORMAT, 
> (int64_t)_time_of_last_gc, (int64_t)now);
>                  ^
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/generation.hpp:425:42: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>          warning("time warp: "INT64_FORMAT" to "INT64_FORMAT, 
> (int64_t)_time_of_last_gc, (int64_t)now);
>                                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_format.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/codeBlob.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/nmethod.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/safepoint.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_interface/collectedHeap.hpp:34,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp:26:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/compiler/abstractCompiler.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/compiler/abstractCompiler.cpp:26:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> make[7]: *** [accessFlags.o] Error 1
> /<<PKGBUILDDIR>>/src/hotspot/make/linux/makefiles/rules.make:149: recipe for 
> target 'accessFlags.o' failed
> make[7]: *** Waiting for unfinished jobs....
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_clone.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.inline.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/resourceArea.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classFileParser.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/classLoader.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/classfile/systemDictionary.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_misc.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
> 
> /<<PKGBUILDDIR>>/src/hotspot/make/linux/makefiles/rules.make:149: recipe for 
> target 'adjoiningGenerations.o' failed
> make[7]: *** [adjoiningGenerations.o] Error 1
> /<<PKGBUILDDIR>>/src/hotspot/make/linux/makefiles/rules.make:149: recipe for 
> target 'adaptiveFreeList.o' failed
> make[7]: *** [adaptiveFreeList.o] Error 1
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/addnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/addnode.cpp:27:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:59: 
> error: left operand of shift expression '(-1 << 1)' is negative [-fpermissive]
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                      ~~~~~~^~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:72: 
> error: enumerator value for 'all_types' is not an integer constant
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                                         ^
> 
> /<<PKGBUILDDIR>>/src/hotspot/make/linux/makefiles/rules.make:149: recipe for 
> target 'adaptiveSizePolicy.o' failed
> make[7]: *** [adaptiveSizePolicy.o] Error 1
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_peephole.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:59: 
> error: left operand of shift expression '(-1 << 1)' is negative [-fpermissive]
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                      ~~~~~~^~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:72: 
> error: enumerator value for 'all_types' is not an integer constant
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                                         ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64.cpp:29:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:59: 
> error: left operand of shift expression '(-1 << 1)' is negative [-fpermissive]
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                      ~~~~~~^~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:72: 
> error: enumerator value for 'all_types' is not an integer constant
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                                         ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/compile.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/node.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/connode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/callnode.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/opto/machnode.hpp:28,
>                  from ../generated/adfiles/ad_x86_64.hpp:32,
>                  from ../generated/adfiles/ad_x86_64_expand.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:59: 
> error: left operand of shift expression '(-1 << 1)' is negative [-fpermissive]
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                      ~~~~~~^~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:72: 
> error: enumerator value for 'all_types' is not an integer constant
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                                         ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciEnv.hpp:32:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciUtilities.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciNullObject.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciConstant.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/ciArray.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/ci/compilerInterface.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/compiler/compileBroker.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/compilationPolicy.hpp:29,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/simpleThresholdPolicy.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/advancedThresholdPolicy.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/advancedThresholdPolicy.cpp:26:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:59: 
> error: left operand of shift expression '(-1 << 1)' is negative [-fpermissive]
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                      ~~~~~~^~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/code/dependencies.hpp:169:72: 
> error: enumerator value for 'all_types' is not an integer constant
>      all_types           = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE),
>                                                                         ^
> 
> In file included from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/constantPool.hpp:29:0,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/method.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/frame.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/prims/jvmtiExport.hpp:33,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/runtime/thread.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/copyFailedInfo.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/gcTrace.hpp:32,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/referenceProcessor.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/generation.hpp:31,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/generationSpec.hpp:28,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/memory/collectorPolicy.hpp:30,
>                  from 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp:28:
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:42: error: 
> left operand of shift expression '(-1 << 28)' is negative [-fpermissive]
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                     ~~~~~~^~~~~~~~~~~~~~~~~~~
> 
> /<<PKGBUILDDIR>>/src/hotspot/src/share/vm/oops/cpCache.hpp:194:104: error: 
> enumerator value for 'option_bits_mask' is not an integer constant
>      option_bits_mask           = ~(((-1) << tos_state_shift) | 
> (field_index_mask | parameter_size_mask))
>                                                                               
>                           ^
...

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

Reply via email to