Skip to content

Instantly share code, notes, and snippets.

@picpromusic
Created November 25, 2011 14:31
Show Gist options
  • Save picpromusic/1393645 to your computer and use it in GitHub Desktop.
Save picpromusic/1393645 to your computer and use it in GitHub Desktop.
Error while compile jdk8-hotspot with CC_INTERP2
INFO: /usr/bin/objcopy cmd found so will create .debuginfo files.
INFO: STRIP_POLICY=min_strip
cd /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/make; \
make VM_TARGET=jvmg1 generic_build1 ALT_OUTPUTDIR=../../hotspot_c2_debug
INFO: /usr/bin/objcopy cmd found so will create .debuginfo files.
INFO: STRIP_POLICY=min_strip
make[1]: Entering directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/make'
mkdir -p ../../hotspot_c2_debug
cd ../../hotspot_c2_debug; \
make -f /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/make/linux/Makefile \
JAVA_HOME=/usr/lib/jvm/java-7-openjdk OUTPUTDIR=/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug GAMMADIR=/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=23.0-b07 JRE_RELEASE_VERSION="1.8.0" HOTSPOT_BUILD_VERSION=internal jvmg1
INFO: /usr/bin/objcopy cmd found so will create .debuginfo files.
INFO: STRIP_POLICY=min_strip
make[2]: Entering directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug'
cd linux_i486_compiler1/jvmg && make -w
make[3]: Entering directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[4]: Entering directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[4]: Entering directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
if [ -d /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/agent -a "x86" != "ia64" \
-a "x86" != "arm" \
-a "x86" != "ppc" \
-a "x86" != "zero" ] ; then \
make -f sa.make /home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg/../generated/sa-jdi.jar; \
fi
make[5]: Entering directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[5]: `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg/../generated/sa-jdi.jar' is up to date.
make[5]: Leaving directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[4]: Leaving directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[4]: Entering directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
echo Generating precompiled header precompiled.hpp.gch
Generating precompiled header precompiled.hpp.gch
mkdir -p .
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/precompiled.hpp.gch.d -x c++-header /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled/precompiled.hpp -o precompiled.hpp.gch
make[4]: Leaving directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[4]: Entering directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp
rm -f adaptiveSizePolicy.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/adaptiveSizePolicy.o.d -o adaptiveSizePolicy.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp
rm -f adjoiningGenerations.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/adjoiningGenerations.o.d -o adjoiningGenerations.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp
rm -f adjoiningVirtualSpaces.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/adjoiningVirtualSpaces.o.d -o adjoiningVirtualSpaces.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/adjoiningVirtualSpaces.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp
rm -f ageTable.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/ageTable.o.d -o ageTable.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/allocation.cpp
rm -f allocation.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/allocation.o.d -o allocation.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/allocation.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp
rm -f allocationStats.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/allocationStats.o.d -o allocationStats.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/arrayKlass.cpp
rm -f arrayKlass.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/arrayKlass.o.d -o arrayKlass.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/arrayKlass.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/arrayKlassKlass.cpp
rm -f arrayKlassKlass.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/arrayKlassKlass.o.d -o arrayKlassKlass.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/arrayKlassKlass.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/arrayOop.cpp
rm -f arrayOop.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/arrayOop.o.d -o arrayOop.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/arrayOop.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp
rm -f asPSOldGen.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/asPSOldGen.o.d -o asPSOldGen.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp
rm -f asPSYoungGen.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/asPSYoungGen.o.d -o asPSYoungGen.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp
rm -f asParNewGeneration.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/asParNewGeneration.o.d -o asParNewGeneration.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parNew/asParNewGeneration.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/barrierSet.cpp
rm -f barrierSet.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/barrierSet.o.d -o barrierSet.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/barrierSet.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp
rm -f binaryTreeDictionary.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/binaryTreeDictionary.o.d -o binaryTreeDictionary.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/binaryTreeDictionary.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/blockOffsetTable.cpp
rm -f blockOffsetTable.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/blockOffsetTable.o.d -o blockOffsetTable.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/blockOffsetTable.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/interpreter/bytecode.cpp
rm -f bytecode.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/bytecode.o.d -o bytecode.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/interpreter/bytecode.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
rm -f bytecodeInterpreter.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/bytecodeInterpreter.o.d -o bytecodeInterpreter.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
Compiling ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp
rm -f bytecodeInterpreterWithChecks.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/bytecodeInterpreterWithChecks.o.d -o bytecodeInterpreterWithChecks.o ../generated/jvmtifiles/bytecodeInterpreterWithChecks.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp
rm -f bytecodeInterpreter_x86.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/bytecodeInterpreter_x86.o.d -o bytecodeInterpreter_x86.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp
rm -f bytecodeTracer.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/bytecodeTracer.o.d -o bytecodeTracer.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/interpreter/bytecodeTracer.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/c1/c1_Compiler.cpp
rm -f c1_Compiler.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/c1_Compiler.o.d -o c1_Compiler.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/c1/c1_Compiler.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/c1/c1_Runtime1.cpp
rm -f c1_Runtime1.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/c1_Runtime1.o.d -o c1_Runtime1.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/c1/c1_Runtime1.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp
rm -f cSpaceCounters.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cSpaceCounters.o.d -o cSpaceCounters.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp
rm -f cardTableExtension.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cardTableExtension.o.d -o cardTableExtension.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/cardTableModRefBS.cpp
rm -f cardTableModRefBS.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cardTableModRefBS.o.d -o cardTableModRefBS.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/cardTableModRefBS.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/cardTableRS.cpp
rm -f cardTableRS.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cardTableRS.o.d -o cardTableRS.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/cardTableRS.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/ci/ciEnv.cpp
rm -f ciEnv.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/ciEnv.o.d -o ciEnv.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/ci/ciEnv.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/ci/ciField.cpp
rm -f ciField.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/ciField.o.d -o ciField.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/ci/ciField.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/ci/ciInstanceKlass.cpp
rm -f ciInstanceKlass.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/ciInstanceKlass.o.d -o ciInstanceKlass.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/ci/ciInstanceKlass.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/ci/ciMethod.cpp
rm -f ciMethod.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/ciMethod.o.d -o ciMethod.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/ci/ciMethod.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/classfile/classFileError.cpp
rm -f classFileError.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/classFileError.o.d -o classFileError.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/classfile/classFileError.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/classfile/classFileParser.cpp
rm -f classFileParser.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/classFileParser.o.d -o classFileParser.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/classfile/classFileParser.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/classfile/classLoader.cpp
rm -f classLoader.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/classLoader.o.d -o classLoader.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/classfile/classLoader.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/classify.cpp
rm -f classify.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/classify.o.d -o classify.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/classify.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp
rm -f cmsAdaptiveSizePolicy.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cmsAdaptiveSizePolicy.o.d -o cmsAdaptiveSizePolicy.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsAdaptiveSizePolicy.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp
rm -f cmsCollectorPolicy.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cmsCollectorPolicy.o.d -o cmsCollectorPolicy.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsCollectorPolicy.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp
rm -f cmsGCAdaptivePolicyCounters.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cmsGCAdaptivePolicyCounters.o.d -o cmsGCAdaptivePolicyCounters.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsGCAdaptivePolicyCounters.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp
rm -f cmsLockVerifier.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cmsLockVerifier.o.d -o cmsLockVerifier.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsLockVerifier.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp
rm -f cmsPermGen.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cmsPermGen.o.d -o cmsPermGen.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_interface/collectedHeap.cpp
rm -f collectedHeap.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/collectedHeap.o.d -o collectedHeap.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_interface/collectedHeap.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp
rm -f collectionSetChooser.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/collectionSetChooser.o.d -o collectionSetChooser.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/collectionSetChooser.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp
rm -f collectorCounters.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/collectorCounters.o.d -o collectorCounters.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/collectorPolicy.cpp
rm -f collectorPolicy.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/collectorPolicy.o.d -o collectorPolicy.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/collectorPolicy.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
rm -f compactibleFreeListSpace.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/compactibleFreeListSpace.o.d -o compactibleFreeListSpace.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/compactingPermGenGen.cpp
rm -f compactingPermGenGen.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/compactingPermGenGen.o.d -o compactingPermGenGen.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/memory/compactingPermGenGen.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/runtime/compilationPolicy.cpp
rm -f compilationPolicy.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/compilationPolicy.o.d -o compilationPolicy.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/runtime/compilationPolicy.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/compiler/compileBroker.cpp
rm -f compileBroker.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/compileBroker.o.d -o compileBroker.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/compiler/compileBroker.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/code/compiledIC.cpp
rm -f compiledIC.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/compiledIC.o.d -o compiledIC.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/code/compiledIC.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp
rm -f compiledICHolderKlass.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/compiledICHolderKlass.o.d -o compiledICHolderKlass.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/compiledICHolderKlass.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/compiledICHolderOop.cpp
rm -f compiledICHolderOop.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/compiledICHolderOop.o.d -o compiledICHolderOop.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/compiledICHolderOop.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
rm -f concurrentG1Refine.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/concurrentG1Refine.o.d -o concurrentG1Refine.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp
rm -f concurrentG1RefineThread.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/concurrentG1RefineThread.o.d -o concurrentG1RefineThread.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/concurrentG1RefineThread.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
rm -f concurrentGCThread.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/concurrentGCThread.o.d -o concurrentGCThread.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp
rm -f concurrentMark.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/concurrentMark.o.d -o concurrentMark.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
rm -f concurrentMarkSweepGeneration.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/concurrentMarkSweepGeneration.o.d -o concurrentMarkSweepGeneration.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp
rm -f concurrentMarkSweepThread.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/concurrentMarkSweepThread.o.d -o concurrentMarkSweepThread.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
rm -f concurrentMarkThread.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/concurrentMarkThread.o.d -o concurrentMarkThread.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/constMethodKlass.cpp
rm -f constMethodKlass.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/constMethodKlass.o.d -o constMethodKlass.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/constMethodKlass.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/constMethodOop.cpp
rm -f constMethodOop.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/constMethodOop.o.d -o constMethodOop.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/constMethodOop.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/constantPoolKlass.cpp
rm -f constantPoolKlass.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/constantPoolKlass.o.d -o constantPoolKlass.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/constantPoolKlass.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/constantPoolOop.cpp
rm -f constantPoolOop.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/constantPoolOop.o.d -o constantPoolOop.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/constantPoolOop.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/cpCacheKlass.cpp
rm -f cpCacheKlass.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cpCacheKlass.o.d -o cpCacheKlass.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/cpCacheKlass.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/cpCacheOop.cpp
rm -f cpCacheOop.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cpCacheOop.o.d -o cpCacheOop.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/oops/cpCacheOop.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/interpreter/cppInterpreter.cpp
rm -f cppInterpreter.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cppInterpreter.o.d -o cppInterpreter.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/interpreter/cppInterpreter.cpp
Compiling /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp
rm -f cppInterpreter_x86.o
g++ -DLINUX -D_GNU_SOURCE -DIA32 -DASSERT -DDEBUG -I. -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/prims -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/share/vm/precompiled -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os_cpu/linux_x86/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/linux/vm -I/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.0-b06-internal\"" -DHOTSPOT_BUILD_TARGET="\"jvmg\"" -DHOTSPOT_BUILD_USER="\"sebastian\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.8.0\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_linux_x86 -DTARGET_OS_ARCH_MODEL_linux_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -m32 -march=i586 -DCC_INTERP -pipe -gstabs -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wsign-compare -c -MMD -MP -MF ../generated/dependencies/cppInterpreter_x86.o.d -o cppInterpreter_x86.o /home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp
/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp: In static member function 'static int AbstractInterpreter::size_top_interpreter_activation(methodOopDesc*)':
/home/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp:2268: error: 'AbstractInterpreter::stackElementWords' cannot be used as a function
make[4]: *** [cppInterpreter_x86.o] Error 1
make[4]: Leaving directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[3]: *** [the_vm] Error 2
make[3]: Leaving directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug/linux_i486_compiler1/jvmg'
make[2]: *** [jvmg1] Error 2
make[2]: Leaving directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot_c2_debug'
make[1]: *** [generic_build1] Error 2
make[1]: Leaving directory `/home/.extraSpace/sebastian/deve/compatiblefieldaccess/hsx-hotspot-main/hotspot/make'
make: *** [jvmg1] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment