[Bug 428] New: Shark on ARM precompiled header incls/_precompiled.incl.gch build failure
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jan 13 04:11:46 PST 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=428
Summary: Shark on ARM precompiled header
incls/_precompiled.incl.gch build failure
Product: IcedTea
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: IcedTea
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: xerxes at zafena.se
Icedtea6 Shark builds fails from top of trunk on ARM during generation of
precompiled header incls/_precompiled.incl.gch.
make[6]: Entering directory
`/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/build/linux-arm/hotspot/outputdir/linux_arm_shark/product'
echo Generating precompiled header incls/_precompiled.incl.gch
Generating precompiled header incls/_precompiled.incl.gch
mkdir -p ./incls
g++ -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DARM -DZERO_LIBARCH=\"arm\"
-DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/asm
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/c1
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/ci
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/classfile
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/compiler
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parNew
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_interface
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/interpreter
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/prims
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/services
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/shark
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/os/linux/vm
-I/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/os_cpu/linux_zero/vm
-I../generated -DHOTSPOT_RELEASE_VERSION="\"14.0-b16\""
-DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"root\""
-DHOTSPOT_LIB_ARCH=\"arm\" -DJRE_RELEASE_VERSION="\"1.6.0_17-b17\""
-DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DSHARK -I/usr/local/include -D_GNU_SOURCE
-fPIC -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -Wall -W
-Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long
-DSHARK_LLVM_VERSION=27 -fpic -fno-rtti -fno-exceptions -D_REENTRANT
-fcheck-new -pipe -g -O3 -fno-strict-aliasing -DHOTSPOT_ASM -DVM_LITTLE_ENDIAN
-Werror -Wpointer-arith -Wsign-compare -c -x c++-header -c
../generated/incls/_precompiled.incl -o incls/_precompiled.incl.gch
In file included from ../generated/incls/_precompiled.incl:52:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/klassVtable.hpp:231:1:
error: multi-line comment
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/klassVtable.hpp:234:1:
error: multi-line comment
...
cc1plus: warnings being treated as errors
In file included from ../generated/incls/_precompiled.incl:4:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:
In function 'TosState as_TosState(BasicType)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:580:
error: enumeration value 'T_ADDRESS' not handled in switch
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:580:
error: enumeration value 'T_NARROWOOP' not handled in switch
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:580:
error: enumeration value 'T_CONFLICT' not handled in switch
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:580:
error: enumeration value 'T_ILLEGAL' not handled in switch
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:
In function 'u8 build_u8_from(u1, u1, u1, u1, u1, u1, u1, u1)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:960:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:961:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:962:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:963:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:964:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:965:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:966:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:
In function 'u4 build_u4_from(u1, u1, u1, u1)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:972:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:973:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:974:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:
In function 'u2 build_u2_from(u1, u1)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:985:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:
In function 'jlong build_long_from(u1, u1, u1, u1, u1, u1, u1, u1)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:1009:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:1010:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:1011:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:1012:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:1013:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:1014:
error: suggest parentheses around arithmetic in operand of |
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/utilities/globalDefinitions.hpp:1015:
error: suggest parentheses around arithmetic in operand of |
In file included from ../generated/incls/_precompiled.incl:6:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/globals_zero.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/globals_zero.hpp:29:
error: extra ';'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/globals_zero.hpp:30:
error: extra ';'
...
In file included from ../generated/incls/_precompiled.incl:7:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp:31:
error: extra ';'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/os_cpu/linux_zero/vm/globals_linux_zero.hpp:36:
error: extra ';'
...
In file included from ../generated/incls/_precompiled.incl:8:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/os/linux/vm/globals_linux.hpp:40:
error: extra ';'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/os/linux/vm/globals_linux.hpp:41:
error: extra ';'
...
In file included from ../generated/incls/_precompiled.incl:21:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/iterator.hpp:57:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/iterator.hpp:61:
error: type qualifiers ignored on function return type
In file included from ../generated/incls/_precompiled.incl:34:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:61:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:87:
error: type qualifiers ignored on function return type
...
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:
In constructor 'CMSKeepAliveClosure::CMSKeepAliveClosure(CMSCollector*,
MemRegion, CMSBitMap*, CMSMarkStack*, bool)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:336:
error: 'CMSKeepAliveClosure::_bit_map' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:335:
error: 'CMSMarkStack* CMSKeepAliveClosure::_mark_stack'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:343:
error: when initialized here
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:
In constructor
'CMSInnerParMarkAndPushClosure::CMSInnerParMarkAndPushClosure(CMSCollector*,
MemRegion, CMSBitMap*, OopTaskQueue*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:363:
error: 'CMSInnerParMarkAndPushClosure::_bit_map' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:362:
error: 'OopTaskQueue* CMSInnerParMarkAndPushClosure::_work_queue'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsOopClosures.hpp:369:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:36:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp:
In constructor
'FilterIntoCSClosure::FilterIntoCSClosure(DirtyCardToOopClosure*,
G1CollectedHeap*, OopClosure*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp:155:
error: 'FilterIntoCSClosure::_dcto_cl' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp:153:
error: 'G1CollectedHeap* FilterIntoCSClosure::_g1'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp:158:
error: when initialized here
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp:
In constructor
'FilterAndMarkInHeapRegionAndIntoCSClosure::FilterAndMarkInHeapRegionAndIntoCSClosure(G1CollectedHeap*,
OopsInHeapRegionClosure*, ConcurrentMark*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp:191:
error: 'FilterAndMarkInHeapRegionAndIntoCSClosure::_oc' will be initialized
after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp:190:
error: 'ConcurrentMark* FilterAndMarkInHeapRegionAndIntoCSClosure::_cm'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.hpp:195:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:41:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/allocation.inline.hpp:
In function 'char* AllocateHeap(size_t, const char*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/allocation.inline.hpp:37:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/allocation.inline.hpp:
In function 'char* ReallocateHeap(char*, size_t, const char*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/allocation.inline.hpp:48:
error: statement has no effect
In file included from ../generated/incls/_precompiled.incl:47:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/jniHandles.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/jniHandles.hpp:177:
error: extra ';'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/jniHandles.hpp:185:
error: extra ';'
...
In file included from ../generated/incls/_precompiled.incl:54:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlass.hpp:
In static member function 'static klassOopDesc*
typeArrayKlass::create_klass(BasicType, int, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/typeArrayKlass.hpp:45:
error: statement has no effect
In file included from ../generated/incls/_precompiled.incl:76:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/relocInfo.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/relocInfo.hpp:1304:
error: extra ';'
In file included from ../generated/incls/_precompiled.incl:84:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheOop.hpp:222:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheOop.hpp:
In member function 'void ConstantPoolCacheEntry::set_f1(oopDesc*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/cpCacheOop.hpp:125:
error: unused variable 'existing_f1'
In file included from ../generated/incls/_precompiled.incl:85:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:
In member function 'klassOopDesc* constantPoolOopDesc::klass_at(int, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:233:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:
In member function 'oopDesc* constantPoolOopDesc::string_at(int, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:286:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:
In member function 'void
constantPoolOopDesc::resolve_string_constants(Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:363:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:
In constructor 'SymbolHashMapEntry::SymbolHashMapEntry(unsigned int,
symbolOopDesc*, u2)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:481:
error: 'SymbolHashMapEntry::_value' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:479:
error: 'SymbolHashMapEntry* SymbolHashMapEntry::_next'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/constantPoolOop.hpp:496:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:92:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/methodOop.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/methodOop.hpp:138:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/oops/methodOop.hpp:139:
error: type qualifiers ignored on function return type
...
In file included from ../generated/incls/_precompiled.incl:95:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/perfData.hpp:
In static member function 'static PerfStringVariable*
PerfDataManager::create_string_variable(CounterNS, const char*, const char*,
Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/perfData.hpp:764:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/perfData.hpp:
In static member function 'static PerfLongVariable*
PerfDataManager::create_long_variable(CounterNS, const char*, PerfData::Units,
Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/perfData.hpp:775:
error: statement has no effect
...
In file included from ../generated/incls/_precompiled.incl:96:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.hpp:
In member function 'void ObjectLocker::wait(Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.hpp:209:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.hpp:
In member function 'void ObjectLocker::notify_all(Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/synchronizer.hpp:210:
error: statement has no effect
...
In file included from ../generated/incls/_precompiled.incl:98:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/registerMap.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/registerMap.hpp:65:
error: ISO C++ forbids zero-size array '_location'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/registerMap.hpp:66:
error: ISO C++ forbids zero-size array '_location_valid'
In file included from ../generated/incls/_precompiled.incl:108:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/hpi.hpp:170:
error: extra ';'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/hpi.hpp:175:
error: extra ';'
...
In file included from ../generated/incls/_precompiled.incl:118:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp:
In member function 'bool NativeInstruction::is_jump()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp:45:
error: no return statement in function returning non-void
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp:
In member function 'bool NativeInstruction::is_safepoint_poll()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp:49:
error: no return statement in function returning non-void
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/nativeInst_zero.hpp:
In function 'NativeInstruction* nativeInstruction_at(unsigned char*)':
...
In file included from ../generated/incls/_precompiled.incl:121:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/threadLocalAllocBuffer.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/threadLocalAllocBuffer.hpp:99:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/threadLocalAllocBuffer.hpp:100:
error: type qualifiers ignored on function return type
In file included from ../generated/incls/_thread_pd.hpp.incl:1,
from
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/thread.hpp:1444,
from ../generated/incls/_precompiled.incl:127:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp:
In member function 'bool
JavaThread::pd_get_top_frame_for_signal_handler(frame*, void*, bool)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp:98:
error: no return statement in function returning non-void
In file included from ../generated/incls/_precompiled.incl:141:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/dependencies.hpp:
In constructor 'Dependencies::DepStream::DepStream(Dependencies*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/dependencies.hpp:395:
error: 'Dependencies::DepStream::_deps' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/dependencies.hpp:394:
error: 'nmethod* Dependencies::DepStream::_code'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/dependencies.hpp:413:
error: when initialized here
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/dependencies.hpp:
In constructor 'Dependencies::DepStream::DepStream(nmethod*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/dependencies.hpp:395:
error: 'Dependencies::DepStream::_deps' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/dependencies.hpp:394:
error: 'nmethod* Dependencies::DepStream::_code'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/dependencies.hpp:420:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:142:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/exceptionHandlerTable.hpp:
In constructor 'ImplicitExceptionTable::ImplicitExceptionTable()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/exceptionHandlerTable.hpp:138:
error: 'ImplicitExceptionTable::_data' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/exceptionHandlerTable.hpp:136:
error: 'uint ImplicitExceptionTable::_size'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/code/exceptionHandlerTable.hpp:142:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:152:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:
In constructor 'ReferenceProcessor::ReferenceProcessor()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:94:
error: 'ReferenceProcessor::_discoveredPhantomRefs' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:53:
error: 'bool ReferenceProcessor::_discovering_refs'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:233:
error: when initialized here
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:65:
error: 'ReferenceProcessor::_enqueuing_is_done' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:56:
error: 'bool ReferenceProcessor::_discovery_is_mt'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:233:
error: when initialized here
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:89:
error: 'ReferenceProcessor::_num_q' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:66:
error: 'bool ReferenceProcessor::_processing_is_mt'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:233:
error: when initialized here
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:
In constructor 'NoRefDiscovery::NoRefDiscovery(ReferenceProcessor*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/referenceProcessor.hpp:344:
error: suggest parentheses around assignment used as truth value
In file included from ../generated/incls/_precompiled.incl:154:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/watermark.hpp:
In constructor 'WaterMark::WaterMark(Space*, HeapWord*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/watermark.hpp:34:
error: 'WaterMark::_space' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/watermark.hpp:33:
error: 'HeapWord* WaterMark::_point'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/watermark.hpp:43:
error: when initialized here
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/watermark.hpp:
In constructor 'WaterMark::WaterMark()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/watermark.hpp:34:
error: 'WaterMark::_space' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/watermark.hpp:33:
error: 'HeapWord* WaterMark::_point'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/watermark.hpp:44:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:155:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/generation.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/generation.hpp:505:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/generation.hpp:
In constructor
'OneContigSpaceCardGeneration::OneContigSpaceCardGeneration(ReservedSpace,
size_t, size_t, int, GenRemSet*, ContiguousSpace*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/generation.hpp:639:
error: 'OneContigSpaceCardGeneration::_the_space' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/generation.hpp:638:
error: 'size_t OneContigSpaceCardGeneration::_min_heap_delta_bytes'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/generation.hpp:661:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:157:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/collectorPolicy.hpp:
In constructor 'CollectorPolicy::CollectorPolicy()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/collectorPolicy.hpp:70:
error: 'CollectorPolicy::_max_alignment' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/collectorPolicy.hpp:65:
error: 'size_t CollectorPolicy::_initial_heap_byte_size'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/collectorPolicy.hpp:72:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:163:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/classfile/classFileStream.hpp:
In member function 'void ClassFileStream::guarantee_more(int, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/classfile/classFileStream.hpp:61:
error: statement has no effect
In file included from ../generated/incls/_precompiled.incl:172:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/space.hpp:
In constructor 'DirtyCardToOopClosure::DirtyCardToOopClosure(Space*,
OopClosure*, CardTableModRefBS::PrecisionStyle, HeapWord*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/space.hpp:295:
error: 'DirtyCardToOopClosure::_sp' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/space.hpp:294:
error: 'OopClosure* DirtyCardToOopClosure::_cl'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/space.hpp:326:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:175:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/generationCounters.hpp:
In constructor 'GenerationCounters::GenerationCounters()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/generationCounters.hpp:42:
error: 'GenerationCounters::_name_space' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/generationCounters.hpp:32:
error: 'PerfVariable* GenerationCounters::_current_size'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/generationCounters.hpp:47:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:185:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/allocationStats.hpp:
In member function 'void AllocationStats::initialize()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/allocationStats.hpp:59:
error: unused variable 'dummy'
In file included from ../generated/incls/_precompiled.incl:188:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp:426:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp:427:
error: type qualifiers ignored on function return type
In file included from ../generated/incls/_precompiled.incl:190:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/services/memoryService.hpp:122:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/services/memoryService.hpp:125:
error: type qualifiers ignored on function return type
In file included from ../generated/incls/_precompiled.incl:197:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_interface/collectedHeap.inline.hpp:
In static member function 'static HeapWord*
CollectedHeap::common_mem_allocate_init(size_t, bool, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_interface/collectedHeap.inline.hpp:164:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_interface/collectedHeap.inline.hpp:
In static member function 'static HeapWord*
CollectedHeap::common_permanent_mem_allocate_init(size_t, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_interface/collectedHeap.inline.hpp:207:
error: statement has no effect
...
In file included from ../generated/incls/_precompiled.incl:200:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp:60:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp:67:
error: type qualifiers ignored on function return type
...
In file included from ../generated/incls/_precompiled.incl:207:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp:802:
error: type qualifiers ignored on function return type
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.hpp:1065:
error: type qualifiers ignored on function return type
...
In file included from ../generated/incls/_precompiled.incl:210:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/classfile/classFileParser.hpp:
In member function 'void ClassFileParser::guarantee_property(bool, const char*,
Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/classfile/classFileParser.hpp:155:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/classfile/classFileParser.hpp:
In member function 'void ClassFileParser::check_property(bool, const char*,
int, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/classfile/classFileParser.hpp:166:
error: statement has no effect
...
In file included from ../generated/incls/_precompiled.incl:220:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.hpp:
In constructor 'VM_FindDeadlocks::VM_FindDeadlocks(bool)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.hpp:303:
error: 'VM_FindDeadlocks::_out' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.hpp:302:
error: 'DeadlockCycle* VM_FindDeadlocks::_deadlocks'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.hpp:306:
error: when initialized here
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.hpp:
In constructor 'VM_FindDeadlocks::VM_FindDeadlocks(outputStream*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.hpp:303:
error: 'VM_FindDeadlocks::_out' will be initialized after
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.hpp:302:
error: 'DeadlockCycle* VM_FindDeadlocks::_deadlocks'
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/vm_operations.hpp:307:
error: when initialized here
In file included from ../generated/incls/_precompiled.incl:223:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/ci/ciUtilities.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/ci/ciUtilities.hpp:106:
error: type qualifiers ignored on function return type
In file included from ../generated/incls/_precompiled.incl:243:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/oopFactory.hpp:
In static member function 'static typeArrayOopDesc*
oopFactory::new_boolArray(int, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/oopFactory.hpp:32:
error: statement has no effect
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/oopFactory.hpp:
In static member function 'static typeArrayOopDesc*
oopFactory::new_charArray(int, Thread*)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/memory/oopFactory.hpp:33:
error: statement has no effect
...
In file included from ../generated/incls/_disassembler_pd.hpp.incl:1,
from
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/compiler/disassembler.hpp:50,
from ../generated/incls/_precompiled.incl:244:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/disassembler_zero.hpp:
In static member function 'static int
Disassembler::pd_instruction_alignment()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/disassembler_zero.hpp:31:
error: no return statement in function returning non-void
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/disassembler_zero.hpp:
In static member function 'static const char* Disassembler::pd_cpu_opts()':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/disassembler_zero.hpp:35:
error: no return statement in function returning non-void
In file included from ../generated/incls/_precompiled.incl:254:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/entry_zero.hpp:
In member function 'void ZeroEntry::invoke(methodOopDesc*, Thread*) const':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/entry_zero.hpp:54:
error: ISO C++ forbids casting between pointer-to-function and
pointer-to-object
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/entry_zero.hpp:
In member function 'void ZeroEntry::invoke_osr(methodOopDesc*, unsigned char*,
Thread*) const':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/entry_zero.hpp:57:
error: ISO C++ forbids casting between pointer-to-function and
pointer-to-object
In file included from ../generated/incls/_precompiled.incl:255:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.hpp:67:
error: extra ';'
In file included from ../generated/incls/_interpreter_pd.hpp.incl:1,
from
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/interpreter/interpreter.hpp:133,
from ../generated/incls/_precompiled.incl:255:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/interpreter_zero.hpp:
In static member function 'static int Interpreter::expr_tag_index_at(int)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/interpreter_zero.hpp:44:
error: no return statement in function returning non-void
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/interpreter_zero.hpp:
In static member function 'static int
Interpreter::expr_tag_offset_in_bytes(int)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/interpreter_zero.hpp:52:
error: no return statement in function returning non-void
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/interpreter_zero.hpp:
In static member function 'static int Interpreter::local_tag_index_at(int)':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/interpreter_zero.hpp:61:
error: no return statement in function returning non-void
In file included from ../generated/incls/_precompiled.incl:259:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecode.hpp:
In member function 'void Bytecode_loadconstant::verify() const':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/interpreter/bytecode.hpp:361:
error: unused variable 'stdc'
In file included from ../generated/incls/_frame_pd.inline.hpp.incl:1,
from
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/runtime/frame.inline.hpp:55,
from ../generated/incls/_precompiled.incl:269:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp:
In member function 'intptr_t* frame::link() const':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp:74:
error: no return statement in function returning non-void
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp:
In member function 'oopDesc* frame::saved_oop_result(RegisterMap*) const':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp:136:
error: no return statement in function returning non-void
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp:
In member function 'bool frame::is_older(intptr_t*) const':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp:140:
error: no return statement in function returning non-void
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp:
In member function 'intptr_t* frame::entry_frame_argument_at(int) const':
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp:144:
error: no return statement in function returning non-void
In file included from ../generated/incls/_precompiled.incl:282:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp:
At global scope:
/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp:86:
error: type qualifiers ignored on function return type
make[6]: *** [incls/_precompiled.incl.gch] Error 1
make[6]: Leaving directory
`/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/build/linux-arm/hotspot/outputdir/linux_arm_shark/product'
make[5]: *** [the_vm] Error 2
make[5]: Leaving directory
`/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/build/linux-arm/hotspot/outputdir/linux_arm_shark/product'
make[4]: *** [productshark] Error 2
make[4]: Leaving directory
`/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/build/linux-arm/hotspot/outputdir'
make[3]: *** [generic_buildshark] Error 2
make[3]: Leaving directory
`/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/make'
make[2]: *** [productshark] Error 2
make[2]: Leaving directory
`/ssd/icedtea6-tot-shark-12jan/openjdk-ecj/hotspot/make'
make[1]: *** [hotspot-build] Error 2
make[1]: Leaving directory `/ssd/icedtea6-tot-shark-12jan/openjdk-ecj'
make: *** [stamps/icedtea-ecj.stamp] Error 2
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list