Skip to content

Console Output

Started by user charlie.gracie@gmail.com
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] node
Running on omr_ci_1 in /home/u0020236/workspace/Test_AIX
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Get Sources)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] checkout
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/omr.git
 > git init /home/u0020236/workspace/Test_AIX # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/omr.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.git
 > git fetch --tags --progress https://github.com/eclipse/omr.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9ae3e3ed8f1e26c55642ede4ed20988ed7934b2a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ae3e3ed8f1e26c55642ede4ed20988ed7934b2a
Commit message: "Merge pull request #2353 from 0xdaryl/contrib"
 > git rev-list --no-walk 9ae3e3ed8f1e26c55642ede4ed20988ed7934b2a # timeout=10
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
Output CCACHE stats before running and clear them
[Pipeline] sh
[Test_AIX] Running shell script
+ ccache -s -z
cache directory                     /home/u0020236/.ccache
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
couldn't find the compiler             1
no input file                          1
files in cache                         0
cache size                             0 Kbytes
max cache size                       1.0 Gbytes
Statistics cleared
[Pipeline] echo
Configure...
[Pipeline] sh
[Test_AIX] Running shell script
+ make -f run_configure.mk OMRGLUE=./example/glue SPEC=aix_ppc-64
WARNING: autoconf needs to be re-run in /home/u0020236/workspace/Test_AIX.  You should do this by hand, or set HAS_AUTOCONF=1 to have this makefile do it for you.
WARNING: autoconf needs to be re-run in /home/u0020236/workspace/Test_AIX/tools.  You should do this by hand, or set HAS_AUTOCONF=1 to have this makefile do it for you.
sh configure --disable-auto-build-flag 'OMRGLUE=./example/glue' 'SPEC=aix_ppc-64'  --enable-OMR_EXAMPLE --enable-OMR_GC --enable-OMR_PORT --enable-OMR_THREAD --enable-OMR_OMRSIG --enable-fvtest --enable-OMR_GC_SEGREGATED_HEAP --enable-OMR_GC_MODRON_SCAVENGER --enable-OMR_GC_MODRON_CONCURRENT_MARK --enable-OMR_THR_CUSTOM_SPIN_OPTIONS --enable-OMR_NOTIFY_POLICY_CONTROL --enable-OMRTHREAD_LIB_AIX --enable-OMR_ARCH_POWER --enable-OMR_ENV_DATA64 --enable-OMR_PORT_CAN_RESERVE_SPECIFIC_ADDRESS --enable-OMR_THR_FORK_SUPPORT --enable-OMR_GC_ARRAYLETS libprefix=lib exeext= solibext=.so arlibext=.a objext=.o 'AS=as' 'CC=xlC_r' 'CXX=$(CC)' 'CCLINKEXE=$(CC)' 'CCLINKSHARED=ld' 'CXXLINKEXE=$(CC)' 'CXXLINKSHARED=makeC++SharedLib_r' 'AR=ar' 'OMR_HOST_OS=aix' 'OMR_HOST_ARCH=ppc' 'OMR_TARGET_DATASIZE=64' 'OMR_TOOLCHAIN=xlc' 
checking build system type... powerpc-ibm-aix7.1.0.0
checking host system type... powerpc-ibm-aix7.1.0.0
checking OMR_HOST_OS... aix
checking OMR_HOST_ARCH... ppc
checking for gcc... xlC_r
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether xlC_r accepts -g... yes
checking for xlC_r option to accept ISO C89... none needed
checking how to run the C preprocessor... xlC_r -E
checking for grep that handles long lines and -e... /opt/freeware/bin/grep
checking for egrep... /opt/freeware/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking OMR_TARGET_DATASIZE... 64
checking OMR_TOOLCHAIN... xlc
checking for gcc... (cached) xlC_r
checking whether we are using the GNU C compiler... (cached) no
checking whether xlC_r accepts -g... (cached) yes
checking for xlC_r option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... no
checking whether $(CC) accepts -g... no
checking for numa.h... no
checking for ./OMR_VERSION_STRING... no
checking for ./OMR_JIT_VERSION_STRING... no
configure: creating ./config.status
config.status: creating include_core/omrversionstrings.h
config.status: creating omrmakefiles/configure.mk
config.status: creating omr.rc
config.status: creating include_core/omrcfg.h
config.status: executing toolconfigure commands
checking build system type... powerpc-ibm-aix7.1.0.0
checking OMR_BUILD_OS... aix
checking OMR_BUILD_ARCH... ppc
checking for gcc... xlC_r
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether xlC_r accepts -g... yes
checking for xlC_r option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... no
checking whether $(CC) accepts -g... no
checking how to run the C preprocessor... xlC_r -E
checking for grep that handles long lines and -e... /opt/freeware/bin/grep
checking for egrep... /opt/freeware/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 4
checking OMR_BUILD_DATASIZE... 32
checking OMR_ENV_DATA64... 0
checking OMR_BUILD_TOOLCHAIN... xlc
configure: creating ./config.status
config.status: creating toolconfigure.mk
config.status: creating toolconfig.h
# Force the timestamps of unchanged files to be updated
touch include_core/omrcfg.h include_core/omrversionstrings.h omrmakefiles/configure.mk ./omr.rc tools/toolconfigure.mk CONFIGURE_SENTINEL_FILE
[Pipeline] echo
Compile...
[Pipeline] sh
[Test_AIX] Running shell script
+ make -j8
make[1]: Entering directory '/home/u0020236/workspace/Test_AIX'
make -C tools/hookgen all
make -C tools/tracegen all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/tools/hookgen'
xlC_r  -I. -I../../third_party/pugixml-1.5  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/tools/tracegen'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o FileUtils.o FileUtils.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
xlC_r  -I. -I../../third_party/pugixml-1.5  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HookGen.o HookGen.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Port.o Port.cpp
xlC_r  -I. -I../../third_party/pugixml-1.5  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o pugixml.o ../../third_party/pugixml-1.5/pugixml.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o TraceGen.o TraceGen.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o TraceHeaderWriter.o TraceHeaderWriter.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o StringUtils.o StringUtils.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ArgParser.o ArgParser.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o DATFileWriter.o DATFileWriter.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o TDFParser.o TDFParser.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CFileWriter.o CFileWriter.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o FileReader.o FileReader.cpp
xlC_r -o ../../tracegen FileUtils.o main.o Port.o TraceGen.o TraceHeaderWriter.o StringUtils.o ArgParser.o DATFileWriter.o TDFParser.o CFileWriter.o FileReader.o      -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/tools/tracegen'
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<0> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<0>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<0> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<0>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<0> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<0>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<0> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<0>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<1> >(xpath_node_set_raw &, xml_attribute_struct *, xml_node_struct *, xpath_allocator *, bool, axis_to_type<1>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<1> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<1>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<5> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<5>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<5> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<5>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<5> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<5>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<5> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<5>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<6> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<6>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<6> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<6>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<6> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<6>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<6> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<6>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<9> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<9>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<9> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<9>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<9> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<9>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<9> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<9>).
    1501-201: (W) Maximum number of common component diagnostics, 10  has been exceeded.
xlC_r -o ../../hookgen main.o HookGen.o pugixml.o      -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/tools/hookgen'
make[1]: Leaving directory '/home/u0020236/workspace/Test_AIX'
make[1]: Entering directory '/home/u0020236/workspace/Test_AIX'
cd . && ./hookgen /home/u0020236/workspace/Test_AIX/gc/base/omrmmprivate.hdf
cd . && ./hookgen /home/u0020236/workspace/Test_AIX/gc/include/omrmm.hdf
cd . && ./hookgen /home/u0020236/workspace/Test_AIX/fvtest/algotest/hooksample.hdf
Processed /home/u0020236/workspace/Test_AIX/gc/base/omrmmprivate.hdf to create public header mmprivatehook.h and private header mmprivatehook_internal.h
touch /home/u0020236/workspace/Test_AIX/gc/base/omrmmprivate.sentinel
Processed /home/u0020236/workspace/Test_AIX/fvtest/algotest/hooksample.hdf to create public header hooksample.h and private header hooksample_internal.h
touch /home/u0020236/workspace/Test_AIX/fvtest/algotest/hooksample.sentinel
Processed /home/u0020236/workspace/Test_AIX/gc/include/omrmm.hdf to create public header mmomrhook.h and private header mmomrhook_internal.h
touch /home/u0020236/workspace/Test_AIX/gc/include/omrmm.sentinel
make[1]: Leaving directory '/home/u0020236/workspace/Test_AIX'
cd . && ./tracegen -treatWarningAsError -generatecfiles -threshold 1 -root .
TraceGen found tdf file ./fvtest/rastest/omr_test.tdf
Processing tdf file ./fvtest/rastest/omr_test.tdf
Calculating groups for omr_test
Creating header file: ./fvtest/rastest/ut_omr_test.h
Creating pdat file: ./fvtest/rastest/ut_omr_test.pdat
Creating c file: ./fvtest/rastest/ut_omr_test.c
TraceGen found tdf file ./gc/base/j9mm.tdf
Processing tdf file ./gc/base/j9mm.tdf
Calculating groups for j9mm
Creating header file: ./gc/base/ut_j9mm.h
Creating pdat file: ./gc/base/ut_j9mm.pdat
Creating c file: ./gc/base/ut_j9mm.c
TraceGen found tdf file ./gc/base/omrmm.tdf
Processing tdf file ./gc/base/omrmm.tdf
Calculating groups for omrmm
Creating header file: ./gc/base/ut_omrmm.h
Creating pdat file: ./gc/base/ut_omrmm.pdat
Creating c file: ./gc/base/ut_omrmm.c
TraceGen found tdf file ./gc/verbose/j9vgc.tdf
Processing tdf file ./gc/verbose/j9vgc.tdf
Calculating groups for j9vgc
Creating header file: ./gc/verbose/ut_j9vgc.h
Creating pdat file: ./gc/verbose/ut_j9vgc.pdat
Creating c file: ./gc/verbose/ut_j9vgc.c
TraceGen found tdf file ./omr/omrti.tdf
Processing tdf file ./omr/omrti.tdf
Calculating groups for omrti
Creating header file: ./omr/ut_omrti.h
Creating pdat file: ./omr/ut_omrti.pdat
Creating c file: ./omr/ut_omrti.c
TraceGen found tdf file ./omr/omrvm.tdf
Processing tdf file ./omr/omrvm.tdf
Calculating groups for omrvm
Creating header file: ./omr/ut_omrvm.h
Creating pdat file: ./omr/ut_omrvm.pdat
Creating c file: ./omr/ut_omrvm.c
TraceGen found tdf file ./port/common/omrport.tdf
Processing tdf file ./port/common/omrport.tdf
Calculating groups for omrport
Creating header file: ./port/common/ut_omrport.h
Creating pdat file: ./port/common/ut_omrport.pdat
Creating c file: ./port/common/ut_omrport.c
TraceGen found tdf file ./thread/j9thr.tdf
Processing tdf file ./thread/j9thr.tdf
Calculating groups for j9thr
Creating header file: ./thread/ut_j9thr.h
Creating pdat file: ./thread/ut_j9thr.pdat
Creating c file: ./thread/ut_j9thr.c
TraceGen found tdf file ./util/avl/avl.tdf
Processing tdf file ./util/avl/avl.tdf
Calculating groups for avl
Creating header file: ./util/avl/ut_avl.h
Creating pdat file: ./util/avl/ut_avl.pdat
Creating c file: ./util/avl/ut_avl.c
TraceGen found tdf file ./util/hashtable/hashtable.tdf
Processing tdf file ./util/hashtable/hashtable.tdf
Calculating groups for hashtable
Creating header file: ./util/hashtable/ut_hashtable.h
Creating pdat file: ./util/hashtable/ut_hashtable.pdat
Creating c file: ./util/hashtable/ut_hashtable.c
TraceGen found tdf file ./util/hookable/j9hook.tdf
Processing tdf file ./util/hookable/j9hook.tdf
Calculating groups for j9hook
Creating header file: ./util/hookable/ut_j9hook.h
Creating pdat file: ./util/hookable/ut_j9hook.pdat
Creating c file: ./util/hookable/ut_j9hook.c
TraceGen found tdf file ./util/omrutil/utilcore.tdf
Processing tdf file ./util/omrutil/utilcore.tdf
Calculating groups for j9utilcore
Creating header file: ./util/omrutil/ut_j9utilcore.h
Creating pdat file: ./util/omrutil/ut_j9utilcore.pdat
Creating c file: ./util/omrutil/ut_j9utilcore.c
TraceGen found tdf file ./util/pool/pool.tdf
Processing tdf file ./util/pool/pool.tdf
Calculating groups for pool
Creating header file: ./util/pool/ut_pool.h
Creating pdat file: ./util/pool/ut_pool.pdat
Creating c file: ./util/pool/ut_pool.c
make[1]: Entering directory '/home/u0020236/workspace/Test_AIX'
make -C gc/base all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/gc/base'
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryPoolSplitAddressOrderedList.o MemoryPoolSplitAddressOrderedList.cpp
make -C gc/base/standard all
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o BaseVirtual.o BaseVirtual.cpp
make -C gc/startup all
make -C gc/stats all
make -C gc/structs all
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMRVMInterface.o OMRVMInterface.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/gc/base/standard'
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapWalker.o HeapWalker.cpp
make -C gc/verbose all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/gc/startup'
xlC_r  -I. -I../base -I../base/standard -I../include -I../stats -I../structs -I../verbose -I../../omr/startup -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o mminitcore.o mminitcore.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/gc/structs'
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ObjectHeapIterator.o ObjectHeapIterator.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/gc/verbose'
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseWriterChain.o VerboseWriterChain.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/gc/stats'
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepStats.o SweepStats.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o EnvironmentBase.o EnvironmentBase.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MetronomeStats.o MetronomeStats.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PoolIterator.o PoolIterator.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ObjectIteratorState.o ObjectIteratorState.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapStats.o HeapStats.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PercolateStats.o PercolateStats.cpp
xlC_r  -I. -I../base -I../base/standard -I../include -I../stats -I../structs -I../verbose -I../../omr/startup -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrgcalloc.o omrgcalloc.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapMemoryPoolIterator.o HeapMemoryPoolIterator.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseBuffer.o VerboseBuffer.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o LightweightNonReentrantReaderWriterLock.o LightweightNonReentrantReaderWriterLock.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o AllocationFailureStats.o AllocationFailureStats.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SublistIterator.o SublistIterator.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ScavengerCopyScanRatio.o ScavengerCopyScanRatio.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelSweepScheme.o ParallelSweepScheme.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CompactScheme.o CompactScheme.cpp
xlC_r  -I. -I../base -I../base/standard -I../include -I../stats -I../structs -I../verbose -I../../omr/startup -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrgcstartup.o omrgcstartup.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMRVMThreadListIterator.o OMRVMThreadListIterator.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CompactStats.o CompactStats.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o LightweightNonReentrantLock.o LightweightNonReentrantLock.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseManager.o VerboseManager.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o LargeObjectAllocateStats.o LargeObjectAllocateStats.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ForwardedHeader.o ForwardedHeader.cpp
make -C gc/verbose/handler_standard all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/gc/verbose/handler_standard'
xlC_r  -I. -I../../base -I../../structs -I../../stats -I../../include -I../../verbose -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseHandlerOutputStandard.o VerboseHandlerOutputStandard.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SublistSlotIterator.o SublistSlotIterator.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o EmptyListPopulator.o EmptyListPopulator.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HashTableIterator.o HashTableIterator.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseHandlerOutput.o VerboseHandlerOutput.cpp
ar    -X64 rcv ../../lib/libomrgcstartup.a mminitcore.o omrgcalloc.o omrgcstartup.o 
a - mminitcore.o
a - omrgcalloc.o
a - omrgcstartup.o
ranlib ../../lib/libomrgcstartup.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/gc/startup'
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentCardTableStats.o ConcurrentCardTableStats.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CopyScanCacheChunkInHeap.o CopyScanCacheChunkInHeap.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SublistPool.o SublistPool.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SublistFragment.o SublistFragment.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CopyForwardStatsCore.o CopyForwardStatsCore.cpp
xlC_r  -I. -I../base -I../stats -I../include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SublistPuddle.o SublistPuddle.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Packet.o Packet.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentScavengeTask.o ConcurrentScavengeTask.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentCardTableForWC.o ConcurrentCardTableForWC.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapRegionDescriptor.o HeapRegionDescriptor.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ModronAssertions.o ModronAssertions.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseWriter.o VerboseWriter.cpp
ar    -X64 rcv ../../lib/libomrgcstructs.a ObjectHeapIterator.o PoolIterator.o ObjectIteratorState.o SublistIterator.o OMRVMThreadListIterator.o ForwardedHeader.o SublistSlotIterator.o HashTableIterator.o SublistPool.o SublistFragment.o SublistPuddle.o 
a - ObjectHeapIterator.o
a - PoolIterator.o
a - ObjectIteratorState.o
a - SublistIterator.o
a - OMRVMThreadListIterator.o
a - ForwardedHeader.o
a - SublistSlotIterator.o
a - HashTableIterator.o
a - SublistPool.o
a - SublistFragment.o
a - SublistPuddle.o
ranlib ../../lib/libomrgcstructs.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/gc/structs'
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CompactFixHeapForWalkTask.o CompactFixHeapForWalkTask.cpp
ar    -X64 rcv ../../../lib/libomrgcverbosehandlerstandard.a VerboseHandlerOutputStandard.o 
a - VerboseHandlerOutputStandard.o
ranlib ../../../lib/libomrgcverbosehandlerstandard.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/gc/verbose/handler_standard'
make -C omr all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/omr'
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMR_Runtime.o OMR_Runtime.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpaceUniSpace.o MemorySubSpaceUniSpace.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseWriterFileLoggingBuffered.o VerboseWriterFileLoggingBuffered.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMR_VM.o OMR_VM.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseWriterHook.o VerboseWriterHook.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpaceGenerational.o MemorySubSpaceGenerational.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConfigurationStandard.o ConfigurationStandard.cpp
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapMemorySnapshot.o HeapMemorySnapshot.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentScanRememberedSetTask.o ConcurrentScanRememberedSetTask.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMR_VMThread.o OMR_VMThread.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapResizeStats.o HeapResizeStats.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o WorkPacketsConcurrent.o WorkPacketsConcurrent.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseWriterFileLogging.o VerboseWriterFileLogging.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o AllocationStats.o AllocationStats.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapRegionManagerStandard.o HeapRegionManagerStandard.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMR_TIMemorySize.o OMR_TIMemorySize.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VirtualMemory.o VirtualMemory.cpp
make -C omr/startup all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/omr/startup'
xlC_r  -I. -I../../gc/base -I../../gc/base/standard -I../../gc/include -I../../gc/stats -I../../gc/structs -I../../gc/startup -I../.././example/glue -I../../gc/base/segregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrvmstartup.o omrvmstartup.cpp
make -C omr_glue_static_lib all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/omr_glue_static_lib'
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/ObjectModelDelegate.o .././example/glue/ObjectModelDelegate.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMR_TI.o OMR_TI.cpp
make -C util/omrutil all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/util/omrutil'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o AtomicFunctions.o AtomicFunctions.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ScavengerStats.o ScavengerStats.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseWriterStreamOutput.o VerboseWriterStreamOutput.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConfigurationFlat.o ConfigurationFlat.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o utf8encode.o utf8encode.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryPoolBumpPointer.o MemoryPoolBumpPointer.cpp
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/CompactSchemeFixupObject.o .././example/glue/CompactSchemeFixupObject.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o stricmp.o stricmp.c
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ScavengerHotFieldStats.o ScavengerHotFieldStats.cpp
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMR_Profiler.o OMR_Profiler.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentClearNewMarkBitsTask.o ConcurrentClearNewMarkBitsTask.cpp
ar    -X64 rcv ../../lib/libomrvmstartup.a omrvmstartup.o 
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o j9memclr.o j9memclr.c
a - omrvmstartup.o
ranlib ../../lib/libomrvmstartup.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/omr/startup'
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/CollectorLanguageInterfaceImpl.o .././example/glue/CollectorLanguageInterfaceImpl.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o VerboseWriterFileLoggingSynchronous.o VerboseWriterFileLoggingSynchronous.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMR_MethodDictionary.o OMR_MethodDictionary.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CardCleaningStats.o CardCleaningStats.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o gettimebase.o gettimebase.c
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/MarkingDelegate.o .././example/glue/MarkingDelegate.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Forge.o Forge.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o RootScannerStats.o RootScannerStats.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o poolForPort.o poolForPort.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentCompleteTracingTask.o ConcurrentCompleteTracingTask.cpp
xlC_r  -I. -I../base -I../structs -I../stats -I../include -I../verbose/handler_standard -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_j9vgc.o ut_j9vgc.c
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/GlobalCollectorDelegate.o .././example/glue/GlobalCollectorDelegate.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMR_Agent.o OMR_Agent.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentGCStats.o ConcurrentGCStats.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o xlphelp.o xlphelp.c
ar    -X64 rcv ../../lib/libomrgcverbose.a VerboseWriterChain.o VerboseBuffer.o VerboseManager.o VerboseHandlerOutput.o VerboseWriter.o VerboseWriterFileLoggingBuffered.o VerboseWriterHook.o VerboseWriterFileLogging.o VerboseWriterStreamOutput.o VerboseWriterFileLoggingSynchronous.o ut_j9vgc.o
a - VerboseWriterChain.o
a - VerboseBuffer.o
a - VerboseManager.o
a - VerboseHandlerOutput.o
a - VerboseWriter.o
a - VerboseWriterFileLoggingBuffered.o
a - VerboseWriterHook.o
a - VerboseWriterFileLogging.o
a - VerboseWriterStreamOutput.o
a - VerboseWriterFileLoggingSynchronous.o
a - ut_j9vgc.o
ranlib ../../lib/libomrgcverbose.a
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Scavenger.o Scavenger.cpp
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/gc/verbose'
make -C omrtrace all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/omrtrace'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtraceoptions.o omrtraceoptions.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ranking.o ranking.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o AllocationContext.o AllocationContext.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_omrvm.o ut_omrvm.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o utf8decode.o utf8decode.c
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/ConcurrentMarkingDelegate.o .././example/glue/ConcurrentMarkingDelegate.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o WorkPacketsStandard.o WorkPacketsStandard.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtrcinit.o omrtrcinit.c
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentSweepStats.o ConcurrentSweepStats.cpp
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ClassUnloadStats.o ClassUnloadStats.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o detectVMDirectory.o detectVMDirectory.c
xlC_r  -I. -I../include -I../base -I../structs -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MarkStats.o MarkStats.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Configuration.o Configuration.cpp
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrrasinit.o omrrasinit.c
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/StartupManagerImpl.o .././example/glue/StartupManagerImpl.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o xml.o xml.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtracemisc.o omrtracemisc.cpp
ar    -X64 rcv ../../lib/libomrgcstats.a SweepStats.o MetronomeStats.o HeapStats.o PercolateStats.o AllocationFailureStats.o ScavengerCopyScanRatio.o CompactStats.o LargeObjectAllocateStats.o ConcurrentCardTableStats.o CopyForwardStatsCore.o HeapMemorySnapshot.o HeapResizeStats.o AllocationStats.o ScavengerStats.o ScavengerHotFieldStats.o CardCleaningStats.o RootScannerStats.o ConcurrentGCStats.o ConcurrentSweepStats.o ClassUnloadStats.o MarkStats.o 
a - SweepStats.o
a - MetronomeStats.o
a - HeapStats.o
a - PercolateStats.o
a - AllocationFailureStats.o
a - ScavengerCopyScanRatio.o
a - CompactStats.o
a - LargeObjectAllocateStats.o
a - ConcurrentCardTableStats.o
a - CopyForwardStatsCore.o
a - HeapMemorySnapshot.o
a - HeapResizeStats.o
a - AllocationStats.o
a - ScavengerStats.o
a - ScavengerHotFieldStats.o
a - CardCleaningStats.o
a - RootScannerStats.o
a - ConcurrentGCStats.o
a - ConcurrentSweepStats.o
a - ClassUnloadStats.o
a - MarkStats.o
ranlib ../../lib/libomrgcstats.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/gc/stats'
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Task.o Task.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o spacesaving.o spacesaving.c
xlC_r  -I. -I../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_omrti.o ut_omrti.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o thrname_core.o thrname_core.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argscan.o argscan.c
ar    -X64 rcv ../lib/libj9omr.a OMR_Runtime.o OMR_VM.o OMR_VMThread.o OMR_TIMemorySize.o OMR_TI.o OMR_Profiler.o OMR_MethodDictionary.o OMR_Agent.o ut_omrvm.o omrtrcinit.o omrrasinit.o ut_omrti.o
a - OMR_Runtime.o
a - OMR_VM.o
a - OMR_VMThread.o
a - OMR_TIMemorySize.o
a - OMR_TI.o
a - OMR_Profiler.o
a - OMR_MethodDictionary.o
a - OMR_Agent.o
a - ut_omrvm.o
a - omrtrcinit.o
a - omrrasinit.o
a - ut_omrti.o
ranlib ../lib/libj9omr.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/omr'
make -C port all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/port'
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o j9nls.o ./common/j9nls.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtracelog.o omrtracelog.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapVirtualMemory.o HeapVirtualMemory.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_j9utilcore.o ut_j9utilcore.c
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/omrExampleVM.o .././example/glue/omrExampleVM.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CopyScanCacheStandard.o CopyScanCacheStandard.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySpace.o MemorySpace.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o threadhelp.o threadhelp.c
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/FrequentObjectsStats.o .././example/glue/FrequentObjectsStats.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o primeNumberHelper.o primeNumberHelper.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryManager.o MemoryManager.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentOverflow.o ConcurrentOverflow.cpp
ar    -X64 rcv ../../lib/libomrutil.a AtomicFunctions.o utf8encode.o stricmp.o j9memclr.o gettimebase.o poolForPort.o xlphelp.o ranking.o utf8decode.o detectVMDirectory.o xml.o spacesaving.o thrname_core.o argscan.o ut_j9utilcore.o threadhelp.o primeNumberHelper.o
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o j9nlshelpers.o ./unix/j9nlshelpers.c
a - AtomicFunctions.o
a - utf8encode.o
a - stricmp.o
a - j9memclr.o
a - gettimebase.o
a - poolForPort.o
a - xlphelp.o
a - ranking.o
a - utf8decode.o
a - detectVMDirectory.o
a - xml.o
a - spacesaving.o
a - thrname_core.o
a - argscan.o
a - ut_j9utilcore.o
a - threadhelp.o
a - primeNumberHelper.o
ranlib ../../lib/libomrutil.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/util/omrutil'
make -C thread all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/thread'
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o j9sem.o ./common/j9sem.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtracepublish.o omrtracepublish.cpp
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/ObjectIterator.o .././example/glue/ObjectIterator.cpp
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthread.o ./common/omrthread.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrcpu.o ./unix/omrcpu.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtraceapi.o omrtraceapi.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepHeapSectioning.o SweepHeapSectioning.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrerror.o ./common/omrerror.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtracewrappers.o omrtracewrappers.cpp
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/EnvironmentDelegate.o .././example/glue/EnvironmentDelegate.cpp
make -C tools/tracemerge all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/tools/tracemerge'
xlC_r  -I../../tools/tracegen  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ArgParser.o ../../tools/tracegen/ArgParser.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrerrorhelpers.o ./unix/omrerrorhelpers.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtracecomponent.o omrtracecomponent.cpp
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/VerboseManagerImpl.o .././example/glue/VerboseManagerImpl.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o GlobalCollector.o GlobalCollector.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrexit.o ./common/omrexit.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrfile.o ./unix/omrfile.c
xlC_r  -I../../tools/tracegen  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o FileReader.o ../../tools/tracegen/FileReader.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrfile_blockingasync.o ./common/omrfile_blockingasync.c
xlC_r  -I../../tools/tracegen  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o DATMerge.o DATMerge.cpp
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/LanguageVMGlue.o .././example/glue/LanguageVMGlue.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Validator.o Validator.cpp
xlC_r  -I../../tools/tracegen  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o FileUtils.o ../../tools/tracegen/FileUtils.cpp
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/UtilGlue.o .././example/glue/UtilGlue.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryPoolHybrid.o MemoryPoolHybrid.cpp
xlC_r   -I. -I.././example/glue -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util/  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o .././example/glue/Profiling.o .././example/glue/Profiling.c
xlC_r  -I../../tools/tracegen  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o StringUtils.o ../../tools/tracegen/StringUtils.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtraceformatter.o omrtraceformatter.cpp
    2135  1500-010: (W) WARNING in threadInternalExit: Infinite loop.  Program may not stop.
    1713  1500-010: (W) WARNING in omrthread_exit: Infinite loop.  Program may not stop.
    1713  1500-010: (W) WARNING in interruptServer: Infinite loop.  Program may not stop.
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreadattr.o ./unix/omrthreadattr.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrfilestream.o ./common/omrfilestream.c
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrfilestreamtext.o ./common/omrfilestreamtext.c
ar    -X64 rcv ../lib/libomrglue.a .././example/glue/ObjectModelDelegate.o .././example/glue/CompactSchemeFixupObject.o .././example/glue/CollectorLanguageInterfaceImpl.o .././example/glue/MarkingDelegate.o .././example/glue/GlobalCollectorDelegate.o .././example/glue/ConcurrentMarkingDelegate.o .././example/glue/StartupManagerImpl.o .././example/glue/omrExampleVM.o .././example/glue/FrequentObjectsStats.o .././example/glue/ObjectIterator.o .././example/glue/EnvironmentDelegate.o .././example/glue/VerboseManagerImpl.o .././example/glue/LanguageVMGlue.o .././example/glue/UtilGlue.o .././example/glue/Profiling.o
xlC_r  -I../../tools/tracegen  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Port.o ../../tools/tracegen/Port.cpp
a - .././example/glue/ObjectModelDelegate.o
a - .././example/glue/CompactSchemeFixupObject.o
a - .././example/glue/CollectorLanguageInterfaceImpl.o
a - .././example/glue/MarkingDelegate.o
a - .././example/glue/GlobalCollectorDelegate.o
a - .././example/glue/ConcurrentMarkingDelegate.o
a - .././example/glue/StartupManagerImpl.o
a - .././example/glue/omrExampleVM.o
a - .././example/glue/FrequentObjectsStats.o
a - .././example/glue/ObjectIterator.o
a - .././example/glue/EnvironmentDelegate.o
a - .././example/glue/VerboseManagerImpl.o
a - .././example/glue/LanguageVMGlue.o
a - .././example/glue/UtilGlue.o
a - .././example/glue/Profiling.o
ranlib ../lib/libomrglue.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/omr_glue_static_lib'
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrfiletext.o ./unix/omrfiletext.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreaddebug.o ./unix/omrthreaddebug.c
xlC_r  -I../../tools/tracegen  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PhysicalSubArenaVirtualMemorySemiSpace.o PhysicalSubArenaVirtualMemorySemiSpace.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrgetasid.o ./common/omrgetasid.c
make -C util/avl all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/util/avl'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_avl.o ut_avl.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtracemain.o omrtracemain.cpp
xlC_r -o ../../tracemerge ArgParser.o FileReader.o DATMerge.o FileUtils.o StringUtils.o Port.o main.o      -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreaderror.o ./common/omrthreaderror.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o avlsup.o avlsup.c
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/tools/tracemerge'
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrgetjobid.o ./common/omrgetjobid.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o RSOverflow.o RSOverflow.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrgetjobname.o ./common/omrgetjobname.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreadinspect.o omrthreadinspect.c
ar    -X64 rcv ../../lib/libj9avl.a  ut_avl.o avlsup.o
a - ut_avl.o
a - avlsup.o
ranlib ../../lib/libj9avl.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/util/avl'
as -o omrgetsp.o  -a64 -many   ./aix/omrgetsp.s
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrheap.o ./common/omrheap.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelScavengeTask.o ParallelScavengeTask.cpp
ar    -X64 rcv ../lib/libomrtrace.a omrtraceoptions.o omrtracemisc.o omrtracelog.o omrtracepublish.o omrtraceapi.o omrtracewrappers.o omrtracecomponent.o omrtraceformatter.o omrtracemain.o 
a - omrtraceoptions.o
a - omrtracemisc.o
a - omrtracelog.o
a - omrtracepublish.o
a - omrtraceapi.o
a - omrtracewrappers.o
a - omrtracecomponent.o
a - omrtraceformatter.o
a - omrtracemain.o
ranlib ../lib/libomrtrace.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/omrtrace'
make -C util/hashtable all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/util/hashtable'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o hashtable.o hashtable.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryPool.o MemoryPool.cpp
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreadmem.o ./common/omrthreadmem.cpp
make -C util/hookable all
make[1]: Nothing to be done for 'util/omrutil'.
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/util/hookable'
xlC_r  -I. -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o hookable.o hookable.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o EnvironmentStandard.o EnvironmentStandard.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omriconvhelpers.o ./unix/omriconvhelpers.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreadnuma.o ./aix/omrthreadnuma.c
xlC_r  -I. -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_j9hook.o ut_j9hook.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrintrospect.o ./unix/omrintrospect.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrintrospect_common.o ./common/omrintrospect_common.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelObjectHeapIterator.o ParallelObjectHeapIterator.cpp
ar    -X64 rcv ../../lib/libj9hookstatic.a hookable.o ut_j9hook.o
a - hookable.o
a - ut_j9hook.o
ranlib ../../lib/libj9hookstatic.a
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreadpriority.o ./common/omrthreadpriority.c
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/util/hookable'
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentFinalCleanCardsTask.o ConcurrentFinalCleanCardsTask.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrmem.o ./unix/omrmem.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OverflowStandard.o OverflowStandard.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o hash.o hash.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_hashtable.o ut_hashtable.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreadtls.o ./common/omrthreadtls.c
ar    -X64 rcv ../../lib/libj9hashtable.a  hashtable.o hash.o ut_hashtable.o
a - hashtable.o
a - hash.o
a - ut_hashtable.o
ranlib ../../lib/libj9hashtable.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/util/hashtable'
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrmem32helpers.o ./common/omrmem32helpers.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CopyScanCacheList.o CopyScanCacheList.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepPoolState.o SweepPoolState.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o AddressOrderedListPopulator.o AddressOrderedListPopulator.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConfigurationGenerational.o ConfigurationGenerational.cpp
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o priority.o ./aix/priority.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MarkedObjectPopulator.o MarkedObjectPopulator.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrmemcategories.o ./common/omrmemcategories.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o thrcreate.o ./unix/thrcreate.c
make -C util/pool all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/util/pool'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o pool.o pool.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o threadhelpers.o ./common/threadhelpers.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentSafepointCallback.o ConcurrentSafepointCallback.cpp
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o pool_cap.o pool_cap.c
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_pool.o ut_pool.c
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o thrprof.o ./common/thrprof.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrmemtag.o ./common/omrmemtag.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o AllocationInterfaceGeneric.o AllocationInterfaceGeneric.cpp
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o thrdsup.o ./unix/thrdsup.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CopyScanCacheChunk.o CopyScanCacheChunk.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelGlobalGC.o ParallelGlobalGC.cpp
ar    -X64 rcv ../../lib/libj9pool.a pool.o pool_cap.o ut_pool.o
a - pool.o
a - pool_cap.o
a - ut_pool.o
ranlib ../../lib/libj9pool.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/util/pool'
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrmemtag_checks.o ./common/omrmemtag_checks.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o rasthrsup.o ./aix/rasthrsup.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o rwmutex.o ./common/rwmutex.c
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_j9thr.o ut_j9thr.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrmmap.o ./unix/omrmmap.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentCardTable.o ConcurrentCardTable.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepPoolManagerSplitAddressOrderedList.o SweepPoolManagerSplitAddressOrderedList.cpp
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrthreadjlm.o ./common/omrthreadjlm.c
make -C omrsigcompat all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/omrsigcompat'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrsig.o omrsig.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepHeapSectioningSegmented.o SweepHeapSectioningSegmented.cpp
xlC_r  -I. -I./ -I./aix -I./unix -I./common  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o unixpriority.o ./unix/unixpriority.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrosbacktrace.o ./common/omrosbacktrace.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpace.o MemorySubSpace.cpp
sh ../omrmakefiles/generate-exports.sh xlc omrsig omrsig.exportlist omrsig.exp
rm -f ../libomrsig.so
ld -o ../libomrsig.so omrsig.o   -lomrutil   -L. -L.. -L../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:omrsig.map -bE:omrsig.exp
ar    -X64 rcv ../lib/libj9thrstatic.a j9sem.o omrthread.o omrthreadattr.o omrthreaddebug.o omrthreaderror.o omrthreadinspect.o omrthreadmem.o omrthreadnuma.o omrthreadpriority.o omrthreadtls.o priority.o thrcreate.o threadhelpers.o thrprof.o thrdsup.o rasthrsup.o rwmutex.o ut_j9thr.o omrthreadjlm.o unixpriority.o
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/omrsigcompat'
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrosbacktrace_impl.o ./aix/omrosbacktrace_impl.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrosdump.o ./unix/omrosdump.c
a - j9sem.o
a - omrthread.o
a - omrthreadattr.o
a - omrthreaddebug.o
a - omrthreaderror.o
a - omrthreadinspect.o
a - omrthreadmem.o
a - omrthreadnuma.o
a - omrthreadpriority.o
a - omrthreadtls.o
a - priority.o
a - thrcreate.o
a - threadhelpers.o
a - thrprof.o
a - thrdsup.o
a - rasthrsup.o
a - rwmutex.o
a - ut_j9thr.o
a - omrthreadjlm.o
a - unixpriority.o
ranlib ../lib/libj9thrstatic.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/thread'
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapRegionIterator.o HeapRegionIterator.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrosdump_helpers.o ./aix/omrosdump_helpers.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PhysicalSubArenaVirtualMemory.o PhysicalSubArenaVirtualMemory.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrport.o ./common/omrport.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentGC.o ConcurrentGC.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapRegionDescriptorStandard.o HeapRegionDescriptorStandard.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o WorkPacketOverflow.o WorkPacketOverflow.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Heap.o Heap.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelCompactTask.o ParallelCompactTask.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrportcontrol.o ./common/omrportcontrol.c
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentPrepareCardTableTask.o ConcurrentPrepareCardTableTask.cpp
xlC_r  -I. -I../../include -I../../stats -I../../structs -I../../base -I../../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ConcurrentSweepScheme.o ConcurrentSweepScheme.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o GCExtensionsBase.o GCExtensionsBase.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o WorkStack.o WorkStack.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrportptb.o ./unix/omrportptb.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrsignal.o ./unix/omrsignal.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o gcspinlock.o gcspinlock.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemcheckWrapper.o MemcheckWrapper.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepPoolManager.o SweepPoolManager.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepPoolManagerHybrid.o SweepPoolManagerHybrid.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PacketList.o PacketList.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o gcutils.o gcutils.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PhysicalSubArena.o PhysicalSubArena.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrsignal_context.o ./aix/omrsignal_context.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrsl.o ./aix/omrsl.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapRegionManagerTarok.o HeapRegionManagerTarok.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o RegionPoolGeneric.o RegionPoolGeneric.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpaceSemiSpace.o MemorySubSpaceSemiSpace.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o TLHAllocationSupport.o TLHAllocationSupport.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrstr.o ./common/omrstr.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapMapIterator.o HeapMapIterator.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Math.o Math.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrsysinfo.o ./unix/omrsysinfo.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapMemorySubSpaceIterator.o HeapMemorySubSpaceIterator.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrsyslog.o ./unix/omrsyslog.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o TLHAllocationInterface.o TLHAllocationInterface.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtime.o ./aix/omrtime.c
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtlshelpers.o ./common/omrtlshelpers.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtty.o ./unix/omrtty.c
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrvmem.o ./aix/omrvmem.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MarkingScheme.o MarkingScheme.cpp
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o protect_helpers.o ./unix/protect_helpers.c
as -o rt_divu64.o  -a64 -many   ./aix64/rt_divu64.s
as -o rt_time.o  -a64 -many   ./aix64/rt_time.s
xlC_r  -DOMRPORT_LIBRARY_DEFINE -I. -I./aix64 -I./aix -I./unix_include -I./unix -I./common -I./include -I./  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_omrport.o ./common/ut_omrport.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ObjectHeapIteratorAddressOrderedList.o ObjectHeapIteratorAddressOrderedList.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CopyScanCache.o CopyScanCache.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Collector.o Collector.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ReferenceChainWalkerMarkMap.o ReferenceChainWalkerMarkMap.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PhysicalArenaVirtualMemory.o PhysicalArenaVirtualMemory.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapSplit.o HeapSplit.cpp
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
ar    -X64 rcv ../../../lib/libomrgcstandard.a HeapWalker.o HeapMemoryPoolIterator.o ParallelSweepScheme.o CompactScheme.o CopyScanCacheChunkInHeap.o ConcurrentScavengeTask.o ConcurrentCardTableForWC.o CompactFixHeapForWalkTask.o ConfigurationStandard.o ConcurrentScanRememberedSetTask.o WorkPacketsConcurrent.o HeapRegionManagerStandard.o ConfigurationFlat.o ConcurrentClearNewMarkBitsTask.o ConcurrentCompleteTracingTask.o Scavenger.o WorkPacketsStandard.o CopyScanCacheStandard.o ConcurrentOverflow.o PhysicalSubArenaVirtualMemorySemiSpace.o RSOverflow.o ParallelScavengeTask.o EnvironmentStandard.o ConcurrentFinalCleanCardsTask.o OverflowStandard.o CopyScanCacheList.o ConfigurationGenerational.o ConcurrentSafepointCallback.o CopyScanCacheChunk.o ParallelGlobalGC.o ConcurrentCardTable.o SweepHeapSectioningSegmented.o ConcurrentGC.o HeapRegionDescriptorStandard.o ParallelCompactTask.o ConcurrentPrepareCardTableTask.o ConcurrentSweepScheme.o 
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o BumpAllocatedListPopulator.o BumpAllocatedListPopulator.cpp
a - HeapWalker.o
a - HeapMemoryPoolIterator.o
a - ParallelSweepScheme.o
a - CompactScheme.o
a - CopyScanCacheChunkInHeap.o
a - ConcurrentScavengeTask.o
a - ConcurrentCardTableForWC.o
a - CompactFixHeapForWalkTask.o
a - ConfigurationStandard.o
a - ConcurrentScanRememberedSetTask.o
a - WorkPacketsConcurrent.o
a - HeapRegionManagerStandard.o
a - ConfigurationFlat.o
a - ConcurrentClearNewMarkBitsTask.o
a - ConcurrentCompleteTracingTask.o
a - Scavenger.o
a - WorkPacketsStandard.o
a - CopyScanCacheStandard.o
a - ConcurrentOverflow.o
a - PhysicalSubArenaVirtualMemorySemiSpace.o
a - RSOverflow.o
a - ParallelScavengeTask.o
a - EnvironmentStandard.o
a - ConcurrentFinalCleanCardsTask.o
a - OverflowStandard.o
a - CopyScanCacheList.o
a - ConfigurationGenerational.o
a - ConcurrentSafepointCallback.o
a - CopyScanCacheChunk.o
a - ParallelGlobalGC.o
a - ConcurrentCardTable.o
a - SweepHeapSectioningSegmented.o
a - ConcurrentGC.o
a - HeapRegionDescriptorStandard.o
a - ParallelCompactTask.o
a - ConcurrentPrepareCardTableTask.o
a - ConcurrentSweepScheme.o
ranlib ../../../lib/libomrgcstandard.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/gc/base/standard'
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpaceRegionIterator.o MemorySubSpaceRegionIterator.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ObjectAllocationInterface.o ObjectAllocationInterface.cpp
ar    -X64 rcv ../lib/libj9prtstatic.a j9nls.o j9nlshelpers.o omrcpu.o omrerror.o omrerrorhelpers.o omrexit.o omrfile.o omrfile_blockingasync.o omrfilestream.o omrfilestreamtext.o omrfiletext.o omrgetasid.o omrgetjobid.o omrgetjobname.o omrgetsp.o omrheap.o omriconvhelpers.o omrintrospect.o omrintrospect_common.o omrmem.o omrmem32helpers.o omrmemcategories.o omrmemtag.o omrmemtag_checks.o omrmmap.o omrosbacktrace.o omrosbacktrace_impl.o omrosdump.o omrosdump_helpers.o omrport.o omrportcontrol.o omrportptb.o omrsignal.o omrsignal_context.o omrsl.o omrstr.o omrsysinfo.o omrsyslog.o omrtime.o omrtlshelpers.o omrtty.o omrvmem.o protect_helpers.o rt_divu64.o rt_time.o ut_omrport.o
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpacePoolIterator.o MemorySubSpacePoolIterator.cpp
a - j9nls.o
a - j9nlshelpers.o
a - omrcpu.o
a - omrerror.o
a - omrerrorhelpers.o
a - omrexit.o
a - omrfile.o
a - omrfile_blockingasync.o
a - omrfilestream.o
a - omrfilestreamtext.o
a - omrfiletext.o
a - omrgetasid.o
a - omrgetjobid.o
a - omrgetjobname.o
a - omrgetsp.o
a - omrheap.o
a - omriconvhelpers.o
a - omrintrospect.o
a - omrintrospect_common.o
a - omrmem.o
a - omrmem32helpers.o
a - omrmemcategories.o
a - omrmemtag.o
a - omrmemtag_checks.o
a - omrmmap.o
a - omrosbacktrace.o
a - omrosbacktrace_impl.o
a - omrosdump.o
a - omrosdump_helpers.o
a - omrport.o
a - omrportcontrol.o
a - omrportptb.o
a - omrsignal.o
a - omrsignal_context.o
a - omrsl.o
a - omrstr.o
a - omrsysinfo.o
a - omrsyslog.o
a - omrtime.o
a - omrtlshelpers.o
a - omrtty.o
a - omrvmem.o
a - protect_helpers.o
a - rt_divu64.o
a - rt_time.o
a - ut_omrport.o
ranlib ../lib/libj9prtstatic.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/port'
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryPoolAddressOrderedListBase.o MemoryPoolAddressOrderedListBase.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o NUMAManager.o NUMAManager.cpp
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o StartupManager.o StartupManager.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelSweepChunk.o ParallelSweepChunk.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PhysicalArena.o PhysicalArena.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ObjectMap.o ObjectMap.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelHeapWalker.o ParallelHeapWalker.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o Dispatcher.o Dispatcher.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o OMRVMThreadInterface.o OMRVMThreadInterface.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MarkMapSegmentChunkIterator.o MarkMapSegmentChunkIterator.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o GCCode.o GCCode.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ObjectHeapBufferedIterator.o ObjectHeapBufferedIterator.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelTask.o ParallelTask.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CollectorLanguageInterface.o CollectorLanguageInterface.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpaceGeneric.o MemorySubSpaceGeneric.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o modronapicore.o modronapicore.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryPoolAddressOrderedList.o MemoryPoolAddressOrderedList.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PhysicalArenaRegionBased.o PhysicalArenaRegionBased.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MasterGCThread.o MasterGCThread.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o NonVirtualMemory.o NonVirtualMemory.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryPoolSplitAddressOrderedListBase.o MemoryPoolSplitAddressOrderedListBase.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapRegionManager.o HeapRegionManager.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CardTable.o CardTable.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CycleState.o CycleState.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MarkMap.o MarkMap.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o WorkPackets.o WorkPackets.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpaceChildIterator.o MemorySubSpaceChildIterator.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PhysicalSubArenaRegionBased.o PhysicalSubArenaRegionBased.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o HeapMap.o HeapMap.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelDispatcher.o ParallelDispatcher.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemorySubSpaceFlat.o MemorySubSpaceFlat.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o RegionPool.o RegionPool.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepPoolManagerAddressOrderedList.o SweepPoolManagerAddressOrderedList.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o SweepPoolManagerAddressOrderedListBase.o SweepPoolManagerAddressOrderedListBase.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o PhysicalSubArenaVirtualMemoryFlat.o PhysicalSubArenaVirtualMemoryFlat.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o GlobalAllocationManager.o GlobalAllocationManager.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o MemoryPoolLargeObjects.o MemoryPoolLargeObjects.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ParallelMarkTask.o ParallelMarkTask.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_j9mm.o ut_j9mm.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_omrmm.o ut_omrmm.c
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/ObjectHeapIteratorSegregated.o segregated/ObjectHeapIteratorSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/LockingFreeHeapRegionList.o segregated/LockingFreeHeapRegionList.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/SegregatedAllocationInterface.o segregated/SegregatedAllocationInterface.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/MemoryPoolSegregated.o segregated/MemoryPoolSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/SegregatedListPopulator.o segregated/SegregatedListPopulator.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/HeapRegionDescriptorSegregated.o segregated/HeapRegionDescriptorSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/RegionPoolSegregated.o segregated/RegionPoolSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/SweepSchemeSegregated.o segregated/SweepSchemeSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/LockingHeapRegionQueue.o segregated/LockingHeapRegionQueue.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/ConfigurationSegregated.o segregated/ConfigurationSegregated.cpp
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/GlobalAllocationManagerSegregated.o segregated/GlobalAllocationManagerSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/SegregatedAllocationTracker.o segregated/SegregatedAllocationTracker.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/SizeClasses.o segregated/SizeClasses.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/MemorySubSpaceSegregated.o segregated/MemorySubSpaceSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/WorkPacketsSegregated.o segregated/WorkPacketsSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/SegregatedGC.o segregated/SegregatedGC.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/AllocationContextSegregated.o segregated/AllocationContextSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/MemoryPoolAggregatedCellList.o segregated/MemoryPoolAggregatedCellList.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/OverflowSegregated.o segregated/OverflowSegregated.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/SegregatedSweepTask.o segregated/SegregatedSweepTask.cpp
xlC_r  -I. -I../include -I../stats -I../structs -Istandard -Isegregated -I../.././example/glue -Isegregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o segregated/SegregatedMarkingScheme.o segregated/SegregatedMarkingScheme.cpp
ar    -X64 rcv ../../lib/libomrgcbase.a MemoryPoolSplitAddressOrderedList.o BaseVirtual.o OMRVMInterface.o EnvironmentBase.o LightweightNonReentrantReaderWriterLock.o LightweightNonReentrantLock.o EmptyListPopulator.o Packet.o HeapRegionDescriptor.o ModronAssertions.o MemorySubSpaceUniSpace.o MemorySubSpaceGenerational.o VirtualMemory.o MemoryPoolBumpPointer.o Forge.o AllocationContext.o Configuration.o Task.o HeapVirtualMemory.o MemorySpace.o MemoryManager.o SweepHeapSectioning.o GlobalCollector.o Validator.o MemoryPoolHybrid.o MemoryPool.o ParallelObjectHeapIterator.o SweepPoolState.o AddressOrderedListPopulator.o MarkedObjectPopulator.o AllocationInterfaceGeneric.o SweepPoolManagerSplitAddressOrderedList.o MemorySubSpace.o HeapRegionIterator.o PhysicalSubArenaVirtualMemory.o WorkPacketOverflow.o Heap.o GCExtensionsBase.o WorkStack.o gcspinlock.o MemcheckWrapper.o SweepPoolManager.o SweepPoolManagerHybrid.o PacketList.o gcutils.o PhysicalSubArena.o HeapRegionManagerTarok.o RegionPoolGeneric.o MemorySubSpaceSemiSpace.o TLHAllocationSupport.o HeapMapIterator.o Math.o HeapMemorySubSpaceIterator.o TLHAllocationInterface.o MarkingScheme.o ObjectHeapIteratorAddressOrderedList.o CopyScanCache.o Collector.o ReferenceChainWalkerMarkMap.o PhysicalArenaVirtualMemory.o HeapSplit.o BumpAllocatedListPopulator.o MemorySubSpaceRegionIterator.o ObjectAllocationInterface.o MemorySubSpacePoolIterator.o MemoryPoolAddressOrderedListBase.o NUMAManager.o StartupManager.o ParallelSweepChunk.o PhysicalArena.o ObjectMap.o ParallelHeapWalker.o Dispatcher.o OMRVMThreadInterface.o MarkMapSegmentChunkIterator.o GCCode.o ObjectHeapBufferedIterator.o ParallelTask.o CollectorLanguageInterface.o MemorySubSpaceGeneric.o modronapicore.o MemoryPoolAddressOrderedList.o PhysicalArenaRegionBased.o MasterGCThread.o NonVirtualMemory.o MemoryPoolSplitAddressOrderedListBase.o HeapRegionManager.o CardTable.o CycleState.o MarkMap.o WorkPackets.o MemorySubSpaceChildIterator.o PhysicalSubArenaRegionBased.o HeapMap.o ParallelDispatcher.o MemorySubSpaceFlat.o RegionPool.o SweepPoolManagerAddressOrderedList.o SweepPoolManagerAddressOrderedListBase.o PhysicalSubArenaVirtualMemoryFlat.o GlobalAllocationManager.o MemoryPoolLargeObjects.o ParallelMarkTask.o ut_j9mm.o ut_omrmm.o segregated/ObjectHeapIteratorSegregated.o segregated/LockingFreeHeapRegionList.o segregated/SegregatedAllocationInterface.o segregated/MemoryPoolSegregated.o segregated/SegregatedListPopulator.o segregated/HeapRegionDescriptorSegregated.o segregated/RegionPoolSegregated.o segregated/SweepSchemeSegregated.o segregated/LockingHeapRegionQueue.o segregated/ConfigurationSegregated.o segregated/GlobalAllocationManagerSegregated.o segregated/SegregatedAllocationTracker.o segregated/SizeClasses.o segregated/MemorySubSpaceSegregated.o segregated/WorkPacketsSegregated.o segregated/SegregatedGC.o segregated/AllocationContextSegregated.o segregated/MemoryPoolAggregatedCellList.o segregated/OverflowSegregated.o segregated/SegregatedSweepTask.o segregated/SegregatedMarkingScheme.o 
a - MemoryPoolSplitAddressOrderedList.o
a - BaseVirtual.o
a - OMRVMInterface.o
a - EnvironmentBase.o
a - LightweightNonReentrantReaderWriterLock.o
a - LightweightNonReentrantLock.o
a - EmptyListPopulator.o
a - Packet.o
a - HeapRegionDescriptor.o
a - ModronAssertions.o
a - MemorySubSpaceUniSpace.o
a - MemorySubSpaceGenerational.o
a - VirtualMemory.o
a - MemoryPoolBumpPointer.o
a - Forge.o
a - AllocationContext.o
a - Configuration.o
a - Task.o
a - HeapVirtualMemory.o
a - MemorySpace.o
a - MemoryManager.o
a - SweepHeapSectioning.o
a - GlobalCollector.o
a - Validator.o
a - MemoryPoolHybrid.o
a - MemoryPool.o
a - ParallelObjectHeapIterator.o
a - SweepPoolState.o
a - AddressOrderedListPopulator.o
a - MarkedObjectPopulator.o
a - AllocationInterfaceGeneric.o
a - SweepPoolManagerSplitAddressOrderedList.o
a - MemorySubSpace.o
a - HeapRegionIterator.o
a - PhysicalSubArenaVirtualMemory.o
a - WorkPacketOverflow.o
a - Heap.o
a - GCExtensionsBase.o
a - WorkStack.o
a - gcspinlock.o
a - MemcheckWrapper.o
a - SweepPoolManager.o
a - SweepPoolManagerHybrid.o
a - PacketList.o
a - gcutils.o
a - PhysicalSubArena.o
a - HeapRegionManagerTarok.o
a - RegionPoolGeneric.o
a - MemorySubSpaceSemiSpace.o
a - TLHAllocationSupport.o
a - HeapMapIterator.o
a - Math.o
a - HeapMemorySubSpaceIterator.o
a - TLHAllocationInterface.o
a - MarkingScheme.o
a - ObjectHeapIteratorAddressOrderedList.o
a - CopyScanCache.o
a - Collector.o
a - ReferenceChainWalkerMarkMap.o
a - PhysicalArenaVirtualMemory.o
a - HeapSplit.o
a - BumpAllocatedListPopulator.o
a - MemorySubSpaceRegionIterator.o
a - ObjectAllocationInterface.o
a - MemorySubSpacePoolIterator.o
a - MemoryPoolAddressOrderedListBase.o
a - NUMAManager.o
a - StartupManager.o
a - ParallelSweepChunk.o
a - PhysicalArena.o
a - ObjectMap.o
a - ParallelHeapWalker.o
a - Dispatcher.o
a - OMRVMThreadInterface.o
a - MarkMapSegmentChunkIterator.o
a - GCCode.o
a - ObjectHeapBufferedIterator.o
a - ParallelTask.o
a - CollectorLanguageInterface.o
a - MemorySubSpaceGeneric.o
a - modronapicore.o
a - MemoryPoolAddressOrderedList.o
a - PhysicalArenaRegionBased.o
a - MasterGCThread.o
a - NonVirtualMemory.o
a - MemoryPoolSplitAddressOrderedListBase.o
a - HeapRegionManager.o
a - CardTable.o
a - CycleState.o
a - MarkMap.o
a - WorkPackets.o
a - MemorySubSpaceChildIterator.o
a - PhysicalSubArenaRegionBased.o
a - HeapMap.o
a - ParallelDispatcher.o
a - MemorySubSpaceFlat.o
a - RegionPool.o
a - SweepPoolManagerAddressOrderedList.o
a - SweepPoolManagerAddressOrderedListBase.o
a - PhysicalSubArenaVirtualMemoryFlat.o
a - GlobalAllocationManager.o
a - MemoryPoolLargeObjects.o
a - ParallelMarkTask.o
a - ut_j9mm.o
a - ut_omrmm.o
a - segregated/ObjectHeapIteratorSegregated.o
a - segregated/LockingFreeHeapRegionList.o
a - segregated/SegregatedAllocationInterface.o
a - segregated/MemoryPoolSegregated.o
a - segregated/SegregatedListPopulator.o
a - segregated/HeapRegionDescriptorSegregated.o
a - segregated/RegionPoolSegregated.o
a - segregated/SweepSchemeSegregated.o
a - segregated/LockingHeapRegionQueue.o
a - segregated/ConfigurationSegregated.o
a - segregated/GlobalAllocationManagerSegregated.o
a - segregated/SegregatedAllocationTracker.o
a - segregated/SizeClasses.o
a - segregated/MemorySubSpaceSegregated.o
a - segregated/WorkPacketsSegregated.o
a - segregated/SegregatedGC.o
a - segregated/AllocationContextSegregated.o
a - segregated/MemoryPoolAggregatedCellList.o
a - segregated/OverflowSegregated.o
a - segregated/SegregatedSweepTask.o
a - segregated/SegregatedMarkingScheme.o
ranlib ../../lib/libomrgcbase.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/gc/base'
make[1]: Leaving directory '/home/u0020236/workspace/Test_AIX'
make[1]: Entering directory '/home/u0020236/workspace/Test_AIX'
make -C omr_static_lib all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/omr_static_lib'
ar    -X64 rcv ../lib/libomrstatic.a   ../util/avl/ut_avl.o  ../util/avl/avlsup.o   ../util/hashtable/hashtable.o  ../util/hashtable/hash.o  ../util/hashtable/ut_hashtable.o   ../util/hookable/hookable.o  ../util/hookable/ut_j9hook.o   ../omr/OMR_Runtime.o  ../omr/OMR_VM.o  ../omr/OMR_VMThread.o  ../omr/OMR_TIMemorySize.o  ../omr/OMR_TI.o  ../omr/OMR_Profiler.o  ../omr/OMR_MethodDictionary.o  ../omr/OMR_Agent.o  ../omr/ut_omrvm.o  ../omr/omrtrcinit.o  ../omr/omrrasinit.o  ../omr/ut_omrti.o   ../omr/startup/omrvmstartup.o   ../util/omrutil/AtomicFunctions.o  ../util/omrutil/utf8encode.o  ../util/omrutil/stricmp.o  ../util/omrutil/j9memclr.o  ../util/omrutil/threadhelp.o  ../util/omrutil/gettimebase.o  ../util/omrutil/poolForPort.o  ../util/omrutil/xlphelp.o  ../util/omrutil/ranking.o  ../util/omrutil/utf8decode.o  ../util/omrutil/detectVMDirectory.o  ../util/omrutil/spacesaving.o  ../util/omrutil/thrname_core.o  ../util/omrutil/argscan.o  ../util/omrutil/ut_j9utilcore.o  ../util/omrutil/xml.o  ../util/omrutil/primeNumberHelper.o   ../omrtrace/omrtraceoptions.o  ../omrtrace/omrtracemisc.o  ../omrtrace/omrtracelog.o  ../omrtrace/omrtracepublish.o  ../omrtrace/omrtraceapi.o  ../omrtrace/omrtracewrappers.o  ../omrtrace/omrtracecomponent.o  ../omrtrace/omrtraceformatter.o  ../omrtrace/omrtracemain.o   ../util/pool/pool.o  ../util/pool/pool_cap.o  ../util/pool/ut_pool.o   ../omr_glue_static_lib/.././example/glue/ObjectModelDelegate.o  ../omr_glue_static_lib/.././example/glue/CompactSchemeFixupObject.o  ../omr_glue_static_lib/.././example/glue/CollectorLanguageInterfaceImpl.o  ../omr_glue_static_lib/.././example/glue/MarkingDelegate.o  ../omr_glue_static_lib/.././example/glue/GlobalCollectorDelegate.o  ../omr_glue_static_lib/.././example/glue/ObjectIterator.o  ../omr_glue_static_lib/.././example/glue/ConcurrentMarkingDelegate.o  ../omr_glue_static_lib/.././example/glue/StartupManagerImpl.o  ../omr_glue_static_lib/.././example/glue/omrExampleVM.o  ../omr_glue_static_lib/.././example/glue/FrequentObjectsStats.o  ../omr_glue_static_lib/.././example/glue/EnvironmentDelegate.o  ../omr_glue_static_lib/.././example/glue/VerboseManagerImpl.o  ../omr_glue_static_lib/.././example/glue/LanguageVMGlue.o  ../omr_glue_static_lib/.././example/glue/UtilGlue.o  ../omr_glue_static_lib/.././example/glue/Profiling.o   ../thread/j9sem.o  ../thread/omrthread.o  ../thread/omrthreadattr.o  ../thread/omrthreaddebug.o  ../thread/omrthreaderror.o  ../thread/omrthreadinspect.o  ../thread/omrthreadmem.o  ../thread/omrthreadnuma.o  ../thread/omrthreadpriority.o  ../thread/omrthreadtls.o  ../thread/priority.o  ../thread/thrcreate.o  ../thread/threadhelpers.o  ../thread/thrprof.o  ../thread/thrdsup.o  ../thread/rasthrsup.o  ../thread/rwmutex.o  ../thread/ut_j9thr.o  ../thread/omrthreadjlm.o  ../thread/unixpriority.o   ../port/j9nls.o  ../port/j9nlshelpers.o  ../port/omrcpu.o  ../port/omrerror.o  ../port/omrerrorhelpers.o  ../port/omrexit.o  ../port/omrfile.o  ../port/omrfile_blockingasync.o  ../port/omrfilestream.o  ../port/omrfilestreamtext.o  ../port/omrfiletext.o  ../port/omrgetasid.o  ../port/omrgetjobid.o  ../port/omrgetjobname.o  ../port/omrgetsp.o  ../port/omrheap.o  ../port/omriconvhelpers.o  ../port/omrintrospect.o  ../port/omrintrospect_common.o  ../port/omrmem.o  ../port/omrmem32helpers.o  ../port/omrmemcategories.o  ../port/omrmemtag.o  ../port/omrmemtag_checks.o  ../port/omrmmap.o  ../port/omrosbacktrace.o  ../port/omrosbacktrace_impl.o  ../port/omrosdump.o  ../port/omrosdump_helpers.o  ../port/omrport.o  ../port/omrportcontrol.o  ../port/omrportptb.o  ../port/omrsignal.o  ../port/omrsignal_context.o  ../port/omrsl.o  ../port/omrstr.o  ../port/omrsysinfo.o  ../port/omrsyslog.o  ../port/omrtime.o  ../port/omrtlshelpers.o  ../port/omrtty.o  ../port/omrvmem.o  ../port/protect_helpers.o  ../port/rt_divu64.o  ../port/rt_time.o  ../port/ut_omrport.o   ../gc/base/modronapicore.o  ../gc/base/OMRVMInterface.o  ../gc/base/EnvironmentBase.o  ../gc/base/LightweightNonReentrantReaderWriterLock.o  ../gc/base/EmptyListPopulator.o  ../gc/base/MarkedObjectPopulator.o  ../gc/base/HeapRegionDescriptor.o  ../gc/base/ModronAssertions.o  ../gc/base/MemorySubSpaceUniSpace.o  ../gc/base/MemorySubSpaceGenerational.o  ../gc/base/VirtualMemory.o  ../gc/base/MemoryPoolBumpPointer.o  ../gc/base/Forge.o  ../gc/base/AllocationContext.o  ../gc/base/Validator.o  ../gc/base/Configuration.o  ../gc/base/Task.o  ../gc/base/HeapVirtualMemory.o  ../gc/base/SweepPoolManagerAddressOrderedListBase.o  ../gc/base/MarkingScheme.o  ../gc/base/MemorySpace.o  ../gc/base/Packet.o  ../gc/base/MemoryManager.o  ../gc/base/SweepHeapSectioning.o  ../gc/base/GlobalCollector.o  ../gc/base/PacketList.o  ../gc/base/MemoryPoolHybrid.o  ../gc/base/WorkStack.o  ../gc/base/MemoryPool.o  ../gc/base/ParallelObjectHeapIterator.o  ../gc/base/SweepPoolState.o  ../gc/base/AddressOrderedListPopulator.o  ../gc/base/SweepPoolManager.o  ../gc/base/Heap.o  ../gc/base/AllocationInterfaceGeneric.o  ../gc/base/PhysicalArenaVirtualMemory.o  ../gc/base/SweepPoolManagerSplitAddressOrderedList.o  ../gc/base/MemorySubSpace.o  ../gc/base/HeapRegionIterator.o  ../gc/base/LightweightNonReentrantLock.o  ../gc/base/GlobalAllocationManager.o  ../gc/base/TLHAllocationSupport.o  ../gc/base/PhysicalSubArenaVirtualMemory.o  ../gc/base/WorkPacketOverflow.o  ../gc/base/PhysicalArenaRegionBased.o  ../gc/base/GCCode.o  ../gc/base/RegionPoolGeneric.o  ../gc/base/PhysicalSubArenaVirtualMemoryFlat.o  ../gc/base/GCExtensionsBase.o  ../gc/base/MemoryPoolAddressOrderedListBase.o  ../gc/base/SweepPoolManagerHybrid.o  ../gc/base/gcutils.o  ../gc/base/Math.o  ../gc/base/PhysicalSubArena.o  ../gc/base/HeapRegionManagerTarok.o  ../gc/base/HeapRegionManager.o  ../gc/base/MemorySubSpaceSemiSpace.o  ../gc/base/HeapMapIterator.o  ../gc/base/HeapMemorySubSpaceIterator.o  ../gc/base/PhysicalSubArenaRegionBased.o  ../gc/base/HeapSplit.o  ../gc/base/ObjectHeapIteratorAddressOrderedList.o  ../gc/base/gcspinlock.o  ../gc/base/CopyScanCache.o  ../gc/base/Collector.o  ../gc/base/WorkPackets.o  ../gc/base/ReferenceChainWalkerMarkMap.o  ../gc/base/TLHAllocationInterface.o  ../gc/base/BumpAllocatedListPopulator.o  ../gc/base/MemorySubSpaceRegionIterator.o  ../gc/base/ObjectAllocationInterface.o  ../gc/base/MemorySubSpacePoolIterator.o  ../gc/base/NUMAManager.o  ../gc/base/ParallelSweepChunk.o  ../gc/base/PhysicalArena.o  ../gc/base/ObjectMap.o  ../gc/base/ParallelHeapWalker.o  ../gc/base/Dispatcher.o  ../gc/base/OMRVMThreadInterface.o  ../gc/base/MarkMapSegmentChunkIterator.o  ../gc/base/ObjectHeapBufferedIterator.o  ../gc/base/MemcheckWrapper.o  ../gc/base/CollectorLanguageInterface.o  ../gc/base/MemorySubSpaceGeneric.o  ../gc/base/MemoryPoolAddressOrderedList.o  ../gc/base/ParallelMarkTask.o  ../gc/base/MemoryPoolSplitAddressOrderedList.o  ../gc/base/MasterGCThread.o  ../gc/base/NonVirtualMemory.o  ../gc/base/MemoryPoolSplitAddressOrderedListBase.o  ../gc/base/CardTable.o  ../gc/base/CycleState.o  ../gc/base/MarkMap.o  ../gc/base/MemorySubSpaceChildIterator.o  ../gc/base/BaseVirtual.o  ../gc/base/HeapMap.o  ../gc/base/ParallelDispatcher.o  ../gc/base/MemorySubSpaceFlat.o  ../gc/base/RegionPool.o  ../gc/base/SweepPoolManagerAddressOrderedList.o  ../gc/base/StartupManager.o  ../gc/base/ParallelTask.o  ../gc/base/MemoryPoolLargeObjects.o  ../gc/base/ut_j9mm.o  ../gc/base/ut_omrmm.o  ../gc/base/segregated/ObjectHeapIteratorSegregated.o  ../gc/base/segregated/LockingFreeHeapRegionList.o  ../gc/base/segregated/SegregatedAllocationInterface.o  ../gc/base/segregated/SegregatedMarkingScheme.o  ../gc/base/segregated/MemoryPoolSegregated.o  ../gc/base/segregated/SizeClasses.o  ../gc/base/segregated/SegregatedListPopulator.o  ../gc/base/segregated/HeapRegionDescriptorSegregated.o  ../gc/base/segregated/RegionPoolSegregated.o  ../gc/base/segregated/SweepSchemeSegregated.o  ../gc/base/segregated/LockingHeapRegionQueue.o  ../gc/base/segregated/ConfigurationSegregated.o  ../gc/base/segregated/GlobalAllocationManagerSegregated.o  ../gc/base/segregated/SegregatedAllocationTracker.o  ../gc/base/segregated/MemorySubSpaceSegregated.o  ../gc/base/segregated/WorkPacketsSegregated.o  ../gc/base/segregated/SegregatedGC.o  ../gc/base/segregated/AllocationContextSegregated.o  ../gc/base/segregated/MemoryPoolAggregatedCellList.o  ../gc/base/segregated/OverflowSegregated.o  ../gc/base/segregated/SegregatedSweepTask.o   ../gc/base/standard/HeapWalker.o  ../gc/base/standard/HeapMemoryPoolIterator.o  ../gc/base/standard/CompactScheme.o  ../gc/base/standard/CopyScanCacheChunkInHeap.o  ../gc/base/standard/ConcurrentScavengeTask.o  ../gc/base/standard/ParallelSweepScheme.o  ../gc/base/standard/ConcurrentCardTableForWC.o  ../gc/base/standard/CompactFixHeapForWalkTask.o  ../gc/base/standard/ConfigurationStandard.o  ../gc/base/standard/ConcurrentScanRememberedSetTask.o  ../gc/base/standard/WorkPacketsConcurrent.o  ../gc/base/standard/HeapRegionManagerStandard.o  ../gc/base/standard/ConfigurationFlat.o  ../gc/base/standard/ConcurrentClearNewMarkBitsTask.o  ../gc/base/standard/ConcurrentCompleteTracingTask.o  ../gc/base/standard/Scavenger.o  ../gc/base/standard/ParallelCompactTask.o  ../gc/base/standard/WorkPacketsStandard.o  ../gc/base/standard/CopyScanCacheStandard.o  ../gc/base/standard/ConcurrentOverflow.o  ../gc/base/standard/PhysicalSubArenaVirtualMemorySemiSpace.o  ../gc/base/standard/RSOverflow.o  ../gc/base/standard/EnvironmentStandard.o  ../gc/base/standard/ConcurrentFinalCleanCardsTask.o  ../gc/base/standard/OverflowStandard.o  ../gc/base/standard/CopyScanCacheList.o  ../gc/base/standard/ConfigurationGenerational.o  ../gc/base/standard/ConcurrentSafepointCallback.o  ../gc/base/standard/CopyScanCacheChunk.o  ../gc/base/standard/ParallelGlobalGC.o  ../gc/base/standard/ConcurrentCardTable.o  ../gc/base/standard/SweepHeapSectioningSegmented.o  ../gc/base/standard/ConcurrentGC.o  ../gc/base/standard/HeapRegionDescriptorStandard.o  ../gc/base/standard/ConcurrentPrepareCardTableTask.o  ../gc/base/standard/ParallelScavengeTask.o  ../gc/base/standard/ConcurrentSweepScheme.o   ../gc/startup/mminitcore.o  ../gc/startup/omrgcalloc.o  ../gc/startup/omrgcstartup.o   ../gc/stats/SweepStats.o  ../gc/stats/HeapStats.o  ../gc/stats/PercolateStats.o  ../gc/stats/AllocationFailureStats.o  ../gc/stats/ScavengerCopyScanRatio.o  ../gc/stats/RootScannerStats.o  ../gc/stats/CompactStats.o  ../gc/stats/LargeObjectAllocateStats.o  ../gc/stats/ConcurrentCardTableStats.o  ../gc/stats/CopyForwardStatsCore.o  ../gc/stats/HeapMemorySnapshot.o  ../gc/stats/HeapResizeStats.o  ../gc/stats/AllocationStats.o  ../gc/stats/ScavengerStats.o  ../gc/stats/ScavengerHotFieldStats.o  ../gc/stats/CardCleaningStats.o  ../gc/stats/ConcurrentGCStats.o  ../gc/stats/ClassUnloadStats.o  ../gc/stats/MetronomeStats.o  ../gc/stats/MarkStats.o  ../gc/stats/ConcurrentSweepStats.o   ../gc/structs/ObjectHeapIterator.o  ../gc/structs/ObjectIteratorState.o  ../gc/structs/SublistSlotIterator.o  ../gc/structs/SublistIterator.o  ../gc/structs/OMRVMThreadListIterator.o  ../gc/structs/ForwardedHeader.o  ../gc/structs/HashTableIterator.o  ../gc/structs/SublistPool.o  ../gc/structs/PoolIterator.o  ../gc/structs/SublistFragment.o  ../gc/structs/SublistPuddle.o   ../gc/verbose/VerboseWriterChain.o  ../gc/verbose/VerboseBuffer.o  ../gc/verbose/VerboseManager.o  ../gc/verbose/VerboseHandlerOutput.o  ../gc/verbose/VerboseWriter.o  ../gc/verbose/VerboseWriterFileLoggingBuffered.o  ../gc/verbose/VerboseWriterHook.o  ../gc/verbose/VerboseWriterFileLogging.o  ../gc/verbose/VerboseWriterStreamOutput.o  ../gc/verbose/VerboseWriterFileLoggingSynchronous.o  ../gc/verbose/ut_j9vgc.o   ../gc/verbose/handler_standard/VerboseHandlerOutputStandard.o
a - ../util/avl/ut_avl.o
a - ../util/avl/avlsup.o
a - ../util/hashtable/hashtable.o
a - ../util/hashtable/hash.o
a - ../util/hashtable/ut_hashtable.o
a - ../util/hookable/hookable.o
a - ../util/hookable/ut_j9hook.o
a - ../omr/OMR_Runtime.o
a - ../omr/OMR_VM.o
a - ../omr/OMR_VMThread.o
a - ../omr/OMR_TIMemorySize.o
a - ../omr/OMR_TI.o
a - ../omr/OMR_Profiler.o
a - ../omr/OMR_MethodDictionary.o
a - ../omr/OMR_Agent.o
a - ../omr/ut_omrvm.o
a - ../omr/omrtrcinit.o
a - ../omr/omrrasinit.o
a - ../omr/ut_omrti.o
a - ../omr/startup/omrvmstartup.o
a - ../util/omrutil/AtomicFunctions.o
a - ../util/omrutil/utf8encode.o
a - ../util/omrutil/stricmp.o
a - ../util/omrutil/j9memclr.o
a - ../util/omrutil/threadhelp.o
a - ../util/omrutil/gettimebase.o
a - ../util/omrutil/poolForPort.o
a - ../util/omrutil/xlphelp.o
a - ../util/omrutil/ranking.o
a - ../util/omrutil/utf8decode.o
a - ../util/omrutil/detectVMDirectory.o
a - ../util/omrutil/spacesaving.o
a - ../util/omrutil/thrname_core.o
a - ../util/omrutil/argscan.o
a - ../util/omrutil/ut_j9utilcore.o
a - ../util/omrutil/xml.o
a - ../util/omrutil/primeNumberHelper.o
a - ../omrtrace/omrtraceoptions.o
a - ../omrtrace/omrtracemisc.o
a - ../omrtrace/omrtracelog.o
a - ../omrtrace/omrtracepublish.o
a - ../omrtrace/omrtraceapi.o
a - ../omrtrace/omrtracewrappers.o
a - ../omrtrace/omrtracecomponent.o
a - ../omrtrace/omrtraceformatter.o
a - ../omrtrace/omrtracemain.o
a - ../util/pool/pool.o
a - ../util/pool/pool_cap.o
a - ../util/pool/ut_pool.o
a - ../omr_glue_static_lib/.././example/glue/ObjectModelDelegate.o
a - ../omr_glue_static_lib/.././example/glue/CompactSchemeFixupObject.o
a - ../omr_glue_static_lib/.././example/glue/CollectorLanguageInterfaceImpl.o
a - ../omr_glue_static_lib/.././example/glue/MarkingDelegate.o
a - ../omr_glue_static_lib/.././example/glue/GlobalCollectorDelegate.o
a - ../omr_glue_static_lib/.././example/glue/ObjectIterator.o
a - ../omr_glue_static_lib/.././example/glue/ConcurrentMarkingDelegate.o
a - ../omr_glue_static_lib/.././example/glue/StartupManagerImpl.o
a - ../omr_glue_static_lib/.././example/glue/omrExampleVM.o
a - ../omr_glue_static_lib/.././example/glue/FrequentObjectsStats.o
a - ../omr_glue_static_lib/.././example/glue/EnvironmentDelegate.o
a - ../omr_glue_static_lib/.././example/glue/VerboseManagerImpl.o
a - ../omr_glue_static_lib/.././example/glue/LanguageVMGlue.o
a - ../omr_glue_static_lib/.././example/glue/UtilGlue.o
a - ../omr_glue_static_lib/.././example/glue/Profiling.o
a - ../thread/j9sem.o
a - ../thread/omrthread.o
a - ../thread/omrthreadattr.o
a - ../thread/omrthreaddebug.o
a - ../thread/omrthreaderror.o
a - ../thread/omrthreadinspect.o
a - ../thread/omrthreadmem.o
a - ../thread/omrthreadnuma.o
a - ../thread/omrthreadpriority.o
a - ../thread/omrthreadtls.o
a - ../thread/priority.o
a - ../thread/thrcreate.o
a - ../thread/threadhelpers.o
a - ../thread/thrprof.o
a - ../thread/thrdsup.o
a - ../thread/rasthrsup.o
a - ../thread/rwmutex.o
a - ../thread/ut_j9thr.o
a - ../thread/omrthreadjlm.o
a - ../thread/unixpriority.o
a - ../port/j9nls.o
a - ../port/j9nlshelpers.o
a - ../port/omrcpu.o
a - ../port/omrerror.o
a - ../port/omrerrorhelpers.o
a - ../port/omrexit.o
a - ../port/omrfile.o
a - ../port/omrfile_blockingasync.o
a - ../port/omrfilestream.o
a - ../port/omrfilestreamtext.o
a - ../port/omrfiletext.o
a - ../port/omrgetasid.o
a - ../port/omrgetjobid.o
a - ../port/omrgetjobname.o
a - ../port/omrgetsp.o
a - ../port/omrheap.o
a - ../port/omriconvhelpers.o
a - ../port/omrintrospect.o
a - ../port/omrintrospect_common.o
a - ../port/omrmem.o
a - ../port/omrmem32helpers.o
a - ../port/omrmemcategories.o
a - ../port/omrmemtag.o
a - ../port/omrmemtag_checks.o
a - ../port/omrmmap.o
a - ../port/omrosbacktrace.o
a - ../port/omrosbacktrace_impl.o
a - ../port/omrosdump.o
a - ../port/omrosdump_helpers.o
a - ../port/omrport.o
a - ../port/omrportcontrol.o
a - ../port/omrportptb.o
a - ../port/omrsignal.o
a - ../port/omrsignal_context.o
a - ../port/omrsl.o
a - ../port/omrstr.o
a - ../port/omrsysinfo.o
a - ../port/omrsyslog.o
a - ../port/omrtime.o
a - ../port/omrtlshelpers.o
a - ../port/omrtty.o
a - ../port/omrvmem.o
a - ../port/protect_helpers.o
a - ../port/rt_divu64.o
a - ../port/rt_time.o
a - ../port/ut_omrport.o
a - ../gc/base/modronapicore.o
a - ../gc/base/OMRVMInterface.o
a - ../gc/base/EnvironmentBase.o
a - ../gc/base/LightweightNonReentrantReaderWriterLock.o
a - ../gc/base/EmptyListPopulator.o
a - ../gc/base/MarkedObjectPopulator.o
a - ../gc/base/HeapRegionDescriptor.o
a - ../gc/base/ModronAssertions.o
a - ../gc/base/MemorySubSpaceUniSpace.o
a - ../gc/base/MemorySubSpaceGenerational.o
a - ../gc/base/VirtualMemory.o
a - ../gc/base/MemoryPoolBumpPointer.o
a - ../gc/base/Forge.o
a - ../gc/base/AllocationContext.o
a - ../gc/base/Validator.o
a - ../gc/base/Configuration.o
a - ../gc/base/Task.o
a - ../gc/base/HeapVirtualMemory.o
a - ../gc/base/SweepPoolManagerAddressOrderedListBase.o
a - ../gc/base/MarkingScheme.o
a - ../gc/base/MemorySpace.o
a - ../gc/base/Packet.o
a - ../gc/base/MemoryManager.o
a - ../gc/base/SweepHeapSectioning.o
a - ../gc/base/GlobalCollector.o
a - ../gc/base/PacketList.o
a - ../gc/base/MemoryPoolHybrid.o
a - ../gc/base/WorkStack.o
a - ../gc/base/MemoryPool.o
a - ../gc/base/ParallelObjectHeapIterator.o
a - ../gc/base/SweepPoolState.o
a - ../gc/base/AddressOrderedListPopulator.o
a - ../gc/base/SweepPoolManager.o
a - ../gc/base/Heap.o
a - ../gc/base/AllocationInterfaceGeneric.o
a - ../gc/base/PhysicalArenaVirtualMemory.o
a - ../gc/base/SweepPoolManagerSplitAddressOrderedList.o
a - ../gc/base/MemorySubSpace.o
a - ../gc/base/HeapRegionIterator.o
a - ../gc/base/LightweightNonReentrantLock.o
a - ../gc/base/GlobalAllocationManager.o
a - ../gc/base/TLHAllocationSupport.o
a - ../gc/base/PhysicalSubArenaVirtualMemory.o
a - ../gc/base/WorkPacketOverflow.o
a - ../gc/base/PhysicalArenaRegionBased.o
a - ../gc/base/GCCode.o
a - ../gc/base/RegionPoolGeneric.o
a - ../gc/base/PhysicalSubArenaVirtualMemoryFlat.o
a - ../gc/base/GCExtensionsBase.o
a - ../gc/base/MemoryPoolAddressOrderedListBase.o
a - ../gc/base/SweepPoolManagerHybrid.o
a - ../gc/base/gcutils.o
a - ../gc/base/Math.o
a - ../gc/base/PhysicalSubArena.o
a - ../gc/base/HeapRegionManagerTarok.o
a - ../gc/base/HeapRegionManager.o
a - ../gc/base/MemorySubSpaceSemiSpace.o
a - ../gc/base/HeapMapIterator.o
a - ../gc/base/HeapMemorySubSpaceIterator.o
a - ../gc/base/PhysicalSubArenaRegionBased.o
a - ../gc/base/HeapSplit.o
a - ../gc/base/ObjectHeapIteratorAddressOrderedList.o
a - ../gc/base/gcspinlock.o
a - ../gc/base/CopyScanCache.o
a - ../gc/base/Collector.o
a - ../gc/base/WorkPackets.o
a - ../gc/base/ReferenceChainWalkerMarkMap.o
a - ../gc/base/TLHAllocationInterface.o
a - ../gc/base/BumpAllocatedListPopulator.o
a - ../gc/base/MemorySubSpaceRegionIterator.o
a - ../gc/base/ObjectAllocationInterface.o
a - ../gc/base/MemorySubSpacePoolIterator.o
a - ../gc/base/NUMAManager.o
a - ../gc/base/ParallelSweepChunk.o
a - ../gc/base/PhysicalArena.o
a - ../gc/base/ObjectMap.o
a - ../gc/base/ParallelHeapWalker.o
a - ../gc/base/Dispatcher.o
a - ../gc/base/OMRVMThreadInterface.o
a - ../gc/base/MarkMapSegmentChunkIterator.o
a - ../gc/base/ObjectHeapBufferedIterator.o
a - ../gc/base/MemcheckWrapper.o
a - ../gc/base/CollectorLanguageInterface.o
a - ../gc/base/MemorySubSpaceGeneric.o
a - ../gc/base/MemoryPoolAddressOrderedList.o
a - ../gc/base/ParallelMarkTask.o
a - ../gc/base/MemoryPoolSplitAddressOrderedList.o
a - ../gc/base/MasterGCThread.o
a - ../gc/base/NonVirtualMemory.o
a - ../gc/base/MemoryPoolSplitAddressOrderedListBase.o
a - ../gc/base/CardTable.o
a - ../gc/base/CycleState.o
a - ../gc/base/MarkMap.o
a - ../gc/base/MemorySubSpaceChildIterator.o
a - ../gc/base/BaseVirtual.o
a - ../gc/base/HeapMap.o
a - ../gc/base/ParallelDispatcher.o
a - ../gc/base/MemorySubSpaceFlat.o
a - ../gc/base/RegionPool.o
a - ../gc/base/SweepPoolManagerAddressOrderedList.o
a - ../gc/base/StartupManager.o
a - ../gc/base/ParallelTask.o
a - ../gc/base/MemoryPoolLargeObjects.o
a - ../gc/base/ut_j9mm.o
a - ../gc/base/ut_omrmm.o
a - ../gc/base/segregated/ObjectHeapIteratorSegregated.o
a - ../gc/base/segregated/LockingFreeHeapRegionList.o
a - ../gc/base/segregated/SegregatedAllocationInterface.o
a - ../gc/base/segregated/SegregatedMarkingScheme.o
a - ../gc/base/segregated/MemoryPoolSegregated.o
a - ../gc/base/segregated/SizeClasses.o
a - ../gc/base/segregated/SegregatedListPopulator.o
a - ../gc/base/segregated/HeapRegionDescriptorSegregated.o
a - ../gc/base/segregated/RegionPoolSegregated.o
a - ../gc/base/segregated/SweepSchemeSegregated.o
a - ../gc/base/segregated/LockingHeapRegionQueue.o
a - ../gc/base/segregated/ConfigurationSegregated.o
a - ../gc/base/segregated/GlobalAllocationManagerSegregated.o
a - ../gc/base/segregated/SegregatedAllocationTracker.o
a - ../gc/base/segregated/MemorySubSpaceSegregated.o
a - ../gc/base/segregated/WorkPacketsSegregated.o
a - ../gc/base/segregated/SegregatedGC.o
a - ../gc/base/segregated/AllocationContextSegregated.o
a - ../gc/base/segregated/MemoryPoolAggregatedCellList.o
a - ../gc/base/segregated/OverflowSegregated.o
a - ../gc/base/segregated/SegregatedSweepTask.o
a - ../gc/base/standard/HeapWalker.o
a - ../gc/base/standard/HeapMemoryPoolIterator.o
a - ../gc/base/standard/CompactScheme.o
a - ../gc/base/standard/CopyScanCacheChunkInHeap.o
a - ../gc/base/standard/ConcurrentScavengeTask.o
a - ../gc/base/standard/ParallelSweepScheme.o
a - ../gc/base/standard/ConcurrentCardTableForWC.o
a - ../gc/base/standard/CompactFixHeapForWalkTask.o
a - ../gc/base/standard/ConfigurationStandard.o
a - ../gc/base/standard/ConcurrentScanRememberedSetTask.o
a - ../gc/base/standard/WorkPacketsConcurrent.o
a - ../gc/base/standard/HeapRegionManagerStandard.o
a - ../gc/base/standard/ConfigurationFlat.o
a - ../gc/base/standard/ConcurrentClearNewMarkBitsTask.o
a - ../gc/base/standard/ConcurrentCompleteTracingTask.o
a - ../gc/base/standard/Scavenger.o
a - ../gc/base/standard/ParallelCompactTask.o
a - ../gc/base/standard/WorkPacketsStandard.o
a - ../gc/base/standard/CopyScanCacheStandard.o
a - ../gc/base/standard/ConcurrentOverflow.o
a - ../gc/base/standard/PhysicalSubArenaVirtualMemorySemiSpace.o
a - ../gc/base/standard/RSOverflow.o
a - ../gc/base/standard/EnvironmentStandard.o
a - ../gc/base/standard/ConcurrentFinalCleanCardsTask.o
a - ../gc/base/standard/OverflowStandard.o
a - ../gc/base/standard/CopyScanCacheList.o
a - ../gc/base/standard/ConfigurationGenerational.o
a - ../gc/base/standard/ConcurrentSafepointCallback.o
a - ../gc/base/standard/CopyScanCacheChunk.o
a - ../gc/base/standard/ParallelGlobalGC.o
a - ../gc/base/standard/ConcurrentCardTable.o
a - ../gc/base/standard/SweepHeapSectioningSegmented.o
a - ../gc/base/standard/ConcurrentGC.o
a - ../gc/base/standard/HeapRegionDescriptorStandard.o
a - ../gc/base/standard/ConcurrentPrepareCardTableTask.o
a - ../gc/base/standard/ParallelScavengeTask.o
a - ../gc/base/standard/ConcurrentSweepScheme.o
a - ../gc/startup/mminitcore.o
a - ../gc/startup/omrgcalloc.o
a - ../gc/startup/omrgcstartup.o
a - ../gc/stats/SweepStats.o
a - ../gc/stats/HeapStats.o
a - ../gc/stats/PercolateStats.o
a - ../gc/stats/AllocationFailureStats.o
a - ../gc/stats/ScavengerCopyScanRatio.o
a - ../gc/stats/RootScannerStats.o
a - ../gc/stats/CompactStats.o
a - ../gc/stats/LargeObjectAllocateStats.o
a - ../gc/stats/ConcurrentCardTableStats.o
a - ../gc/stats/CopyForwardStatsCore.o
a - ../gc/stats/HeapMemorySnapshot.o
a - ../gc/stats/HeapResizeStats.o
a - ../gc/stats/AllocationStats.o
a - ../gc/stats/ScavengerStats.o
a - ../gc/stats/ScavengerHotFieldStats.o
a - ../gc/stats/CardCleaningStats.o
a - ../gc/stats/ConcurrentGCStats.o
a - ../gc/stats/ClassUnloadStats.o
a - ../gc/stats/MetronomeStats.o
a - ../gc/stats/MarkStats.o
a - ../gc/stats/ConcurrentSweepStats.o
a - ../gc/structs/ObjectHeapIterator.o
a - ../gc/structs/ObjectIteratorState.o
a - ../gc/structs/SublistSlotIterator.o
a - ../gc/structs/SublistIterator.o
a - ../gc/structs/OMRVMThreadListIterator.o
a - ../gc/structs/ForwardedHeader.o
a - ../gc/structs/HashTableIterator.o
a - ../gc/structs/SublistPool.o
a - ../gc/structs/PoolIterator.o
a - ../gc/structs/SublistFragment.o
a - ../gc/structs/SublistPuddle.o
a - ../gc/verbose/VerboseWriterChain.o
a - ../gc/verbose/VerboseBuffer.o
a - ../gc/verbose/VerboseManager.o
a - ../gc/verbose/VerboseHandlerOutput.o
a - ../gc/verbose/VerboseWriter.o
a - ../gc/verbose/VerboseWriterFileLoggingBuffered.o
a - ../gc/verbose/VerboseWriterHook.o
a - ../gc/verbose/VerboseWriterFileLogging.o
a - ../gc/verbose/VerboseWriterStreamOutput.o
a - ../gc/verbose/VerboseWriterFileLoggingSynchronous.o
a - ../gc/verbose/ut_j9vgc.o
a - ../gc/verbose/handler_standard/VerboseHandlerOutputStandard.o
ranlib ../lib/libomrstatic.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/omr_static_lib'
make[1]: Leaving directory '/home/u0020236/workspace/Test_AIX'
make[1]: Entering directory '/home/u0020236/workspace/Test_AIX'
make -C third_party/pugixml-1.5 all
make -C fvtest/util all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/util'
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o testvmhelper.o testvmhelper.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/third_party/pugixml-1.5'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o pugixml.o pugixml.cpp
make -C fvtest/omrGtestGlue all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/omrGtestGlue'
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../third_party/gtest-1.8.0/src  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrGtest.o omrGtest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../.././example/glue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o printerrorhelper.o printerrorhelper.cpp
make -C fvtest/porttest/aixbaddep all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/porttest/aixbaddep'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o sltest.o sltest.c
make -C fvtest/porttest/sltestlib all
sh ../../../omrmakefiles/generate-exports.sh xlc aixbaddep aixbaddep.exportlist aixbaddep.exp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/porttest/sltestlib'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../../include_core -I../../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o sltest.o sltest.c
sh ../../../omrmakefiles/generate-exports.sh xlc sltestlib sltestlib.exportlist sltestlib.exp
rm -f ../../../libaixbaddep.so
rm -f ../../../libsltestlib.so
ld -o ../../../libaixbaddep.so sltest.o  -bI:dummy.imp -bexpall     -L. -L../../.. -L../../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:aixbaddep.map -bE:aixbaddep.exp
ld -o ../../../libsltestlib.so sltest.o      -L. -L../../.. -L../../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:sltestlib.map -bE:sltestlib.exp
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/porttest/sltestlib'
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/porttest/aixbaddep'
ar    -X64 rcv ../../lib/libtestutil.a testvmhelper.o printerrorhelper.o 
a - testvmhelper.o
a - printerrorhelper.o
ranlib ../../lib/libtestutil.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/util'
make[1]: Nothing to be done for 'fvtest/util'.
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<0> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<0>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<0> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<0>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<0> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<0>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<0> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<0>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<1> >(xpath_node_set_raw &, xml_attribute_struct *, xml_node_struct *, xpath_allocator *, bool, axis_to_type<1>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<1> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<1>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<5> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<5>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<5> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<5>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<5> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<5>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<5> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<5>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<6> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<6>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<6> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<6>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<6> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<6>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<6> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<6>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<9> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<9>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<9> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<9>).
    1500-029: (W) WARNING: subprogram pugi::impl::<unnamed>::xpath_ast_node::step_fill<pugi::impl::<unnamed>::axis_to_type<9> >(xpath_node_set_raw &, const xpath_node &, xpath_allocator *, bool, axis_to_type<9>) could not be inlined into pugi::impl::<unnamed>::xpath_ast_node::step_do<pugi::impl::<unnamed>::axis_to_type<9> >(const xpath_context &, const xpath_stack &, nodeset_eval_t, axis_to_type<9>).
    1501-201: (W) Maximum number of common component diagnostics, 10  has been exceeded.
ar    -X64 rcv ../../lib/libpugixml.a pugixml.o
a - pugixml.o
ranlib ../../lib/libpugixml.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/third_party/pugixml-1.5'
make[1]: Nothing to be done for 'third_party/pugixml-1.5'.
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
ar    -X64 rcv ../../lib/libomrGtest.a omrGtest.o
a - omrGtest.o
ranlib ../../lib/libomrGtest.a
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/omrGtestGlue'
make -C example all
make -C fvtest/algotest all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/example'
xlC_r  -I. -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util -I../third_party/gtest-1.8.0 -I../third_party/gtest-1.8.0/include -I../fvtest/omrGtestGlue -I./glue  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/algotest'
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argmain.o ../../fvtest/omrGtestGlue/argmain.cpp
make -C fvtest/gctest all
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
xlC_r  -I. -I../include_core -I../omr/startup -I../gc/include -I../gc/startup -I../gc/base -I../gc/base/standard -I../gc/verbose -I../gc/verbose/handler_standard -I../gc/stats -I../gc/structs -I../gc/base/segregated -I../fvtest/util -I../third_party/gtest-1.8.0 -I../third_party/gtest-1.8.0/include -I../fvtest/omrGtestGlue -I./glue  -DUT_DIRECT_TRACE_REGISTRATION -I../include_core -I../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argmain.o ../fvtest/omrGtestGlue/argmain.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/gctest'
xlC_r  -I. -I./configuration -I../../third_party/pugixml-1.5 -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../example/glue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup -I../../gc/base -I../../gc/base/standard -I../../gc/verbose -I../../gc/verbose/handler_standard -I../../gc/stats -I../../gc/structs -I../../gc/base/segregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g  -DSPEC=  -o gcTestHelpers.o gcTestHelpers.cpp
make[1]: Nothing to be done for 'fvtest/omrGtestGlue'.
make -C fvtest/porttest all
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o algoTest.o algoTest.cpp
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/porttest'
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argmain.o ../../fvtest/omrGtestGlue/argmain.cpp
xlC_r  -I. -I./configuration -I../../third_party/pugixml-1.5 -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../example/glue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup -I../../gc/base -I../../gc/base/standard -I../../gc/verbose -I../../gc/verbose/handler_standard -I../../gc/stats -I../../gc/structs -I../../gc/base/segregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g  -DSPEC=  -o main.o main.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o fileTest.o fileTest.cpp
make -C fvtest/rastest all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f bindthreadagent.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../util  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o bindthreadagent.o bindthreadagent.c
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o heapTest.o heapTest.cpp
sh ../../omrmakefiles/generate-exports.sh xlc bindthreadagent omragent.exportlist bindthreadagent.exp
rm -f ../../libbindthreadagent.so
ld -o ../../libbindthreadagent.so bindthreadagent.o   -ltestutil   -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:bindthreadagent.map -bE:bindthreadagent.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f memorycategoriesagent.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../util  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o memorycategoriesagent.o memorycategoriesagent.c
xlC_r -o ../omrgcexample main.o argmain.o   -lomrglue -lj9omr -lomrgcbase -lomrgcstructs -lomrgcstats -lomrgcstandard -lomrgcstartup -lj9hookstatic -lj9prtstatic -lj9thrstatic -lomrgcverbose -lomrgcverbosehandlerstandard -lomrutil -lj9avl -lj9hashtable -lj9pool -lomrtrace -lomrvmstartup -ltestutil -liconv -lperfstat  -L. -L.. -L../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r  -I. -I./configuration -I../../third_party/pugixml-1.5 -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../example/glue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup -I../../gc/base -I../../gc/base/standard -I../../gc/verbose -I../../gc/verbose/handler_standard -I../../gc/stats -I../../gc/structs -I../../gc/base/segregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g  -DSPEC=  -o StartupManagerTestExample.o StartupManagerTestExample.cpp
sh ../../omrmakefiles/generate-exports.sh xlc memorycategoriesagent omragent.exportlist memorycategoriesagent.exp
rm -f ../../libmemorycategoriesagent.so
ld -o ../../libmemorycategoriesagent.so memorycategoriesagent.o   -ltestutil   -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:memorycategoriesagent.map -bE:memorycategoriesagent.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f traceagent.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../util  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o traceagent.o traceagent.c
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/example'
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrportTest.o omrportTest.cpp
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o avltest.o avltest.c
make -C fvtest/sigtest all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/sigtest'
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argmain.o ../../fvtest/omrGtestGlue/argmain.cpp
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
sh ../../omrmakefiles/generate-exports.sh xlc traceagent omragent.exportlist traceagent.exp
make -C fvtest/threadextendedtest all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/threadextendedtest'
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argmain.o ../../fvtest/omrGtestGlue/argmain.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o processTimeTest.o processTimeTest.cpp
rm -f ../../libtraceagent.so
ld -o ../../libtraceagent.so traceagent.o   -ltestutil   -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:traceagent.map -bE:traceagent.exp
make -C fvtest/threadtest all
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f traceNotStartedAgent.mk
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/threadtest'
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o abortTest.o abortTest.cpp
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o traceNotStartedAgent.o traceNotStartedAgent.c
sh ../../omrmakefiles/generate-exports.sh xlc traceNotStartedAgent omragent.exportlist traceNotStartedAgent.exp
rm -f ../../libtraceNotStartedAgent.so
ld -o ../../libtraceNotStartedAgent.so traceNotStartedAgent.o      -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:traceNotStartedAgent.map -bE:traceNotStartedAgent.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f cpuLoadAgent.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../util  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o cpuLoadAgent.o cpuLoadAgent.c
xlC_r  -I. -I./configuration -I../../third_party/pugixml-1.5 -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../example/glue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup -I../../gc/base -I../../gc/base/standard -I../../gc/verbose -I../../gc/verbose/handler_standard -I../../gc/stats -I../../gc/structs -I../../gc/base/segregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g  -DSPEC=  -o GCConfigObjectTable.o GCConfigObjectTable.cpp
sh ../../omrmakefiles/generate-exports.sh xlc cpuLoadAgent omragent.exportlist cpuLoadAgent.exp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argmain.o ../../fvtest/omrGtestGlue/argmain.cpp
rm -f ../../libcpuLoadAgent.so
ld -o ../../libcpuLoadAgent.so cpuLoadAgent.o   -ltestutil   -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:cpuLoadAgent.map -bE:cpuLoadAgent.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f invalidAgentMissingOnLoad.mk
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CEnterExit.o CEnterExit.cpp
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o invalidAgentMissingOnLoad.o invalidAgentMissingOnLoad.c
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o sigTest.o sigTest.cpp
sh ../../omrmakefiles/generate-exports.sh xlc invalidAgentMissingOnLoad invalidAgentMissingOnLoad.exportlist invalidAgentMissingOnLoad.exp
rm -f ../../libinvalidAgentMissingOnLoad.so
ld -o ../../libinvalidAgentMissingOnLoad.so invalidAgentMissingOnLoad.o      -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:invalidAgentMissingOnLoad.map -bE:invalidAgentMissingOnLoad.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f invalidAgentMissingOnUnload.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o invalidAgentMissingOnUnload.o invalidAgentMissingOnUnload.c
sh ../../omrmakefiles/generate-exports.sh xlc invalidAgentMissingOnUnload invalidAgentMissingOnUnload.exportlist invalidAgentMissingOnUnload.exp
rm -f ../../libinvalidAgentMissingOnUnload.so
ld -o ../../libinvalidAgentMissingOnUnload.so invalidAgentMissingOnUnload.o      -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:invalidAgentMissingOnUnload.map -bE:invalidAgentMissingOnUnload.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f invalidAgentReturnError.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o invalidAgentReturnError.o invalidAgentReturnError.c
xlC_r  -I. -I./configuration -I../../third_party/pugixml-1.5 -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../example/glue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup -I../../gc/base -I../../gc/base/standard -I../../gc/verbose -I../../gc/verbose/handler_standard -I../../gc/stats -I../../gc/structs -I../../gc/base/segregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g  -DSPEC=  -o GCConfigTest.o GCConfigTest.cpp
sh ../../omrmakefiles/generate-exports.sh xlc invalidAgentReturnError omragent.exportlist invalidAgentReturnError.exp
rm -f ../../libinvalidAgentReturnError.so
ld -o ../../libinvalidAgentReturnError.so invalidAgentReturnError.o      -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:invalidAgentReturnError.map -bE:invalidAgentReturnError.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f omrrastest.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o agentNegativeTest.o agentNegativeTest.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o threadCpuTimeTest.o threadCpuTimeTest.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CMonitor.o CMonitor.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o threadExtendedTestHelpers.o threadExtendedTestHelpers.cpp
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o sigTestHelpers.o sigTestHelpers.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o createTest.o createTest.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o threadExtendedTestMain.o threadExtendedTestMain.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o timeBaseTest.o timeBaseTest.cpp
xlC_r -o ../../omrsigtest argmain.o main.o sigTest.o sigTestHelpers.o   -lomrGtest -ltestutil -lomrstatic -lomrsig -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
make -C fvtest/utiltest all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/utiltest'
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/sigtest'
make -C fvtest/vmtest all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/vmtest'
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
xlC_r -o ../../omrutiltest main.o   -lomrGtest -lomrstatic   -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r -o ../../omrthreadextendedtest argmain.o processTimeTest.o threadCpuTimeTest.o threadExtendedTestHelpers.o threadExtendedTestMain.o timeBaseTest.o   -lomrGtest -ltestutil -lomrstatic -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/utiltest'
make -C perftest/gctest all
make[2]: Entering directory '/home/u0020236/workspace/Test_AIX/perftest/gctest'
xlC_r  -I. -I./configuration -I../../third_party/pugixml-1.5 -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../example/glue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup -I../../gc/base -I../../gc/base/standard -I../../gc/verbose -I../../gc/verbose/handler_standard -I../../gc/stats -I../../gc/structs -I../../gc/base/segregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o verboseGCLogParser.o verboseGCLogParser.cpp
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/threadextendedtest'
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o hashtabletest.o hashtabletest.c
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argmain.o ../../fvtest/omrGtestGlue/argmain.cpp
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o vmForkTest.o vmForkTest.cpp
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o hooktest.o hooktest.c
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o CThread.o CThread.cpp
xlC_r  -I. -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o pooltest.o pooltest.c
    1500-036: (I) The NOSTRICT option (default at OPT(3)) has the potential to alter the semantics of a program.  Please refer to documentation on the STRICT/NOSTRICT option for more information.
xlC_r -o ../../omrperfgctest verboseGCLogParser.o   -lpugixml -ltestutil -lj9omr -lomrgcbase -lomrgcstructs -lomrgcstats -lomrgcstandard -lomrgcstartup -lj9hookstatic -lj9prtstatic -lj9thrstatic -lomrgcverbose -lomrgcverbosehandlerstandard -lomrutil -lj9avl -lj9hashtable -lj9pool -lomrtrace -lomrvmstartup -lomrglue -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/perftest/gctest'
xlC_r  -I. -I./configuration -I../../third_party/pugixml-1.5 -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../example/glue -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup -I../../gc/base -I../../gc/base/standard -I../../gc/verbose -I../../gc/verbose/handler_standard -I../../gc/stats -I../../gc/structs -I../../gc/base/segregated  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g  -DSPEC=  -o argmain.o ../../fvtest/omrGtestGlue/argmain.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o joinTest.o joinTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o memTest.o memTest.cpp
xlC_r -o ../../omrvmtest main.o argmain.o vmForkTest.o   -lomrGtest -ltestutil -lomrstatic -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrdumpTest.o omrdumpTest.cpp
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/vmtest'
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o keyDestructorTest.o keyDestructorTest.cpp
xlC_r -o ../../omrgctest gcTestHelpers.o main.o StartupManagerTestExample.o GCConfigObjectTable.o GCConfigTest.o argmain.o   -lomrGtest -lpugixml -ltestutil -lomrstatic -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrerrorTest.o omrerrorTest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o agentTest.o agentTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrfileTest.o omrfileTest.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o lockedMonitorCountTest.o lockedMonitorCountTest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o memoryCategoriesTest.o memoryCategoriesTest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o methodDictionaryTest.o methodDictionaryTest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o rasTestHelpers.o rasTestHelpers.cpp
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/gctest'
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o traceLifecycleTest.o traceLifecycleTest.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o main.o main.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o traceLogTest.o traceLogTest.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ospriority.o ospriority.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o priorityInterruptTest.o priorityInterruptTest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o traceRecordHelpers.o traceRecordHelpers.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o rwMutexTest.o rwMutexTest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o traceTest.o traceTest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o ut_omr_test.o ut_omr_test.c
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o argmain.o ../../fvtest/omrGtestGlue/argmain.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o sanityTest.o sanityTest.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o sanityTestHelper.o sanityTestHelper.cpp
xlC_r -o ../../omralgotest argmain.o main.o algoTest.o avltest.o hashtabletest.o hooktest.o pooltest.o   -lomrGtest -ltestutil -lomrstatic -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o threadTestHelp.o threadTestHelp.cpp
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o forkResetTest.o forkResetTest.cpp
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/algotest'
xlC_r  -I. -I../../fvtest/util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../../thread  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o forkResetRWMutexTest.o forkResetRWMutexTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrfilestreamTest.o omrfilestreamTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrheapTest.o omrheapTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrintrospectTest.o omrintrospectTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrmemTest.o omrmemTest.cpp
xlC_r -o ../../omrthreadtest abortTest.o argmain.o CEnterExit.o CMonitor.o createTest.o CThread.o joinTest.o keyDestructorTest.o lockedMonitorCountTest.o main.o ospriority.o priorityInterruptTest.o rwMutexTest.o sanityTest.o sanityTestHelper.o threadTestHelp.o forkResetTest.o forkResetRWMutexTest.o   -lomrGtest -ltestutil -lomrstatic -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrmmapTest.o omrmmapTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrsignalExtendedTest.o omrsignalExtendedTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrsignalTest.o omrsignalTest.cpp
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/threadtest'
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrslTest.o omrslTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrstrTest.o omrstrTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrtimeTest.o omrtimeTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrttyExtendedTest.o omrttyExtendedTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrttyTest.o omrttyTest.cpp
xlC_r -o ../../omrrastest agentNegativeTest.o agentTest.o main.o memoryCategoriesTest.o methodDictionaryTest.o rasTestHelpers.o traceLifecycleTest.o traceLogTest.o traceRecordHelpers.o traceTest.o ut_omr_test.o argmain.o   -lj9prtstatic -lj9thrstatic -lomrutil -lj9avl -lj9hashtable -lj9omr -lj9pool -lomrtrace -lomrGtest -ltestutil -lomrgcbase -lomrgcstructs -lomrgcstats -lomrgcstandard -lomrgcstartup -lomrgcverbose -lomrgcverbosehandlerstandard -lomrvmstartup -lj9hookstatic -lomrglue -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o omrvmemTest.o omrvmemTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o si.o si.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o si_numcpusTest.o si_numcpusTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o testHelpers.o testHelpers.cpp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f omrsubscribertest.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o subscriberTest.o subscriberTest.cpp
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o subscriberForkTest.o subscriberForkTest.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o testProcessHelpers.o testProcessHelpers.cpp
xlC_r  -I. -I../../port/common -I../util -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o vmemTest.o vmemTest.cpp
xlC_r -o ../../omrsubscribertest main.o rasTestHelpers.o subscriberTest.o ut_omr_test.o subscriberForkTest.o argmain.o   -lj9prtstatic -lj9thrstatic -lomrutil -lj9avl -lj9hashtable -lj9omr -lj9pool -lomrtrace -lomrGtest -ltestutil -lomrgcbase -lomrgcstructs -lomrgcstats -lomrgcstandard -lomrgcstartup -lomrgcverbose -lomrgcverbosehandlerstandard -lomrvmstartup -lj9hookstatic -lomrglue -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f omrtraceoptiontest.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../../third_party/gtest-1.8.0 -I../../third_party/gtest-1.8.0/include -I../../fvtest/omrGtestGlue -I../util -I../../include_core -I../../omr/startup -I../../gc/include -I../../gc/startup  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o traceOptionTest.o traceOptionTest.cpp
xlC_r -o ../../omrporttest argmain.o fileTest.o heapTest.o omrportTest.o main.o memTest.o omrdumpTest.o omrerrorTest.o omrfileTest.o omrfilestreamTest.o omrheapTest.o omrintrospectTest.o omrmemTest.o omrmmapTest.o omrsignalExtendedTest.o omrsignalTest.o omrslTest.o omrstrTest.o omrtimeTest.o omrttyExtendedTest.o omrttyTest.o omrvmemTest.o si.o si_numcpusTest.o testHelpers.o testProcessHelpers.o vmemTest.o   -lomrGtest -ltestutil -lomrstatic -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
xlC_r -o ../../omrtraceoptiontest main.o rasTestHelpers.o traceOptionTest.o ut_omr_test.o argmain.o   -lj9prtstatic -lj9thrstatic -lomrutil -lj9avl -lj9hashtable -lj9omr -lj9pool -lomrtrace -lomrGtest -ltestutil -lomrgcbase -lomrgcstructs -lomrgcstats -lomrgcstandard -lomrgcstartup -lomrgcverbose -lomrgcverbosehandlerstandard -lomrvmstartup -lj9hookstatic -lomrglue -liconv -lperfstat  -L. -L../.. -L../../lib   -q64 -brtl -lm -lpthread -liconv -ldl
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/porttest'
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f sampleSubscriber.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../util  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o sampleSubscriber.o sampleSubscriber.c
sh ../../omrmakefiles/generate-exports.sh xlc sampleSubscriber omragent.exportlist sampleSubscriber.exp
rm -f ../../libsampleSubscriber.so
ld -o ../../libsampleSubscriber.so sampleSubscriber.o   -ltestutil   -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:sampleSubscriber.map -bE:sampleSubscriber.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f subscriberAgent.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../util  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o subscriberAgent.o subscriberAgent.c
sh ../../omrmakefiles/generate-exports.sh xlc subscriberAgent omragent.exportlist subscriberAgent.exp
rm -f ../../libsubscriberAgent.so
ld -o ../../libsubscriberAgent.so subscriberAgent.o   -ltestutil   -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:subscriberAgent.map -bE:subscriberAgent.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f subscriberAgentWithJ9thread.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I. -I../util  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o subscriberAgentWithJ9thread.o subscriberAgentWithJ9thread.c
sh ../../omrmakefiles/generate-exports.sh xlc subscriberAgentWithJ9thread omragent.exportlist subscriberAgentWithJ9thread.exp
rm -f ../../libsubscriberAgentWithJ9thread.so
ld -o ../../libsubscriberAgentWithJ9thread.so subscriberAgentWithJ9thread.o   -ltestutil   -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:subscriberAgentWithJ9thread.map -bE:subscriberAgentWithJ9thread.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make -w -j --jobserver-fds=4,5 -f traceOptionAgent.mk
make[3]: Entering directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
xlC_r  -I.  -DUT_DIRECT_TRACE_REGISTRATION -I../../include_core -I../../nls -DPPC64 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE -DRS6000 -DAIXPPC -D_LARGE_FILES -c  -s -q64 -q mbcs -qlanglvl=extended -qarch=ppc -qinfo=pro -qalias=noansi -qxflag=LTOL:LTOL0 -qsuppress=1506-1108 -O3 -qhalt=w -g   -o traceOptionAgent.o traceOptionAgent.c
sh ../../omrmakefiles/generate-exports.sh xlc traceOptionAgent omragent.exportlist traceOptionAgent.exp
rm -f ../../libtraceOptionAgent.so
ld -o ../../libtraceOptionAgent.so traceOptionAgent.o      -L. -L../.. -L../../lib  -lc_r -lC_r -lm -lpthread -b64 -G -bnoentry -bernotok -bmap:traceOptionAgent.map -bE:traceOptionAgent.exp
make[3]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make[2]: Leaving directory '/home/u0020236/workspace/Test_AIX/fvtest/rastest'
make[1]: Leaving directory '/home/u0020236/workspace/Test_AIX'
cd . && ./tracemerge -majorversion 5 -minorversion 1 -root .
tracemerge creating dat file: OMRTestTraceFormat.dat
Adding ./fvtest/rastest/ut_omr_test.pdat to dat file: OMRTestTraceFormat.dat
tracemerge creating dat file: J9TraceFormat.dat
Adding ./gc/base/ut_j9mm.pdat to dat file: J9TraceFormat.dat
tracemerge creating dat file: OMRTraceFormat.dat
Adding ./gc/base/ut_omrmm.pdat to dat file: OMRTraceFormat.dat
Adding ./gc/verbose/ut_j9vgc.pdat to dat file: J9TraceFormat.dat
Adding ./omr/ut_omrti.pdat to dat file: OMRTraceFormat.dat
Adding ./omr/ut_omrvm.pdat to dat file: OMRTraceFormat.dat
Adding ./port/common/ut_omrport.pdat to dat file: OMRTraceFormat.dat
Adding ./thread/ut_j9thr.pdat to dat file: J9TraceFormat.dat
Adding ./util/avl/ut_avl.pdat to dat file: J9TraceFormat.dat
Adding ./util/hashtable/ut_hashtable.pdat to dat file: J9TraceFormat.dat
Adding ./util/hookable/ut_j9hook.pdat to dat file: J9TraceFormat.dat
Adding ./util/omrutil/ut_j9utilcore.pdat to dat file: J9TraceFormat.dat
Adding ./util/pool/ut_pool.pdat to dat file: J9TraceFormat.dat
[Pipeline] echo
Output CCACHE stats after running
[Pipeline] sh
[Test_AIX] Running shell script
+ ccache -s
cache directory                     /home/u0020236/.ccache
cache hit (direct)                     1
cache hit (preprocessed)              18
cache miss                           475
called for link                       16
called for preprocessing              12
compile failed                         2
preprocessor error                     2
bad compiler arguments                 3
autoconf compile/link                  9
no input file                          9
files in cache                       976
cache size                          49.4 Mbytes
max cache size                       1.0 Gbytes
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] echo
Sanity Test...
[Pipeline] sh
[Test_AIX] Running shell script
+ make test
make -f fvtest/omrtest.mk test
make[1]: Entering directory '/home/u0020236/workspace/Test_AIX'
./omralgotest -avltest:fvtest/algotest/avltest.lst
[==========] Running 168 tests from 5 test cases.
[----------] 2 tests from OmrAlgoTest
Testing hookable interface...
Finished testing hookable interface.
Algorithm Test Finished
total tests: 59
total passes: 59
total failures: 0
ALL TESTS PASSED.
[----------] 2 tests from OmrAlgoTest (0 ms total)

[----------] 58 tests from OmrAlgoTest/AVLTest
[----------] 58 tests from OmrAlgoTest/AVLTest (0 ms total)

[----------] 24 tests from OmrAlgoTest/PoolTest
[----------] 24 tests from OmrAlgoTest/PoolTest (3 ms total)

[----------] 14 tests from OmrAlgoTest/HashtableTest
[----------] 14 tests from OmrAlgoTest/HashtableTest (1460 ms total)

[----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest
[----------] 70 tests from OmrAlgoTest/CollisionResilientHashtableTest (3978 ms total)

[==========] 168 tests from 5 test cases ran. (5442 ms total)
[  PASSED  ] 168 tests.
[  ALL TESTS PASSED  ] 
./omrutiltest
[==========] Running 1 test from 1 test case.
[----------] 1 test from UtilTest
[----------] 1 test from UtilTest (0 ms total)

[==========] 1 test from 1 test case ran. (0 ms total)
[  PASSED  ] 1 test.
[  ALL TESTS PASSED  ] 
./omrvmtest
[==========] Running 1 test from 1 test case.
[----------] 1 test from ThreadForkResetTest
[----------] 1 test from ThreadForkResetTest (2 ms total)

[==========] 1 test from 1 test case ran. (3 ms total)
[  PASSED  ] 1 test.
[  ALL TESTS PASSED  ] 
./omrgctest --gtest_filter="gcFunctionalTest*"
Note: Google Test filter = gcFunctionalTest*
[==========] Running 8 tests from 1 test case.
[----------] 8 tests from gcFunctionalTest/GCConfigTest
[----------] 8 tests from gcFunctionalTest/GCConfigTest (1308 ms total)

[==========] 8 tests from 1 test case ran. (1308 ms total)
[  PASSED  ] 8 tests.
[  ALL TESTS PASSED  ] 
./omrrastest
[==========] Running 38 tests from 11 test cases.
[----------] 5 tests from RASMethodDictionaryTest
[----------] 5 tests from RASMethodDictionaryTest (0 ms total)

[----------] 2 tests from RASAgentTest
[----------] 2 tests from RASAgentTest (0 ms total)

[----------] 1 test from TraceLogTest
[----------] 1 test from TraceLogTest (15 ms total)

[----------] 3 tests from RASAgentNegativeTest
[----------] 3 tests from RASAgentNegativeTest (3 ms total)

[----------] 9 tests from TraceLifecycleTest
19:53:08.902*0x110072c90        omr_test.1        - String: This tracepoint should appear.
19:53:08.903*0x110082870        omr_test.1        - String: This tracepoint should appear.
traceLifecycleTest.cpp:544 OMR_Thread_Init(&testVM->omrVM, NULL, &vmthread, "attachDetachHelper") failed, rc=10 (OMR_ERROR_NOT_AVAILABLE)
[----------] 9 tests from TraceLifecycleTest (21 ms total)

[----------] 1 test from RASTraceTest
omr_trc_startup: failed to set trace options, rc=9
omr_trc_startup error, rc=9
traceagent.c:262 Free physical memory size (in bytes): 3013681152, rc = 0 (OMR_ERROR_NONE), the function call is successful !
traceagent.c:292 Process private memory size (in bytes): 4887044, rc = 0 (OMR_ERROR_NONE), the function call is successful !
   traceMetaLength=252
bindthreadagent: BindCurrentThread passed, vmThread=1100774d0
bindthreadagent: recursive BindCurrentThread passed, vmThread2=1100774d0
bindthreadagent: recursive UnbindCurrentThread passed
bindthreadagent: UnbindCurrentThread passed
bindthreadagent: BindCurrentThread passed, vmThread=1100776b0
bindthreadagent: recursive BindCurrentThread passed, vmThread2=1100776b0
bindthreadagent: recursive UnbindCurrentThread passed
bindthreadagent: UnbindCurrentThread passed
[----------] 1 test from RASTraceTest (202 ms total)

[----------] 1 test from RASMemoryCategoriesTest

Negative path: get categories with an undersized buffer
   written_count=16, total_categories=17
RUNTIME 42240 bytes / 67 allocations (Shallow: 0 bytes / 0 allocations)
   VM 42240 bytes / 67 allocations (Shallow: 984 bytes / 7 allocations)
      Threads 20520 bytes / 34 allocations
      Port Library 2240 bytes / 9 allocations
      Trace 18080 bytes / 15 allocations
      OMRTI 416 bytes / 2 allocations

Positive path: get and validate categories
   written_count=17, total_categories=17
RUNTIME 42240 bytes / 67 allocations (Shallow: 0 bytes / 0 allocations)
   VM 42240 bytes / 67 allocations (Shallow: 984 bytes / 7 allocations)
      Threads 20520 bytes / 34 allocations
      Port Library 2240 bytes / 9 allocations
      Trace 18080 bytes / 15 allocations
      OMRTI 416 bytes / 2 allocations

Positive path: get and validate categories and total_categories is null
   written_count=17
RUNTIME 42240 bytes / 67 allocations (Shallow: 0 bytes / 0 allocations)
   VM 42240 bytes / 67 allocations (Shallow: 984 bytes / 7 allocations)
      Threads 20520 bytes / 34 allocations
      Port Library 2240 bytes / 9 allocations
      Trace 18080 bytes / 15 allocations
      OMRTI 416 bytes / 2 allocations

Positive path: get and validate categories with oversized max_categories and oversized buffer
   written_count=17, total_categories=17
RUNTIME 42304 bytes / 67 allocations (Shallow: 0 bytes / 0 allocations)
   VM 42304 bytes / 67 allocations (Shallow: 984 bytes / 7 allocations)
      Threads 20520 bytes / 34 allocations
      Port Library 2304 bytes / 9 allocations
      Trace 18080 bytes / 15 allocations
      OMRTI 416 bytes / 2 allocations

Positive path: get and validate categories with oversized buffer and total_categories is null
   written_count=17, total_categories=17
RUNTIME 42304 bytes / 67 allocations (Shallow: 0 bytes / 0 allocations)
   VM 42304 bytes / 67 allocations (Shallow: 984 bytes / 7 allocations)
      Threads 20520 bytes / 34 allocations
      Port Library 2304 bytes / 9 allocations
      Trace 18080 bytes / 15 allocations
      OMRTI 416 bytes / 2 allocations

Positive path: get and validate categories with oversized max_categories, oversized buffer and total_categories is null
   written_count=17 
RUNTIME 42304 bytes / 67 allocations (Shallow: 0 bytes / 0 allocations)
   VM 42304 bytes / 67 allocations (Shallow: 984 bytes / 7 allocations)
      Threads 20520 bytes / 34 allocations
      Port Library 2304 bytes / 9 allocations
      Trace 18080 bytes / 15 allocations
      OMRTI 416 bytes / 2 allocations
[----------] 1 test from RASMemoryCategoriesTest (1 ms total)

[----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest
traceNotStartedAgent: Agent_OnLoad(options="")
traceNotStartedAgent: BindCurrentThread passed, vmThread=0x11006d3d0
traceNotStartedAgent: SetTraceOptions: rc = 10
traceNotStartedAgent: GetTraceMetadata: rc = 10
traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
traceNotStartedAgent: FlushTraceData: rc = 10
traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
traceNotStartedAgent: UnbindCurrentThread passed
traceNotStartedAgent: Agent_OnUnload
traceNotStartedAgent: Agent_OnLoad(options="")
traceNotStartedAgent: BindCurrentThread passed, vmThread=0x11006d3d0
traceNotStartedAgent: SetTraceOptions: rc = 10
traceNotStartedAgent: GetTraceMetadata: rc = 10
traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
traceNotStartedAgent: FlushTraceData: rc = 10
traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
traceNotStartedAgent: UnbindCurrentThread passed
traceNotStartedAgent: Agent_OnUnload
traceNotStartedAgent: Agent_OnLoad(options="abc")
traceNotStartedAgent: BindCurrentThread passed, vmThread=0x11006d3d0
traceNotStartedAgent: SetTraceOptions: rc = 10
traceNotStartedAgent: GetTraceMetadata: rc = 10
traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
traceNotStartedAgent: FlushTraceData: rc = 10
traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
traceNotStartedAgent: UnbindCurrentThread passed
traceNotStartedAgent: Agent_OnUnload
traceNotStartedAgent: Agent_OnLoad(options="")
traceNotStartedAgent: BindCurrentThread passed, vmThread=0x11006d3d0
traceNotStartedAgent: SetTraceOptions: rc = 10
traceNotStartedAgent: GetTraceMetadata: rc = 10
traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
traceNotStartedAgent: FlushTraceData: rc = 10
traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
traceNotStartedAgent: UnbindCurrentThread passed
traceNotStartedAgent: Agent_OnUnload
traceNotStartedAgent: Agent_OnLoad(options="")
traceNotStartedAgent: BindCurrentThread passed, vmThread=0x11006d3d0
traceNotStartedAgent: SetTraceOptions: rc = 10
traceNotStartedAgent: GetTraceMetadata: rc = 10
traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
traceNotStartedAgent: FlushTraceData: rc = 10
traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
traceNotStartedAgent: UnbindCurrentThread passed
traceNotStartedAgent: Agent_OnUnload
traceNotStartedAgent: Agent_OnLoad(options="abc")
traceNotStartedAgent: BindCurrentThread passed, vmThread=0x11006d3d0
traceNotStartedAgent: SetTraceOptions: rc = 10
traceNotStartedAgent: GetTraceMetadata: rc = 10
traceNotStartedAgent: RegisterRecordSubscriber: rc = 10
traceNotStartedAgent: FlushTraceData: rc = 10
traceNotStartedAgent: DeregisterRecordSubscriber: rc = 9
traceNotStartedAgent: UnbindCurrentThread passed
traceNotStartedAgent: Agent_OnUnload
[----------] 6 tests from TraceNotStartedAgentOpts/RASAgentTest (0 ms total)

[----------] 2 tests from CpuLoadAgentOpts/RASAgentTest
cpuLoadAgent: Agent_OnLoad(options="<NULL>")
cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000011006D3D0
Test GetProcessCpuLoad()
callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.065322
callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.083427
callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.057012
callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.461080
callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
cpuLoadAgent: GetProcessCpuLoad() passed
Test GetSystemCpuLoad()
callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.000000
callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.780996
callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.000000
callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 1.000000
callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
cpuLoadAgent: GetSystemCpuLoad() passed
cpuLoadAgent: UnbindCurrentThread passed
cpuLoadAgent: Agent_OnUnload
cpuLoadAgent: Agent_OnLoad(options="<NULL>")
cpuLoadAgent: BindCurrentThread passed, vmThread=0x000000011006D3D0
Test GetProcessCpuLoad()
callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.083259
callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.056957
callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.086831
callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! Process CPU load: 0.676139
callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
cpuLoadAgent: GetProcessCpuLoad() passed
Test GetSystemCpuLoad()
callIndex: 1: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 2: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 3: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.000000
callIndex: 4: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.000000
callIndex: 5: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.747046
callIndex: 7: rc = 13 (OMR_ERROR_RETRY), the function call is successful !
callIndex: 10: rc = 0 (OMR_ERROR_NONE), the function call is successful ! system CPU load: 0.000000
callIndex: 11: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
callIndex: 12: rc = 10 (OMR_ERROR_NOT_AVAILABLE), the function call is successful !
callIndex: 13: rc = 11 (OMR_THREAD_NOT_ATTACHED), the function call is successful !
cpuLoadAgent: GetSystemCpuLoad() passed
cpuLoadAgent: UnbindCurrentThread passed
cpuLoadAgent: Agent_OnUnload
[----------] 2 tests from CpuLoadAgentOpts/RASAgentTest (1260 ms total)

[----------] 2 tests from BindThreadAgentOpts/RASAgentTest
bindthreadagent: BindCurrentThread passed, vmThread=11006d3d0
bindthreadagent: recursive BindCurrentThread passed, vmThread2=11006d3d0
bindthreadagent: recursive UnbindCurrentThread passed
bindthreadagent: UnbindCurrentThread passed
bindthreadagent: BindCurrentThread passed, vmThread=110072570
bindthreadagent: recursive BindCurrentThread passed, vmThread2=110072570
bindthreadagent: recursive UnbindCurrentThread passed
bindthreadagent: UnbindCurrentThread passed
bindthreadagent: BindCurrentThread passed, vmThread=11006d3d0
bindthreadagent: recursive BindCurrentThread passed, vmThread2=11006d3d0
bindthreadagent: recursive UnbindCurrentThread passed
bindthreadagent: UnbindCurrentThread passed
bindthreadagent: BindCurrentThread passed, vmThread=110072570
bindthreadagent: recursive BindCurrentThread passed, vmThread2=110072570
bindthreadagent: recursive UnbindCurrentThread passed
bindthreadagent: UnbindCurrentThread passed
[----------] 2 tests from BindThreadAgentOpts/RASAgentTest (401 ms total)

[----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest
[----------] 6 tests from InvalidAgentOpts/RASAgentNegativeTest (1 ms total)

[==========] 38 tests from 11 test cases ran. (1906 ms total)
[  PASSED  ] 38 tests.
[  ALL TESTS PASSED  ] 

  YOU HAVE 2 DISABLED TESTS

./omrsubscribertest --gtest_filter=-RASSubscriberForkTest.*
Note: Google Test filter = -RASSubscriberForkTest.*
[==========] Running 1 test from 1 test case.
[----------] 1 test from RASSubscriberTest
19:53:10.803*0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=88 callSite=OMR_Agent.cpp:142
19:53:10.803 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 00000001100580B0
19:53:10.803 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=16 callSite=OMR_Agent.cpp:120
19:53:10.803 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 0000000110058170
19:53:10.803 0x110052cb0         omrport.475      > omrsl_open_shared_library name=subscriberAgent, flags=3
19:53:10.803 0x110052cb0         omrport.476      - omrsl_open_shared_library using mangledName libsubscriberAgent.so
19:53:10.803 0x110052cb0         omrport.477      < omrsl_open_shared_library handle=0000000000000003
19:53:10.803 0x110052cb0         omrport.471      > omrsl_lookup_name descriptor=3, name=OMRAgent_OnLoad, argSignature=IPPPP
19:53:10.803 0x110052cb0         omrport.472      < omrsl_lookup_name descriptor=-1603706504
19:53:10.803 0x110052cb0         omrport.471      > omrsl_lookup_name descriptor=3, name=OMRAgent_OnUnload, argSignature=IPP
19:53:10.803 0x110052cb0         omrport.472      < omrsl_lookup_name descriptor=-1603706384
19:53:10.805 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=16 callSite=omrtraceoptions.cpp:121
19:53:10.805 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 0000000110040430
19:53:10.805 0x110052cb0         omrport.323      > omrmem_free_memory pointer=0000000110040430
19:53:10.805 0x110052cb0         omrport.324      < omrmem_free_memory
19:53:10.805 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=16 callSite=omrtracemisc.cpp:378
19:53:10.805 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 0000000110040430
19:53:10.805 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=48 callSite=omrtracemisc.cpp:302
19:53:10.805 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 0000000110040490
19:53:10.805 0x110052cb0         omrport.323      > omrmem_free_memory pointer=0000000110040430
19:53:10.805 0x110052cb0         omrport.324      < omrmem_free_memory
19:53:10.805 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=17 callSite=omrtracelog.cpp:79
19:53:10.805 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 0000000110040510
19:53:10.805 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=268 callSite=omrtracelog.cpp:123
19:53:10.805 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 0000000110040590
19:53:10.805 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=64 callSite=omrtracelog.cpp:1287
19:53:10.805 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 00000001100406F0
19:53:10.805 0x110052cb0         omrport.616      > omrsysinfo_get_number_CPUs_by_type: Function entered.
19:53:10.805 0x110052cb0         omrport.617      < omrsysinfo_get_number_CPUs_by_type: Exiting function - Type 2 returned 8.
19:53:10.805 0x110052cb0         omrport.323      > omrmem_free_memory pointer=00000001100406F0
19:53:10.805 0x110052cb0         omrport.324      < omrmem_free_memory
19:53:10.805 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=96 callSite=omrtracemain.cpp:659
19:53:10.805 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 00000001100406F0
19:53:10.805 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=96 callSite=omrtracemain.cpp:659
19:53:10.805 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 00000001100407B0
19:53:10.805 0x110052cb0        omr_test.0        - Trace engine initialized for module omr_test
19:53:10.805 0x110052cb0        omr_test.2        - Ptr: 0000000110052CB0
19:53:10.805 0x110052cb0        omr_test.3        - Number: 10
19:53:10.805 0x110052cb0        omr_test.3        - Number: 99
19:53:10.805 0x110052cb0        omr_test.4        - String: Test subscriberAgent! Ptr: 0000000110052CB0 Number: 10
19:53:10.806 0x110052cb0         omrport.469      > omrsl_close_shared_library descriptor=3
19:53:10.806 0x110052cb0         omrport.470      < omrsl_close_shared_library result=0
19:53:10.806 0x110052cb0         omrport.323      > omrmem_free_memory pointer=0000000110058170
19:53:10.806 0x110052cb0         omrport.324      < omrmem_free_memory
19:53:10.806 0x110052cb0         omrport.323      > omrmem_free_memory pointer=00000001100580B0
19:53:10.806 0x110052cb0         omrport.324      < omrmem_free_memory
19:53:10.806 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=88 callSite=OMR_Agent.cpp:142
19:53:10.806 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 00000001100406F0
19:53:10.806 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=28 callSite=OMR_Agent.cpp:120
19:53:10.806 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 00000001100407B0
19:53:10.806 0x110052cb0         omrport.475      > omrsl_open_shared_library name=subscriberAgentWithJ9thread, flags=3
19:53:10.806 0x110052cb0         omrport.476      - omrsl_open_shared_library using mangledName libsubscriberAgentWithJ9thread.so
19:53:10.806 0x110052cb0         omrport.477      < omrsl_open_shared_library handle=0000000000000003
19:53:10.806 0x110052cb0         omrport.471      > omrsl_lookup_name descriptor=3, name=OMRAgent_OnLoad, argSignature=IPPPP
19:53:10.806 0x110052cb0         omrport.472      < omrsl_lookup_name descriptor=-1603700520
19:53:10.806 0x110052cb0         omrport.471      > omrsl_lookup_name descriptor=3, name=OMRAgent_OnUnload, argSignature=IPP
19:53:10.806 0x110052cb0         omrport.472      < omrsl_lookup_name descriptor=-1603700376
19:53:10.806 0x110052cb0         omrport.333      > omrmem_allocate_memory byteAmount=24 callSite=subscriberAgentWithJ9thread.c:136
19:53:10.806 0x110052cb0         omrport.322      < omrmem_allocate_memory returns 00000001100580B0
19:53:10.807*0x1100582f0         omrport.333      > omrmem_allocate_memory byteAmount=16 callSite=omrtraceoptions.cpp:121
19:53:10.807 0x1100582f0         omrport.322      < omrmem_allocate_memory returns 0000000110058410
19:53:10.807 0x1100582f0         omrport.323      > omrmem_free_memory pointer=0000000110058410
19:53:10.807 0x1100582f0         omrport.324      < omrmem_free_memory
19:53:10.807 0x1100582f0         omrport.333      > omrmem_allocate_memory byteAmount=16 callSite=omrtracemisc.cpp:378
19:53:10.807 0x1100582f0         omrport.322      < omrmem_allocate_memory returns 0000000110058410
19:53:10.807 0x1100582f0         omrport.333      > omrmem_allocate_memory byteAmount=48 callSite=omrtracemisc.cpp:302
19:53:10.807 0x1100582f0         omrport.322      < omrmem_allocate_memory returns 0000000110058470
19:53:10.807 0x1100582f0         omrport.323      > omrmem_free_memory pointer=0000000110058410
19:53:10.807 0x1100582f0         omrport.324      < omrmem_free_memory
19:53:10.807 0x1100582f0         omrport.333      > omrmem_allocate_memory byteAmount=96 callSite=omrtracemain.cpp:659
19:53:10.807 0x1100582f0         omrport.322      < omrmem_allocate_memory returns 00000001100584F0
19:53:10.807 0x1100582f0         omrport.333      > omrmem_allocate_memory byteAmount=96 callSite=omrtracemain.cpp:659
19:53:10.807 0x1100582f0         omrport.322      < omrmem_allocate_memory returns 00000001100585B0
19:53:10.807*0x110052cb0         omrport.323      > omrmem_free_memory pointer=00000001100580B0
19:53:10.807 0x110052cb0         omrport.324      < omrmem_free_memory
19:53:10.807 0x110052cb0        omr_test.0        - Trace engine initialized for module omr_test
19:53:10.807 0x110052cb0        omr_test.2        - Ptr: 0000000110052CB0
19:53:10.807 0x110052cb0        omr_test.3        - Number: 20
19:53:10.807 0x110052cb0        omr_test.3        - Number: 109
19:53:10.807 0x110052cb0        omr_test.4        - String: Test SubscriberAgentWithJ9thread! Ptr: 0000000110052CB0 Number: 10
19:53:10.808 0x110052cb0         omrport.469      > omrsl_close_shared_library descriptor=3
19:53:10.808 0x110052cb0         omrport.470      < omrsl_close_shared_library result=0
19:53:10.808 0x110052cb0         omrport.323      > omrmem_free_memory pointer=00000001100407B0
19:53:10.809 0x110052cb0         omrport.324      < omrmem_free_memory
19:53:10.809 0x110052cb0         omrport.323      > omrmem_free_memory pointer=00000001100406F0
19:53:10.809 0x110052cb0         omrport.324      < omrmem_free_memory
[----------] 1 test from RASSubscriberTest (7 ms total)

[==========] 1 test from 1 test case ran. (8 ms total)
[  PASSED  ] 1 test.
[  ALL TESTS PASSED  ] 

  YOU HAVE 1 DISABLED TEST

./omrtraceoptiontest
[==========] Running 1 test from 1 test case.
[----------] 1 test from RASTraceOptionTest
19:53:10.821*0x1100509f0         omrport.333      > omrmem_allocate_memory byteAmount=88 callSite=OMR_Agent.cpp:142
19:53:10.821 0x1100509f0         omrport.322      < omrmem_allocate_memory returns 0000000110055DF0
19:53:10.821 0x1100509f0         omrport.333      > omrmem_allocate_memory byteAmount=17 callSite=OMR_Agent.cpp:120
19:53:10.821 0x1100509f0         omrport.322      < omrmem_allocate_memory returns 0000000110055EB0
19:53:10.821 0x1100509f0         omrport.475      > omrsl_open_shared_library name=traceOptionAgent, flags=3
19:53:10.821 0x1100509f0         omrport.476      - omrsl_open_shared_library using mangledName libtraceOptionAgent.so
19:53:10.821 0x1100509f0         omrport.477      < omrsl_open_shared_library handle=0000000000000003
19:53:10.821 0x1100509f0         omrport.471      > omrsl_lookup_name descriptor=3, name=OMRAgent_OnLoad, argSignature=IPPPP
19:53:10.821 0x1100509f0         omrport.472      < omrsl_lookup_name descriptor=-1603696232
19:53:10.821 0x1100509f0         omrport.471      > omrsl_lookup_name descriptor=3, name=OMRAgent_OnUnload, argSignature=IPP
19:53:10.821 0x1100509f0         omrport.472      < omrsl_lookup_name descriptor=-1603696160
19:53:10.822 0x1100509f0         omrport.333      > omrmem_allocate_memory byteAmount=9 callSite=omrtraceoptions.cpp:121
19:53:10.822 0x1100509f0         omrport.322      < omrmem_allocate_memory returns 000000011003EA50
[----------] 1 test from RASTraceOptionTest (2 ms total)

[==========] 1 test from 1 test case ran. (3 ms total)
[  PASSED  ] 1 test.
[  ALL TESTS PASSED  ] 
ALL omr_rastest PASSED
./omrsubscribertest --gtest_filter=RASSubscriberForkTest.*
Note: Google Test filter = RASSubscriberForkTest.*
[==========] Running 2 tests from 1 test case.
[----------] 2 tests from RASSubscriberForkTest
[----------] 2 tests from RASSubscriberForkTest (17 ms total)

[==========] 2 tests from 1 test case ran. (18 ms total)
[  PASSED  ] 2 tests.
[  ALL TESTS PASSED  ] 
./omrporttest
[==========] Running 203 tests from 19 test cases.
[----------] 1 test from PortVMemTest
[----------] 1 test from PortVMemTest (0 ms total)

[----------] 1 test from PortIntrospectTest
[----------] 1 test from PortIntrospectTest (0 ms total)

[----------] 8 tests from PortHeapTest
[----------] 8 tests from PortHeapTest (305 ms total)

[----------] 9 tests from PortSigTest
[----------] 9 tests from PortSigTest (0 ms total)

[----------] 40 tests from PortFileTest2
$
�


??
****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
[----------] 40 tests from PortFileTest2 (9426 ms total)

[----------] 15 tests from PortMmapTest
[----------] 15 tests from PortMmapTest (1035 ms total)

[----------] 4 tests from PortErrorTest
[----------] 4 tests from PortErrorTest (0 ms total)

[----------] 14 tests from PortFileStreamTest
[----------] 14 tests from PortFileStreamTest (23 ms total)

[----------] 8 tests from PortTest
[----------] 8 tests from PortTest (2 ms total)

[----------] 12 tests from PortVmemTest
	! Unable to reserve and commit 0x1000000 bytes with page size 0x1000000.
	! Unable to reserve and commit 0x1000000 bytes with page size 0x1000000.
	! Unable to reserve and commit 0x1000000 bytes with page size 0x1000000.
! Could not find 0x1000000 bytes available with page size 0x1000000
! Could not find 0x1000000 bytes available with page size 0x1000000 and specified mode
[----------] 12 tests from PortVmemTest (1454 ms total)

[----------] 35 tests from PortSysinfoTest
You must be root to set core flags
omrsysinfo_set_limit CORE_FLAGS failed as expected because we aren't root.
[----------] 35 tests from PortSysinfoTest (16480 ms total)

[----------] 6 tests from PortTimeTest
Test is invalid since the host machine reports more than one CPU (time may differ across CPUs - makes test results useless - re-enable if we develop thread affinity support)
[----------] 6 tests from PortTimeTest (11536 ms total)

[----------] 1 test from PortInitializationTest
[----------] 1 test from PortInitializationTest (0 ms total)

[----------] 2 tests from PortFileTest
[----------] 2 tests from PortFileTest (2 ms total)

[----------] 5 tests from PortSlTest
System error message=
"	0509-022 Cannot load module libaixbaddep.so.
	0509-150   Dependent module dummy.imp could not be loaded.
	0509-022 Cannot load module dummy.imp.
	0509-026 System error: A file or directory in the path name does not exist.
	0509-022 Cannot load module ./libaixbaddep.so.
	0509-150   Dependent module libaixbaddep.so could not be loaded."
System error message=
"	0509-022 Cannot load module /usr/lib/libjpa.a.
	0509-026 System error: Cannot run a file that does not have a valid format."
[----------] 5 tests from PortSlTest (1 ms total)

[----------] 4 tests from PortDumpTest
[----------] 4 tests from PortDumpTest (205 ms total)

[----------] 10 tests from PortMemTest
[----------] 10 tests from PortMemTest (535 ms total)

[----------] 20 tests from PortStrTest
[----------] 20 tests from PortStrTest (2 ms total)

[----------] 8 tests from PortTTyTest
TTY printf, check check 1 2 3 check ...
New line
[----------] 8 tests from PortTTyTest (0 ms total)

[==========] 203 tests from 19 test cases ran. (41023 ms total)
[  PASSED  ] 203 tests.
[  ALL TESTS PASSED  ] 

  YOU HAVE 3 DISABLED TESTS

[========Some textALL omr_porttest PASSED
./omrthreadtest
[==========] Running 75 tests from 8 test cases.
[----------] 7 tests from SanityTest
[----------] 7 tests from SanityTest (42730 ms total)

[----------] 5 tests from LockedMonitorCountTest
[----------] 5 tests from LockedMonitorCountTest (0 ms total)

[----------] 15 tests from ThreadCreateTest
omrthread_attr_destroy(NULL) failed: retVal 14 (e)
omrthread_attr_destroy(&attr) failed: retVal 14 (e)
omrthread_attr_set_name(&attr, testname) unsupported: retVal 12 (c)
omrthread_attr_set_name(&attr, testname2) unsupported: retVal 12 (c)
omrthread_attr_set_name(&attr, NULL) unsupported: retVal 12 (c)
  ignoring omrthread_create failure
  ignoring omrthread_create failure
omrthread_attr_set_schedpolicy(&attr, omrthread_schedpolicy_LastEnum) failed: retVal 15 (f)
omrthread_attr_set_priority(&attr, -1) failed: retVal 15 (f)
omrthread_attr_set_priority(&attr, 90) failed: retVal 15 (f)
omrthread_attr_set_priority(&attr, 12) failed: retVal 15 (f)
[----------] 15 tests from ThreadCreateTest (1 ms total)

[----------] 9 tests from ThreadForkResetTest
[----------] 9 tests from ThreadForkResetTest (6061 ms total)

[----------] 1 test from KeyDestructorTest
[----------] 1 test from KeyDestructorTest (0 ms total)

[----------] 18 tests from RWMutex
[----------] 18 tests from RWMutex (20006 ms total)

[----------] 8 tests from JoinTest
[----------] 8 tests from JoinTest (6000 ms total)

[----------] 12 tests from PriorityInterrupt
[----------] 12 tests from PriorityInterrupt (1021 ms total)

[==========] 75 tests from 8 test cases ran. (75820 ms total)
[  PASSED  ] 75 tests.
[  ALL TESTS PASSED  ] 

  YOU HAVE 1 DISABLED TEST

./omrthreadtest --gtest_also_run_disabled_tests --gtest_filter=ThreadCreateTest.DISABLED_SetAttrThreadWeight
Note: Google Test filter = ThreadCreateTest.DISABLED_SetAttrThreadWeight
[==========] Running 1 test from 1 test case.
[----------] 1 test from ThreadCreateTest
[----------] 1 test from ThreadCreateTest (0 ms total)

[==========] 1 test from 1 test case ran. (0 ms total)
[  PASSED  ] 1 test.
[  ALL TESTS PASSED  ] 
ALL omr_threadtest PASSED
./omrthreadextendedtest
[==========] Running 6 tests from 4 test cases.
[----------] 2 tests from ThreadExtendedTest
[----------] 2 tests from ThreadExtendedTest (71503 ms total)

[----------] 2 tests from ThreadCpuTime
[----------] 2 tests from ThreadCpuTime (436 ms total)

[----------] 1 test from CpuTimeTest
[----------] 1 test from CpuTimeTest (4 ms total)

[----------] 1 test from ApplicationCpuTimeTest
[----------] 1 test from ApplicationCpuTimeTest (4 ms total)

[==========] 6 tests from 4 test cases ran. (71948 ms total)
[  PASSED  ] 6 tests.
[  ALL TESTS PASSED  ] 

  YOU HAVE 1 DISABLED TEST

./omrsigtest
[==========] Running 7 tests from 1 test case.
[----------] 7 tests from OmrSigTest
[----------] 7 tests from OmrSigTest (269 ms total)

[==========] 7 tests from 1 test case ran. (270 ms total)
[  PASSED  ] 7 tests.
[  ALL TESTS PASSED  ] 
make[1]: Leaving directory '/home/u0020236/workspace/Test_AIX'
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Cleanup workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS